- parts datasheets
controller KiCad schematics project
atmega328 init commit
more code clean up
enable temp<->rpm functionality
adding device SN, rpm=f(temp), rearange serial output to mqtt like
missed declaration fix
fan lib clean up
FAN RPM sense is working now
firmware folder update
fuses fix
fan lib is introduced with start/stop/set duty functions
RPM measurement function is added. it's based on Timer2 OVT and PCINT1 interrupts
fan test function is added
Schematic updatey
PWM sense resistance divider is aligned to 5V VCC
fan lib is introduced with start/stop/set duty functions
fuses fix
fan test function is added
RPM measurement function is added. it's based on Timer2 OVT and PCINT1 interrupts
adding periphery schematics
inverse PWM and duty direction
replace dht lib with tested one
adding PWM example
Makefile cleanup
new libs:
FW initial commit with LED blink example
FW initial commit with LED blink example
PCB updated
Revert "replacing 3.3v to 5V in schematic"
Add markers. New buttons. 5V to 3.3V pin. Layout.
Add gnd via near programmer gnd pin
PCB and schematic update
replacing 3.3v to 5V in schematic
Add polygons and layout
fix git stuff
fix git ignore
gitignore fix
some cahce stuff
add .gitignore
Add layout
initial commit
Add schematic
add datepicker support
Fix incorrect interpolation type
delete extra files
Resort FW files. implement SendMQTT functions w...
Fix incoming serial data parsing with regex
Move timestamp handling to read_serial thread
Remove queue locks and tune sleeps for stability
Process readcom data with queue
Replace 'with' with acquire\/release
Replace \'with\' with acquire\/release
Threads lock implementation added
[smart_home.py] Add main app with threads
[readcom.py] optimization for threads
[server.py] optimization for threads
[server.py] Add exact time frame data request h...
[readcom.py] add string filtering for passing t...
Web Server remove flask dependency
Fix WebUI controls visibility
Fix WeUI interpolation type for discrete parame...
Add arduino FW files.
[readcom.py] +x permissions and python path
[server.py] +x permissions and python path
Fix readcom.py date format for DB.
Fix datetime format for server. Fix WebUI graphs.
Add data method to retrieve values from DB for ...
Final fix sensors list and it's parameters for ...
Fix sensors list and it's parameters for WebUI
Allign API responce data to JSON format for WebUI
Add static files handling for WebUI by flask
Add initial WebUI files
Add initial frontend files
Add frontend and arduino-fw directories
Add initial directories