Skip to content

works on my machine

¯\_(ツ)_/¯

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

Links

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

WiFi

  • Not in the dark any more – Scan Wifis with micropython on an ESP8266
    Coding

    Not in the dark any more – Scan Wifis with micropython on an ESP8266

    ByStefan July 19, 2025

    A small script to scan the neighbouring Wifis with your microcontroller. You get the following information about them: Kept the code as simple and small as possible. Available functions in network package could vary depending on used microcontroller type and micropython version / implementation. Resource links:

    Read More Not in the dark any more – Scan Wifis with micropython on an ESP8266Continue

  • Food delivery for the blood sucker – publishing temp/hum values read from DHT22 connected to NodeMCU v3 with MicroPython to Mosquitto MQTT server via WiFi
    Prototypes

    Food delivery for the blood sucker – publishing temp/hum values read from DHT22 connected to NodeMCU v3 with MicroPython to Mosquitto MQTT server via WiFi

    ByStefan January 11, 2023January 26, 2024

    a.k.a. longest post title ever 😛 This is the Python code for a NodeMCU v3 running MicroPython 1.19.1. It will measure temperature and humidity at the connected DHT22 with breakout board every 30 seconds, connect to WiFi and publish to a MQTT server.The first code block will be the necessary as simple and clear as…

    Read More Food delivery for the blood sucker – publishing temp/hum values read from DHT22 connected to NodeMCU v3 with MicroPython to Mosquitto MQTT server via WiFiContinue

  • 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

© 2025 works on my machine

Privacy Policy

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