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.
Archives de catégorie : Dev
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/
Continuer la lecture de Getting started with the Sigfox API & php/json
LCD Demo board for PIC
This board was designed to test quickly if a PIC microcontroler run correctly, easy to use, make your connections between pin header and LCD, also a socket is available for quartz to test with any kind of frequency. Layout is available.