https://github.com/stlk/avr
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stlk/avr
- Owner: stlk
- Created: 2013-06-02T08:19:09.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-19T15:04:01.000Z (over 11 years ago)
- Last Synced: 2025-01-26T08:24:08.843Z (5 months ago)
- Language: C
- Size: 5.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
stlk's AVR projects
===attiny2313_temp
---
This project serves as interface between low-cost .NET MicroFramework device Netduino and DS-18B20 temperature sensor. It also handles PIR sensor notifications.AVRdude commands
---*Read fuses*
avrdude -p atmega8 -P com11 -c stk500v2 -b 115200 -U lfuse:r:-:h -U hfuse:r:-:h -U efuse:r:-:h -U lock:r:-:h*Write fuses*
avrdude -p atmega8 -P com11 -c stk500v2 -b 115200 -U lfuse:w:0x7a:m -U hfuse:w:0xfd:mavrdude -p t2313 -P com11 -c stk500v2 -b 115200 -U lfuse:w:0xe4:m -U hfuse:w:0xdd:m -U efuse:w:0xff:m