Introduction
I recently bought a Cubii under desk elliptical bike, I have two use cases for it:
- Physiotherapy after a foot surgery
- Help me to warm-up in my cold home office in the winter
Added bonus, doing light exercise. I definitely not find it as enjoyable as using a full size machine, or doing “real” sports, but this is just my preference and I am stuck at home with crutches anyway 😅
So my second hand model is a Cubii pro: no screen to display statistics, but with Bluetooth connectivity, which means that I had to install yet another proprietary app. I doubt usefulness of collecting those data but as it is BLE communications I wondered if it would be easy to reverse engineer the protocol by spying on the frames…
It appeared to be even easier to look into the Android application to find everything I need to dump the data into InfluxDB, and a fun weekend project.
I own a Rika Filo pellet stove, which I like, but it is on the expensive side of the market and the Wi-Fi module to remote control it was a no-go. This article describes the way I reverse-engineered the radio protocol.
As it is my sole heating system and winter is coming, I wanted a non invasive approach to avoid breaking anything, so I hooked up a logic analyzer to record the commands sent by the micro-controller to the radio chip, which helped me to learn the RF parameters + actual payload.
Kongduino kindly sent me a WisDuo RAK3272s few weeks ago,
it is a a breakout board for RAK nice module (RAK3172) around the
STM32WL5 system on chip from ST. Let’s see how to use STM32 CubeMX
to generate the initialization files and the LoRaWAN stack, then setup Visual
Studio code debugger.
I recently bought a Sonoff Zigbee 3.0 USB Dongle Plus from iTead to use it with Home Assistant.
While it worked out of the box, the update itself was not complicated but you
have to find the right tools…
I went down the hole of installing Linux on my phone (Samsung Galaxy S7). The
easiest path is compiling and installing UBports,
some people have heavily started the process but it is still a work in progress.
This is the first part: step by step description to build and boot the system,
with helpers scripts to setup the system once flashed.