Skip to content

frankyn/SDI-12-ATTiny84a

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDI-12-ATTiny84a

SDI-12 Protocol for the Atmel ATTiny84a mcu built to work within AVR-GCC only code. This is a port based on the https://github.com/StroudCenter/Arduino-SDI-12 project first developed by StroudCenter.

The project focuses on porting StroudCenter's SDI-12 implementation to a non-Arduino compatible SDI-12 library for the ATTiny84a. There is small issue with port mapping that requires attention.

Build/Compile

To build just use the MakeFile

make

Flash

In the MakeFile you'll find I currently use AVRDude with a USBTiny programmer. You'll need to configure this portion of the Makefile for your environment.

To flash:

make flash

About

SDI-12 Protocol for the Atmel ATTiny84a mcu built to work within AVR-GCC only code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published