Archives de catégorie : Dev

Arduino demo board

I often use Arduino to play and dev some apps, but I often experienced many issue with prototyping board and wire, lot of short circuit and bad contact. So I have made this small board, just need to plug Arduino, four buttons are available, a rotatif encoder, all I/O are available on terminal block, a 2×16 LCD is also available on I2C, or with conventional connection.

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