Geiger counter kit just in, planning on recording readings over time and setting up a cloud based alarm. Aliexpress link: https://a.aliexpress.com/_BTKtci
Geiger counter kit


Geiger counter kit just in, planning on recording readings over time and setting up a cloud based alarm. Aliexpress link: https://a.aliexpress.com/_BTKtci
ping
Stock markets are going crazy, my stock portfolio is up + 21% for the last couple months, and my bank deposits are at somewhere around 0.000000001% interest rate.
Completed my 45th trip around the Sun today

My ZX80 disassembly notes on the back of my ZX Spectrum Basic programming book. Sent me back to 1988 for a moment..

Trained my D.O.G. (Digital arrOw Grabber) project's NNN (Natural Neural Network) to fetch back arrows through positive reinforcement #AI

33 FPS on simple brightness settings GUI on #esp32 + LVGL v7

HMI development on my laptop, then flashing onto #esp32 using #lvgl

Toying with LVGL v7 on my Mac in preparation for upgrading my embedded projects to that version. By the looks of it, it will take a few days of fiddling. Why do they make so many breaking changes? Had to go through the same hell when upgrading from v5 to v6; Deja Vu…
@jkb770 @alipasha And that was of course a joke
@boyannedkov Maybe it is 4 and the diagram shows wrongly the wire before thr 390 ohm resistor

Added a power consumption to color indicator as a long distance visual reminder to reduce power usage. Quite effective by the way 🙂

Just received one of these optical fluid sensors after 2 months in transit.. No documentation at all, wondering what is the fourth wire for..
Opinion != fact

Drive your car by any of my home security cameras and they will log your license plate and timestamp. Not sure it is proper or even legal, but it took me 10 minutes to do it with Node-RED and openalpr #security #IoT #AI
#LVGL v7.0.0 released yesterday, upgrading an existing project will be a pain in the @$$ given the material changes introduced.. https://github.com/lvgl/lvgl/releases

Updated a 2014 wireless power consumption monitor project of mine to be compatible with my latest generation project hardware and backend #homeautomation #IoT #esp32
A short video demo of a DIY Samsung #SmartThings compatible smart switch based on #ESP8266 #IoT https://www.youtube.com/watch?v=hHYTRrmYBGY

Experimenting with #Samsung #smartthings capable #esp32 smart switch using their SDK and ESP-IDF. There is no need for a hub, works directly with the Smart Things app.

Connected my home alarm system to a secured #MQTT channel and am able to arm/disarm/read state remotely via Node-red powered UI #IoT #IoT #arduino #homeautomation Used the code by https://github.com/maragelis/ParadoxRs232toMqtt

#raspberrypi #flightradar24 monitor using @adafruit 3.5" PiTFT and Chromium in kiosk mode

#ncdu saves the day when my blog VPS goes crazy due to running out of disk space. Turns out a pesky log not being truncated and yours truly not setting an alert for situations like this 😉 https://dev.yorhel.nl/ncdu

Using a 3.5" PiTFT as security camera monitor with a ffmpeg one-liner #rtsp #raspberrypi ffmpeg -rtsp_transport udp -i rtsp://192.168.1.123:554/12 -pix_fmt rgb565le -s 480×320 -f fbdev /dev/fb1
Will be working from home the next couple weeks, you guessed why
Installed Cloudflare WARP on my Mac, pretty good instructions here: https://www.youtube.com/watch?v=eeHO5NZGkBI

Meet the PS Thermo – my smart thermostat with a TFT32-based control hub and sub-GHz RF wireless sensors, the successor to BBoilRF.
New post: Meet the PS Thermo https://wp.me/pawL3e-1m2

I just activated a http://luftdaten.info air quality sensor, will be contributing from my home in the suburbs that was missing air quality info. Where I live I measure PM2.5 to be 7.8 µg/m³, but overall air quality in Sofia right now is outrageous.
Successfully integrated a rather complex Simulink modeled software component into an ESP32 ESP-IDF/Eclipse project via code generation. Pretty impressed with the outcome and how fast the SWC was developed this way. #esp32 #simulink #freeRTOS #embedded

Added FreeRTOS CPU (both cores) load monitoring (for power management strategy implementation) from my TFT32 project. Pleased to see how efficient the code is, CPU load at 8% and 10% respectively for core 0 and 1..
Booting Linux on ESP32? https://www.reddit.com/r/esp32/comments/dtlj7n/booting_linux_on_esp32_realtime_video/?utm_medium=android_app&utm_source=share

Committing three weeks' worth of changes..phew