-
Notifications
You must be signed in to change notification settings - Fork 0
Adafruit Feather M0 Radio with RFM69 Packet Radio
Noah Zemlin edited this page Sep 18, 2019
·
1 revision
- Add Adafruit SAMD boards to Arduino IDE Board Manager using this page and then this page. Make sure to install the drivers on the second page if you are on Windows.
- Download the Radiohead library here and then extract it into your Arduino libraries folder which is in
Documents\Arduino\libraries
on Windows. - You're now ready to go. In the Arduino IDE, go to Tools > Board and select "Adafruit Feather M0" and select the correct COM port. Test that you can upload using the Blink example under File > Examples > 01.Basics > Blink. The LED next to the USB port should blink at 1Hz.