I finaly published them: sources of my wireless sensors are available here.
IoT
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.
I recently bought a Wipy development board to try MicroPython as a friend of mine is a big fan, and I whet a TI CC3200 (ARM Cortex-M4+wifi) development board even if I prefer to develop it in C.
Here is just a snippet allowing to ground or set to 3.3V GP4 in order to connect to home WLAN or set the card as an access point. Great for on-the-go development!
As I like to have plants at home but always forgot to water them, I bought a cheap resistive soil moisture sensor. Actually, it is just two strips of copper wired as a voltage divider with a 10k resistor, the IC is used as a comparator to have a “digital” output, with a threshold set by the trimpot.
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.