Skip to content

dragonlock2/OSRO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSRO (Open-Source Reflow Oven)

OSRO is an ESP32-C3 powered WiFi-connected reflow oven controller designed for low cost and ease of use. Web UI is built on React JS for those aesthetics.

Building

  1. Build the web UI.
cd webui
npm install
npm run build
  1. Follow the instructions to get ESP-IDF set up. Currently tested with ESP-IDF v5.0.2.
  2. Setup the build for the firmware. Make sure to set the WiFi SSID and password under OSRO WiFi configuration.
cd firmware
get_idf
idf.py set-target esp32c3
idf.py menuconfig
  1. Build and flash the firmware.
cd firmware
idf.py build
idf.py -p <serial port> flash

About

Just another open-source reflow oven

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published