Skip to content

fix trellis bootloader link; describe both 433 and 900 MHz Feather M0 RFM69 boards #456

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions _board/feather_m0_rfm69.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ features:
- LoRa/Radio
---

This is the** Adafruit Feather M0 RFM69 Packet Radio (868 or 915 MHz)****.** Also called _RadioFruits**,**_ Adafruit's take on an microcontroller with a RFM69HCW packet radio transceiver plus built in USB and battery charging. Its an Adafruit Feather M0 with a 900MHz radio module cooked in!
This is the** Adafruit Feather M0 RFM69 Packet Radio (433, 868, or 915 MHz)****.** Also called _RadioFruits**,**_ Adafruit's take on an microcontroller with a RFM69HCW packet radio transceiver plus built in USB and battery charging. Its an Adafruit Feather M0 with a VHF radio module cooked in!

Feather is the development platform from Adafruit, and like its namesake it is thin, light, and lets you fly! Adafruit designed Feather to be an open standard for portable microcontroller cores. [Adafruit has other boards in the Feather family here.](https://www.adafruit.com/feather)

**This is the 900 MHz radio version, which can be used for either 868MHz or 915MHz transmission/reception** - the exact radio frequency is determined when you load the software since it can be tuned around dynamically.
**There are two versions: 433 MHz and 900 MHz. The 900 MHz version can be used for either 868MHz or 915MHz transmission/reception** - the exact radio frequency is determined when you load the software since it can be tuned around dynamically.

At the Feather M0's heart is an ATSAMD21G18 ARM Cortex M0 processor, clocked at 48 MHz and at 3.3V logic, the same one used in the new [Arduino Zero](https://www.adafruit.com/products/2843). This chip has a whopping 256K of FLASH (8x more than the Atmega328 or 32u4) and 32K of RAM (16x as much)! This chip comes with built in USB so it has USB-to-Serial program & debug capability built in with no need for an FTDI-like chip.

Expand Down Expand Up @@ -45,7 +45,8 @@ To make it easy to use for portable projects, Adafruit added a connector for 3.7
The **Feather M0 Radio** uses the extra space left over to add an RFM69HCW 433 or 900MHz radio module. These radios are not good for transmitting audio or video, but they do work quite well for small data packet transmission when you need more range than 2.4 GHz (BT, BLE, WiFi, ZigBee)

* SX1231 based module with SPI interface
* Uses the license-free ISM band ("European ISM" @ 868MHz or "American ISM" @ 915MHz)
* 433 MHz version: Uses the amateur or license-free ISM band (ITU "Europe" license-free ISM or ITU "American" amateur with limitations)
* 900 MHz version: Uses the license-free ISM band ("European ISM" @ 868MHz or "American ISM" @ 915MHz)
* +13 to +20 dBm up to 100 mW Power Output Capability (power output selectable in software)
* 50mA (+13 dBm) to 150mA (+20dBm) current draw for transmissions
* Range of approx. 350 meters, depending on obstructions, frequency, antenna and power output
Expand All @@ -61,7 +62,8 @@ Comes fully assembled and tested, with a USB bootloader. Includes some headers s

## Purchase

* [Adafruit](https://www.adafruit.com/product/3176)
* [Adafruit](https://www.adafruit.com/product/3177) (433 MHz version)
* [Adafruit](https://www.adafruit.com/product/3176) (900 MHz version)

## Contribute

Expand Down
2 changes: 1 addition & 1 deletion _data/bootloaders.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
},
"trellis_m4_express": {
"family": "atmel-samd",
"bootloader_id": "trellis_m4_express",
"bootloader_id": "trellis_m4",
},
"trinket_m0_haxpress": {
"family": "atmel-samd",
Expand Down