Skip to content

Ipposnif/Sunfy328

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sunfy328

Sunfy328 is an open source irrigation control unit based on the ATMega328 microcontroller.
From this repository you can download the latest version of the software.

The hardware, the user's manual, and all the needed instructions are freely available from:
http://www.picapot.com

The code has been developed using the Arduino programming environment.
https://www.arduino.cc/

Files Description

  • Sunfy328.ino (Sunfy328 source code)
  • Sunfy328.ino.hex (Sunfy328 compiled program working with a 128x64 SPI display SSD1306/SSD1309)
  • avrdude.conf (AVRdude configuration file)
  • avrdude.exe (command program to manage AVR memory)
  • upload.bat (script to upload the program with an USBTinyISP programmer)

Dependencies