Skip to content

gabik/auto_water

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#This project contain Gabi Kazav projects:

  1. Auto water - small standalone watering system
  2. NRF ping (rx/tx_sleep_test) - usng power down sleep
  3. 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

LadyAda tutorial
AVRDude into Atmel Studio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors