#This project contain Gabi Kazav projects:
- Auto water - small standalone watering system
- NRF ping (rx/tx_sleep_test) - usng power down sleep
- Gabi's working NRF24l01 lib
##Some useful commands:
###AVRDude:
####Download:
source, The release repo has PDF files as well
binary - windows
-c usbtiny
-p atmega328p [m32] / attiny84 [t84/t85]
####Checking connection and chip:
...avrdude -c usbtiny -p t84
-U :r|w|v:[:format]:
...memtype: flash, eeprom, hfuse (high fuse), lfuse (low fuse), or efuse (extended fuse) ...... read write verify ......... hex file ............ ignore
-U flash:w:firmware.hex
####FUSES:
use fuse calc
for example, for auto water project I need 128kHz clock, no BOD, fast rising boot time [+4]
...-U lfuse:w:0x54:m -U hfuse:w:0xdf:m -U efuse:w:0xff:m