Malectrics DIY Arduino Spot Welder

March 22nd, 2020

I've been after a spot welder for a while now so I can use it to affordably rebuild battery packs - in particular for my DeWalt 18v tools. I had intended on building a Microwave Oven Transformer spot welder but I stumbled upon this quite affordable one from Malectrics which suits my needs.

ARDUINO SPOT WELDER QUICK START GUIDE V3
DIY ARDUINO SPOT WELDER SUPPORT

Oukitel Smart Plug Configuration

March 2nd, 2020

Flash firmware to tasmota using Tuya Convert

Set the module parameters as follows

Oukitel Smart Plug Configuration

Set the MQTT parameters as follows

 

Oukitel Smart Plug Configuration

Tasmota on the Teckin sp10
Setting up the Sonoff Tasmota MQTT Switch
Oukitel X6P Plug

Planer

February 11th, 2020

I don't have a planer yet.  So far, I've gotten by but eventually I'll need one.  This is the best value I've found:

Porter Cable PC305TP

 

Javascript tail -f

June 24th, 2019

I have a number of applications where it would be very handy to be able to simulate a 'tail -f' on log files in javascript so a user who doesn't have access to the server could still be able to check/view/watch logs.

Here are a couple of pages/examples:

Scrolling log file (tail -f) animation using javascript
Github - ukhas/js-logtail

PostgreSQL changes due to CentOS migration

June 21st, 2019

After the migration to CentOS 7, I needed to make some updates to programs using PostgreSQL.

Connecting and loading data to PostgreSQL with Perl
PostgreSQL - Perl Interface
How do I know how many rows a Perl DBI query returns?