Tech Tips & Tricks

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...

esp-stlink: free SWIM implementation for the ESP8266

published on
STM8S chips are probably the cheapest microcontrollers that you can get. A single chip from ~20¢, or on a board with pins, a button and LED ~60¢. Can’t really beat that. There’s an OK toolchain for development on Linux consisting of the small devices c-compiler (sdcc) and stm8flash, a free driver to work with the proprietary stlink devices which you needed until now to be able to flash STM8S MCUs. Read More...

3 Wege zum Funksteckdosen hacken

published on
Steckdosen mit Funkfernbedienung sind super praktisch, wären aber noch praktischer wenn man nicht auf die Fernbedienung angewiesen wäre. Vor einiger Zeit habe ich mir günstige ALDI Funksteckdosen (Tevion GT-9000) besorgt und gehofft, diese recht einfach mit einem Gerät wie der CUL ansteuern zu können. Leider Fehlanzeige, unbekanntes Protokoll, hat noch keiner vorher gemacht etc. Für die ebenfalls günstig zu erstehenden Intertechno (ELRO) Steckdosen gibt es genug Material im Internet, aber diese hier sind doch etwas hartnäckiger. Read More...