Skip to content

works on my machine

¯\_(ツ)_/¯

  • Projects
  • Prototypes
  • Coding
  • HowTos
  • Pinouts
  • Story time

Links

Github
  • About
works on my machine
¯\_(ツ)_/¯

HowTos

Reminders for me, you and your friends how to do stuff you need when dealing with microcontrollers like Picos, D1 minis and Raspberry family members.

  • Better scratch your balls than your frozen windshield – MQTT warning for nightly low temperatures with Node-RED querying a weather API
    HowTos

    Better scratch your balls than your frozen windshield – MQTT warning for nightly low temperatures with Node-RED querying a weather API

    ByStefan February 16, 2023February 16, 2023

    I have a talent to forget to cover my car before a night with temperature below zero and the next morning I have to scratch away all the ice. As I really don’t like that I decided to build a warning mechanism for that. I already had a Node-RED flow querying the weather API to…

    Read More Better scratch your balls than your frozen windshield – MQTT warning for nightly low temperatures with Node-RED querying a weather APIContinue

  • Easy peasy – querying weather API in Node-RED and publishing the current temperature to a MQTT broker
    HowTos

    Easy peasy – querying weather API in Node-RED and publishing the current temperature to a MQTT broker

    ByStefan February 15, 2023

    Precondition: Have your lokal MQTT broker and Node-RED installed and setup or access to a remote one. I recently added a http request node querying a weather API to Node-RED. After extracting, the current temperature is then published on the local MQTT and can be used by all devices connected to the broker.In this example…

    Read More Easy peasy – querying weather API in Node-RED and publishing the current temperature to a MQTT brokerContinue

  • https://commons.wikimedia.org/wiki/File:Notepad_plus_plus.png
    HowTos

    Notepad++ synchronize vertical scrolling

    ByStefan November 4, 2022November 4, 2022

    I like to use the “other view” feature of Notepad++ to show two files side by side. As I often have compare them I really like the synchronized vertical scrolling option which scrolls them both at the same time. There’s an icon you can click, but I prefer to use a key binding to toggle…

    Read More Notepad++ synchronize vertical scrollingContinue

  • https://commons.wikimedia.org/wiki/File:Notepad_plus_plus.png
    HowTos

    Notepad++ show line numbers

    ByStefan November 4, 2022

    It’s a little hidden imo, so future-me or for your service – the setting to show the line numbers.

    Read More Notepad++ show line numbersContinue

  • It was born like this – pre-enabling WiFi and SSH on Raspberry Pi OS and creating a user
    HowTos

    It was born like this – pre-enabling WiFi and SSH on Raspberry Pi OS and creating a user

    ByStefan September 5, 2022February 10, 2023

    Most of my Raspberry Pis run headless (just remote console, no GUI). To remind myself and for your service I wrote this short memo how to set them up correctly. You can also find the same and much more Pi related information here, but I like to keep the stuff I need together in one…

    Read More It was born like this – pre-enabling WiFi and SSH on Raspberry Pi OS and creating a userContinue

  • Gordon knows how: Flashing Micropython on D1 mini and D1 mini lite
    HowTos

    Gordon knows how: Flashing Micropython on D1 mini and D1 mini lite

    ByStefan April 26, 2022January 26, 2023

    As I really prefer Python for my little projects over C++, I flashed my Wemos boards with Micropython and wanted to share how I did it (it was pretty easy). You have to connect your board with USB to your computer, have Thonny installed and the desired micropython image downloaded. (You can do it with…

    Read More Gordon knows how: Flashing Micropython on D1 mini and D1 mini liteContinue

  • Dusting off the blood sucker – deleting sustained mosquitto messages
    HowTos

    Dusting off the blood sucker – deleting sustained mosquitto messages

    ByStefan April 25, 2022January 25, 2024

    After expermienting alot with my MQTT server it was pretty polluted with sustained messages and I wanted to get rid of them. The fastest way I got this reliably to work was by deleting the persistence file while the MQTT server was offline. You could delete all or specific topics with a script, too, but…

    Read More Dusting off the blood sucker – deleting sustained mosquitto messagesContinue

  • It’s about time – how to auto-run your Python scripts on Raspberry Pi OS with Cron jobs
    HowTos

    It’s about time – how to auto-run your Python scripts on Raspberry Pi OS with Cron jobs

    ByStefan March 29, 2022September 12, 2022

    This is a step by step reminder how to get your Python scripts run automatically on your Raspberry. We will be creating a cron job that is run once when booting. (This should be possible like this or pretty similar on every Linux distribution where Cron is available and is not limited to Python scripts…

    Read More It’s about time – how to auto-run your Python scripts on Raspberry Pi OS with Cron jobsContinue

Page navigation

Previous PagePrevious 1 2

© 2025 works on my machine

Privacy Policy

Scroll to top
  • Projects
  • Prototypes
  • Coding
  • HowTos
  • Pinouts
  • Story time
Search