[itooktheredpill] # _

Recent Posts

Viomi Firmware Update Analysis

published on
After rooting the Viomi V2, the question arises whether it’s safe to perform a firmware update. So we look at the filesystem diff and some of the binaries. New in 3.5.3_0045 Looking at the diff comparing 0045 with the 0044 firmware, we see some minor changes to the base system. Looking at the changes in RobotApp we can infer changed features: new properties around lifetime of filter, brush or mop multimap management clean preferences management probably some improvements in area cleaning / navigation probably some work on dynamic obstacle detection (like doors) So performing the update to 0045 should be safe and preserve your root access. Read More...

Rooting the Xiaomi STYJ02YM (viomi-v7) Vacuum Robot

published on
microUSB port Opening the battery case Update: For everyone coming here just looking for a way to root their Mijia STYJ02YM (viomi-v7) or Mijia STYTJ02YM (viomi-v8), please head to https://github.com/rumpeltux/viomi-rooting. My motivation to get root access is to have a talking and blinking robot that can move through my flat and is independent of any cloud. Whatever your reasons, so far it’s not supported by dustcloud, although I already added support to python-miio which allows to remote control most functionality through a python cli. Read More...

Programming the EPM240 devboard on Linux

published on
The supposedly simple task of programming a simple Altera CPLD took me a few days to resolve. Here’s what I learned. There’s no Open Source toolchain for Altera. So you must download the multi-GB Quartus Lite software. After installation, I followed the My First FPGA tutorial which mostly worked ok (apart from the ‘Megawizard Plug-in Manager’ thing). Pin mappings are of course different, but I found the schematic for the EPM240 minimal development board. Read More...

Verkehrsprojekt Deutsche Einheit Nr. 8: So ändern sich die Reisezeiten

published on
Reisezeitänderungen von München Dass die Verbindung München-Berlin schneller wird, haben alle mitbekommen, aber was heißt das für den Rest? Der Vergleich der alten mit den neuen Reisezeiten von München aus, macht einem sofort klar, dass das Verkehrsprojekt Deutsche Einheit seinem Namen alle Ehre macht. Praktisch jede Reise die in den neuen Bundesländern beginnt oder endet profitiert von schnelleren Verbindungen. Im folgenden eine interaktive Karte. Im Menü lässt sich einer von 8 Startbahnhöfen auswählen. Read More...

Reducing NodeMCU power consumption

published on
The ESP8266 is supposed to consume only 20μA in deep sleep mode, making it totally awesome for sensor projects that sleep most of the time and then upload their data using wifi. I use the NodeMCU v3 (Lolin) for prototyping, but when I want to attach it to a battery it quickly drains. After some experimentation (and reading a related blogpost about battery powering the NodeMCU v2) I found two reasons: Read More...

Categories

Creations (25)

Random Thoughts (1)

Tech Tips Tricks (20)

Visualizations (7)