Skip to content

Spot welder made from microwave oven transformer, controller based on ESP32 and solid state relay using ESP-IDF framework.

Notifications You must be signed in to change notification settings

spasoye/esp32_spot_welder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP spot welder control

MOT spot welder controller based on ESP32 microcontroller.

Basically it is configurable pulse generator. User can configure pulse's ON and OFF time and number of pulses that will be generated when the switch is pressed. Solid state relay is then switched on and off

User interface is implemented using rotary encoder and 16x2 LCD display.

Build and flash

git clone git@github.com:spasoye/esp32_spot_welder.git

Build using make:

cd esp32_spot_welder/firmware
make all -j 8
make flash

Build usin idf.py tool:

idf.py build flash

Links

https://github.com/DavidAntliff/esp32-i2c-lcd1602

Status

Active

About

Spot welder made from microwave oven transformer, controller based on ESP32 and solid state relay using ESP-IDF framework.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published