Content for MicroPython

Program ESP8266 - MicroPython

“MicroPython is a project that allows you to run a miniature version of python 3 on microcontrollers and embedded boards. It has growing support of microcontroller boards and rather than installing a full Linux distro onto the board it only …

Temperature/Humidity Measurement with NodeMCU

“Temperature and humidity measurement with BME280, a Raspberry Pi and NodeMCU. I use MQTT, InfluxDB, Telegraf, Grafana and MicroPython. Story Introduction I have no smart home, but I wanted to have some statistics about temperatures / humidity in several rooms in …

MicroPython Programming Tutorial: Getting Started with the ESP32 Thing

“Introduction In this guide, we will walk through the process of setting up MicroPython on the ESP32 Thing and writing some example programs. Each “experiment” will show you how to wire up an example circuit and then control it using …

How to Load MicroPython on a Microcontroller Board

“MicroPython is a subset of the Python 3 language that has been pared down to run efficiently on several microcontrollers. If you are familiar with Python or looking for a quick way to write code for a microcontroller (that isn …

Micropython on ESP Using Jupyter

“On a previous tutorial, we explored how to control a Raspberry Pi using Jupyter Notebook: RPI PHYSICAL COMPUTING USING JUPYTER NOTEBOOK It was a great experience, and once the project worked very well I thought, “how about to also test …

MicroPython Basics: ESP8266 WebREPL

“One unique feature of MicroPython on the ESP8266 and its WiFi microcontroller is a WebREPL (read-evaluate-print loop, like a Python ‘command line’) accessible through a webpage. Instead of using a serial connection to the board you can run Python code …

IOT Base Computing Using Nodemcu and Micropython

“In this tutorial I am going to use NodeMcu, micropython and Mqtt connection to connect the server. This tutorial is using https based mqtt connect to connect from Nodemcu to Adafruit.io Server. In this project i am using micropython …

MicroPython OLED Watch

“In this project we ‘ll show you how to make a watch using an Adafruit Feather M0, an RTC module and an OLED display. This uses microPython, which is an interpreted language that runs on small embedded boards. Be sure …

ESP8266 Geiger counter

“The ESP8266 is flashed with the MicroPython firmware, and the software PWM is used to drive the HV part of the circuit. The radiation and dose information will be available via a web interface, MQTT, maybe some lower level output …