Month: December 2022
-
How to enable Websockets in Mosquitto MQTT broker?
This post will show you how you can configure your Mosquitto broker to support MQTT over WebSockets
-
How to serve static files in Node.js and Express server?
This post will show you how to serve static files like HTML/CSS/Javascript or images using Node.js and express server.
-
Raspberry Pi BME280 Weather Station Using Python and Flask
This post will show you how to interface your Raspberry Pi with the BME280/BMP280 and create a weather station using Python and Flask
-
How to enable I2C in your Raspberry Pi?
This post will show you how to enable the I2C communication protocol in your raspberry pi using raspi-config.
-
Raspberry Pi Pico W: BME280 Weather Station Dashboard
This post will show you how to interface your Raspberry Pi Pico W with the BME280/BMP280 and create a weather station using MicroPython.
-
Using Arduino with BME280 plus a weather station project
This post will show you how to interface your Arduino code with the BME280/BMP280 sensor with a weather station project using ESP8266/ESP32
-
MicroPython: Interfacing with SSD1306 OLED display
This post will show you how to create programs written in MicroPython to interface with SSD1306 OLED to display text and graphic images.
-
How to Install MicroPython firmware on Raspberry Pi Pico?
This post will show you how to install or download or flash MicroPython firmware on your Raspberry Pi Pico or Raspberry Pi Pico W.
-
Raspberry Pi and Flask Quickstart Guide
This post will show you how to configure your Raspberry Pi to run the Flask web server and how to get started creating web applications
-
Control DS18B20 using MicroPython with a Weather Station Project
This post will show you how to control or interface DS18B20 temperature sensor with your MicroPython device with a weather station project