Getting started with the Sigfox API & php/json

This is, two files written to get data from SigFox backend, one to get message list, and other one to get the device type, it’s can be a good start for your application if you are not familiar with php and json, just edit the file, put your informations, and upload to your server. Data from backend are collected through curl and GET method, stored in a json file (be careful with security permissions) and decoded with json_decode function.

https://github.com/tonygir/SigFox/

message
Continuer la lecture de Getting started with the Sigfox API & php/json

Playing around SigFox network with Akeru board

Last week, I had the chance to attend the SigFox maker’s tour in Paris, it was very interesting to learn more about this amazing technology.

SIGFOX is the first and only company providing global cellular connectivity for the Internet of Things, fully dedicated to low-throughput communications. SIGFOX is re-inventing connectivity by radically lowering prices and energy consumption for connected devices.

After the event, everyone has got a Akeru Sigfox board with one year contract, (ready to send messages to the SigFox network), the board is available in snootlab website for 100€ and is compatible with Arduino,

829-2775credit: snootlab

I ‘m currently do some experimentation with this board, more infos soon.