mirror of
https://github.com/DerSpatz/PCB-reflow-solder-heat-plate.git
synced 2025-02-17 18:49:15 +01:00
Added intiail readme
This commit is contained in:
parent
9fa7317b44
commit
29451ad11f
26
Firmware/README.md
Normal file
26
Firmware/README.md
Normal file
@ -0,0 +1,26 @@
|
||||
# PCB reflow firmware
|
||||
This firmware is for the PCB reflow hotplate designed by Spatz.
|
||||
|
||||
It has the following features:
|
||||
- reflow profiles
|
||||
- OLED display
|
||||
- profile PID tracking
|
||||
- temperature setpoint tracking
|
||||
- safe voltage calculation
|
||||
- memory validation
|
||||
|
||||
## Build and load process
|
||||
to build and load, you need a UDPI programmer and core definitions for the Atmega4809.
|
||||
|
||||
If you don't have a UDPI programmer you can use another arduino like in this link:
|
||||
https://github.com/ElTangas/jtag2updi
|
||||
|
||||
You can download the Atmega4809 definitions here:
|
||||
https://github.com/MCUdude/MegaCoreX/tree/master
|
||||
|
||||
Make sure the DallasTemperature and Adafruit display libraries are installed.
|
||||
|
||||
build and load through the arduino IDE as normal. Select the Atmega4809 as the target
|
||||
and make sure the correct programmer is selected.
|
||||
|
||||
## TODO
|
Loading…
x
Reference in New Issue
Block a user