Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Itron MIlli5 Sensor API Reference Package

Current Version Info

Please Note: This version is obsolete. It is left for reference only! See the changes.md file for details.

Repository Structure

The Milli Sensor API and CoAP Server consists of two folders:

Folder Name Content
sapi_mshield The temperature reference application. Uses the Sensor API.
itron_coap_server The Itron Sensor API and CoAP Server library

Installation Instructions:

  1. From the Milli5-Sensor API repository, copy the sub-folder sapi_mshield to C:\Users\<user>\Documents\Arduino Note: Replace with your Windows user name.

  2. Download the folder itron_coap_server to C:\Users\<user>\Documents\Arduino\libraries

  3. Download and install the Arduino IDE 1.8.10 from https://www.arduino.cc/en/Main/Software

  4. In the preferences, locate the field "Additionial Board Manager URLs". Add this URL to the list: https://adafruit.github.io/arduino-board-index/package_adafruit_index.json

  5. Using the board manager, add the Adafruit SAMD boards (version 1.5.6). Select the Adafruit Metro M0 Express board.

  6. In the folder Arduino\sapi_mshield, click on sapi_mshield.ino and your Arduino IDE will launch

  7. In the IDE, go to the Sketch menu and choose Include Library, and select itron_coap_server from the Contributed Libraries section

  8. In the IDE, go to Sketch/Include Library/Manage Libraries

  9. In the search bar, type RTCZero

  10. Click on "More info"

  11. In the drop-down menu, select v1.6.0 and click Install

  12. The following libraries are needed to support the DHT-11 temp sensor (these are needed even if you do not hook a DHT-11 up):

  13. Use Manage Libraries to locate and install the following libraries:

  14. Adafruit Unified Sensor v1.0.2

  15. DHT Sensor Library v1.3.0

  16. Build and upload the application to your Adafruit Metreo M0 Express board. Explore and have fun!