Skip to content

stevemarple/RPi_RFM12B_ISP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

RPi_RFM12B_ISP

RFM12B and Atmel ISP programmer shield for Raspberry Pi

Avrdude

Use the patched version of avrdude from http://project-downloads.drogon.net/files/. I suggest copying the .avrduderc file from the avrdude directory in this repository to your home directory. It will create create the correct definitions for two new programmers, gpio0 for the onboard microcontroller and gpio1 for programming other microcontrollers.

Using the Arduino IDE

If you do not have a hardware directory inside your Arduino sketchbook folder then create one. Copy the raspi directory and its entire contents to the hardware directory. Restart the Arduino IDE. You should now have two new board options, ATmega328 @ 8MHz on RasPi and ATmega328P @ 8MHz on RasPi. Select the one which matches the microcontroller. There are also two new programmers; Raspberry Pi GPIO (onboard) and Raspberry Pi GPIO (external ISP). The onboard one will be used automatically to upload new sketches to the RFM12B/ISP shield. The external ISP programmer can be selected to program other microcontrollers from within the Arduino IDE.

License

Unless indicated otherwise hardware is released under the Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) http://creativecommons.org/licenses/by-sa/3.0/

Unless indicated otherwise software is released under the GNU Lesser General Public License, version 2.1. http://www.gnu.org/licenses/lgpl-2.1.html

About

RFM12B and Atmel ISP programmer shield for Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published