Skip to content

Adafruit Feather M0 Radio with RFM69 Packet Radio

Noah Zemlin edited this page Sep 18, 2019 · 1 revision

Setup

  1. 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.
  2. Download the Radiohead library here and then extract it into your Arduino libraries folder which is in Documents\Arduino\libraries on Windows.
  3. 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.
Clone this wiki locally