RF Explorer 3G+ IoT for Arduino Due

IMPORTANTDo not connect to 5V Arduino boards, the IoT module is only compatible with Arduino 3.3V models. Not following this advise will damage your IoT module.

We recommend Arduino DUE (more details at Arduino site here) for best results and full capabilities enabled; if you want to connect to a different Arduino model contact with us first.

RFE IOT DUE parts small

Note: for other compatible and supported Arduino models, please check IoT for Arduino page link.

Connecting to an Arduino Due board

RF Explorer 3G+ IoT modules fit perfectly on an Arduino Due board, and still keep a number of Arduino I/O ports free for custom use in your application.

RFE IOT DUE small white

RFE IOT DUE side UART small

 

RFE IOT DUE side analog small

 

Prerequisites

In order to use RF Explorer 3G+ IoT shield you need:

Software Libraries

The RF Explorer 3G+ IoT libraries for Arduino are high performance, native Arduino libraries you can use in your projects. Library is free, open source code you can also modify for your own needs.

The library is in constant development so you may want to check the latest available version.

Instructions:

  1. Download the library
  2. Decompress the zip file and copy the contents to the standard Arduino libraries folder location, typically c:\Program Files(x86)\Arduino\libraries in Windows.
  3. Open some of the examples
  4. Compile and upload to your Arduino board
  5. Set the 3G+ IoT Switch SW1 into position UART3 at all times in Arduino Due
  6. The Arduino Due COM port should be connected to Arduino Serial Monitor, and configured at 57600 bps. 
  7. Sketch example will run automatically after upload, results will display in the Serial Monitor

Arduino IDE setup

Arduino Due need some specific configuration setup, unrelated to RF Explorer, to properly work with all native Arduino libraries.

Connect USB cable to the Programming Port, and select the right board as depicted below, using Arduino Due (Programming Port). 

ArduinoDue scheme

If the Arduino Due is not listed, then first make sure the ARM standard libraries for Arduino are correctly installed, check Arduino official site for more details on how to configure your Arduino Due platform.

Last but not least, check the Tools->Port is correctly identified by the COMx port

ArduinoIDE

Details on how to use examples

Run the Arduino IDE, and navigate through the File->Example->RF Explorer 3G+ IoT.

You can see examples such as RFE_IoT_GetPeak or RFE_IoT_SweepAndChangeConfig.

ArduinoExample 1

Example results are displayed on the Arduino Serial Monitor

Example1Result