Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.16 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.16 KB

#SIGFOX first message using the SmartEverything

Using the SmartEverything Arduino board and its SIGFOX-ready Telit module, send a test message every 10 minutes over the SIGFOX network.

##Prerequisites ###SmartEverything Install the core Arduino libraries:

  • Tools > Boards > Board Manager
  • Install the Arduino Zero core
  • Install the ASME core (filter=Partner)

You should use the board type Smart Everything FOX (Native USB)

###SIGFOX To check your messages, you must register your board first

Go to the SIGFOX cloud & enter the needed informations : ID & PAC (secret code) associated to your module

##Go Further ###Useful program

Sending a test message is nice, but once it's done you may be interested by sending real data.
As the Smart Everything is loaded with a lot of sensors, you can quickly build something great.
Check out this example to send the temperature, atmospheric pressure & humidity level.