The life of a computer/sci-fy/teccie-nerd :-) Interested in lots of stuff like: Net, C#, Software Architecture, IoT, building stuff (like sensors based on RPI Pico W), Cars, Books, meeting people, learning new stuff, Cyber Security
Monday, November 06, 2023
Saturday, October 28, 2023
Beware of the short circuit
One of my Pico W sensors stops working from time to time. I've enabled the watchdog for auto-magic reboots, but even so, sometimes it just dies.
The sensor cable is about 50cm, at the end I have a DHT20 Temp and Humidity sensor (Köp DHT20 (AHT20) Temperatur- och Luftfuktighetssensor | sizable.se). I have pull-up resistors mounted at the sensor end of the cable.
I'm measuring the outside temperature with this sensor, so I'm mounting it on the underside of our master bedrooms windowsill. For mounting I'm using a blob of adhesive glue. When I "made it stick" to the underside of the windowsill I also bent the connectors on the sensor, so the middle data wire was shorted to ground - intermittently!
Saturday, July 01, 2023
Looking for a cheap box to house your sensor / IoT-stuff
Here in Sweden I found this awesome cheap box that suited my IoT projects perfectly - Köp Apparatlåda PC002 med håltagning – grå till rätt pris @ Electrokit, Swedish price about 15 SEK ( 1.5 USD )
Lazzes Smart Home - 2023
Here is an overview of the components in the Smart Home as of now. More stuff than I tought :-)
-
If you, like me - use VLC mediaplayer to view all your media, you may have run into the same problem as I. That is, when we watch multiple m...
-
1) Define constants const int WM_KEYDOWN = 0x100; const int WM_KEYUP = 0x101; 2) Add interface, IMessageFilter public partial class Form1 : ...
-
The DivX register app is hardcoded to use the System32 folder as path for Rundll32, which of course doesn't exist on a 64bit system. So ...