Moteino

PRODUCT ID:99
$14.95 $13.95
In Stock

Available Options

Description

Now available in the EU from Welectron (Germany)

What it is:

Please note: due to component shortages and very long lead times, the Moteino might come with the atmega328PB, but with the standard Dualoptiboot bootloader. To all intents and purposes, it will behave the same as the atmega328P and the user should see no difference in behavior, low power, etc.

Moteino is a versatile low power Arduino based on the Atmel ATMega328P/PB microcontroller. Please see the Moteino Guide for full specs and details.
To make a wireless link you will need at least 2 Moteinos. Alternatively this is compatible with other Arduinos that use any RFM69 transceiver.
Here are a few features and highlights of Moteino:

  • Low cost Arduino fully compatible with the Arduino IDE
  • Includes separate 1/4 wavelength monopole wire antenna
  • Ultra low power, very battery friendly
  • 3.3V onboard regulator (MCP1703 - 2uA quiescent) provides up to 250mA, input up to 16V (3.6-12V recommended), 2uA quiescent current allows this regulator to run your Moteino on battery for years (using sleep mode)
  • Very small size (1.3 x 0.9 inch)
  • Breadboard friendly header layout allows you to attach female/male header pins on the top or bottom and make shields for it or just use it on the breadboard for prototyping
  • FTDI programming header, we offer this FTDI Adapter board for programming of all non-USB Moteinos
  • DualOptiboot bootloader for fast programming and no delay startup. Choose Arduino Uno/Moteino under Tools>Boards from Arduino IDE.
  • Onboard yellow LED on digital pin 9 (D9 / PB1)
  • Now accepts the the following transceivers: RFM69HCW / RFM69CW , RFM12B (FSK), RFM92-RFM98 (LoRa):

What you get:

  • No-transceiver (with HCW/CW/LoRa radio footprints): barebones Moteino that accepts RFM69HCW or RFM69CW and RFM92-98 transceivers, you can solder your own, or just use it as a standalone Arduino
  • With transceiver: assembled Moteino with soldered transceiver, separate right-angle 1x6 0.1" male FTDI programming header, and separate pre-cut monopole wire antenna that matches frequency band of transceiver
  • Side headers option: add two 13x0.1" male headers which you can solder above/below/sideways
  • 4MBIT SPI Flash-MEM option: includes onboard SPI Flash chip, also available separately if you prefer to solder it yourself. This can be used for wireless programming or data logging. For more info see this link.

Transceiver reference (not all are pin compatible, see details above):

 

Compatible radios:

  • RFM69HCW is a 20dBm transmit power transceiver, 130mA in TX, 16mA in RX. It's functionally (but not pin compatible) to RFM69HW. You will need to use the setHighPower() function after the initialize() function in the RFM69 library. See the examples that come with the library for how this is done.
  • RFM69CW is a 13dBm transmit power transceiver, 45mA in TX, 16mA in RX. It's functionally (but not pin compatible) to RFM69W.
  • RFM95/96 LoRa transceivers - 20dBm TX power, these can be used with the RadioHead library.
  • NOTE: any RFM69 transceiver can communicate to any other RFM69 (regardless of pinout and variant). The RFM69Hxx radios (H = high power, 20dBm) require the setHighPower() function call after initialize.
  • RFM12B is a 5dBm transmit power transceiver - given the pin compatiblity with RFM69CW this transceiver may also be soldered to a Moteino

915Mhz vs 868Mhz vs 433Mhz:

  • 433Mhz theoretically has slightly better obstacle penetration (vs higher frequencies) but likely shorter range in open air. You might need an amateur radio license to operate these depending on how much you transmit and transmit signal power (13-20dBm), please verify in your own region.
  • 433Mhz have longer antennas (see drawing)
  • 868/915Mhz have shorter antennas, excellent performance when covering a typical residential property, highly recommended for new designs wherever possible, fewer restrictions than 433mhz
  • there are no 868Mhz specific units offered, but will ship 915Mhz units for 868Mhz orders. Here is why: There is only 1 passive component value difference between the two versions and open air testing reveals no significant signal strength difference using 915Mhz units with 868Mhz settings.
  • you are responsible to get and use the version that complies with your local/regional regulations in terms of ISM unlicensed frequency band and operation
  • The RF behavior of Moteino is entirely dependent on the firmware you load on it, use it responsibly and abide with your local radio frequency laws and restrictions.
  • Please be aware: not all frequencies are legal without a HAM license in all places. The library and example code may default to certain frequency/bitrate/output power settings, you are responsible to be compliant to your region's regulations.

Moteino LoRa Transceiver Support

Moteino supports LoRa transceivers - a different radio technology that combines spread spectrum modulation and low bitrates to achieve very high sensitivity and consequently very long ranges. For more details and library support please visit the Moteino LoRa page.

Open air range:

  • RFM69W: 915Mhz and 868Mhz have about 300-400m range in open air (tested at 55Kbps with Moteino R4)
  • Longer range is achievable by tweaking the library settings (lowering the bitrate and fine tuning the RX bandwidth)
  • Here is a thread that shows some RFM12B vs RFM69 testing at various bit rates
  • This forum thread reveals a 1.5mile range on RFM69 using a dipole antenna at 1.2kbps!
  • RFM12B reaches about 150m (tested at 38.2kbps)

Pinout (same since R1), click to enlarge:

Moteino PINOUT (R4)

Programming guide

Click here for a more detailed guide.

You can upload a sketch to a Moteino just like you would normally do for any Arduino. In the Arduino programming environment you need to select "Arduino Uno" under Tools>Boards.
You will need a FTDI USB-serial adapter to connect to the FTDI header. Other compatible examples are: FTDI cableFTDI friendUSB BUB, etc.

For all Moteino related blog entries click here.
For example code and RFM69 library click here, and Github libary and examples are here.
For example code and RFM12B library click here, and Github libary and examples are here. 

Also check the LowPowerLab blog for updates and other projects.