IoT

Oliv'

A friend of mine asked me for some help on an Akeru device: it is an Arduino + Sigfox modem.

After a few tinkering, we succeed to do what he wanted and share it: gather some sensor data and collect it in a PHP webpage. The Arduino code is quite easy thanks to the Akeru library, but Sigfox callback is a bit more tricky. The callback will be parsed by a PHP script on my friend’s server, but I also played a bit with it to able to use ioPush, my IoT logger/push notification server.

Oliv'

As a part of my future home automation called NoteRF, I need some devices other than a Raspberry Pi grabbing weather and pollution data from the internet: I designed a PCB and throw some lines of code on it.
Currently, the devices are only sensors, but I plan to implement some actuators later. Everything communicates wirelessly with the help of HopeRF RFM69hw, I will write something on the PCB and publish them as soon as I have the time to do some minor corrections to the Eagle files.