Makefile fix for indication_control module
Introducing LED and Button functionality
Introducing MODBUS functionality and debug python tool. Tested. Need to be polished
Main example for fan, ntd, dht moduules with different modes. Tested
fan module rework including Timer2 prescaler fix
ntc module optimization for float math
fan_regulation is introduced. There are 3 modes:
main debug file
RPM measurement functions fix for two channels/fans
PWM functions fix for two channels/fans
clean up things
DHT and NTC lib fix for the new schematic
some bag
Gerbers for new PCB
Add button to schematic and PCB
Schematic minor adjustment
PBC updated for new schematic. Small fixes to simplify routing.
DHT22 datasheet
Schematics fix with two more fans(4 in total), to PWM signals to control a pair. Some MCU pins reassigments to be able to use Timer1 for RPM measurement
fix border conditions bug
some bag
DHT sensor lib working version:
Increase voltage for hall sensor to 4V
fix comment
Finalize fans functionality: RPM read, start/stop PWM, test PWM, set PWM duty
NTC reading lib working version
NTC reading lib working version
fix comment
Merge branch 'master' of ssh://git.code.sf.net/p/peltier-rack-ac/code
Q1 footpring fix. E and B should be swapped on PCB
Finalize fans functionality: RPM read, start/stop PWM, test PWM, set PWM duty
Increase voltage for hall sensor to 4V
Merge branch 'master' of ssh://git.code.sf.net/p/peltier-rack-ac/code
Model adjustment for CNC manufactoring
join plate and cover with assembly update
FTDI USB-UART dongle fix to make it possible to flash from WSL1
replace MAX487 datasheet
remove unnecessary stuff
ctags .gitignore fix
The very first version of firmware. Features added:
Components datasheets
PCB finalized. Minor schematic fixes.
RS485 interface is added to the schematic. PBC is ready
RS485 schematic. PCB progress
small cover 2 is added(model + drawing + pdf)
dear support, All is fine now. something was screw up, but as soon as files are pushed another time all is visible under the project. Thank you a lot for the quick help.
thank you so much for the quick response. i can see the project under WEB, but it says that there is no git repo, but it was there at least. did few commits already. there is exact output right now: root@EP:~/to_deb/svn/peltier-rack-ac-code$git config --get remote.origin.url ssh://tim0shka@git.code.sf.net/p/peltier-rack-ac/code root@EP:~/to_deb/svn/peltier-rack-ac-code$ls -lah total 0 drwxrwxrwx 1 root root 4.0K Apr 17 14:10 . drwxrwxrwx 1 root root 4.0K Apr 14 00:35 .. drwxrwxrwx 1 root root 4.0K...
thank you so much for the quick response. i can see the project under WEB, but it says that there is no git repo, but it was there at least. did few commits already. there is exact output right now: root@EP:~/to_deb/svn/peltier-rack-ac-code$git config --get remote.origin.url ssh://tim0shka@git.code.sf.net/p/peltier-rack-ac/code root@EP:~/to_deb/svn/peltier-rack-ac-code$ls -lah total 0 drwxrwxrwx 1 root root 4.0K Apr 17 14:10 . drwxrwxrwx 1 root root 4.0K Apr 14 00:35 .. drwxrwxrwx 1 root root 4.0K...
thank you so much for the quick response. i can see the project under WEB, but it says that there is no git repo, but it was there at least. did few commits already. there is exact output right now: root@EP:~/to_deb/svn/peltier-rack-ac-code$git config --get remote.origin.url ssh://tim0shka@git.code.sf.net/p/peltier-rack-ac/code root@EPBYMINW12D0:~/to_deb/svn/peltier-rack-ac-code$ls -lah total 0 drwxrwxrwx 1 root root 4.0K Apr 17 14:10 . drwxrwxrwx 1 root root 4.0K Apr 14 00:35 .. drwxrwxrwx 1 root...
Missing project URL
more code clean up
missed declaration fix
enable temp<->rpm functionality
adding device SN, rpm=f(temp), rearange serial output to mqtt like
fan lib clean up
firmware folder update
FAN RPM sense is working now
RPM measurement function is added. it's based on Timer2 OVT and PCINT1 interrupts
fuses fix
fan test function is added
fan lib is introduced with start/stop/set duty functions
replace dht lib with tested one
inverse PWM and duty direction
adding PWM example
Makefile cleanup
new libs:
FW initial commit with LED blink example
PCB updated
PCB and schematic update
fix git stuff
Add schematic
there is a typo, sorry about that... ariginal arcconf utility founds no controllers....
arcconf tool update request
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 ...