In this example we introduce you to Micropython on an ESP32, we will flash the on board LED on a Wemos Lolin32. We used the uPyCraft IDE. First of all …
-
-
In this example we look at a PIR example in Micropython for an ESP8266. A passive infrared sensor (PIR sensor) is an electronic sensor that measures infrared (IR) light radiating …
-
In this example we look at a DS18b20 example in Micropython for an ESP8266. The DS18B20 digital thermometer provides 9-bit to 12-bit Celsius temperature measurements and has an alarm function …
-
In this example we look at some WS2812B RGB LEDs example in Micropython for an ESP8266. The WS2812B is a intelligent control LED light source that the control circuit and …
-
In this example we look at a DHT PRO example in Micropython for an ESP8266. The DHT pro is actually an AM2302 sensor from the same company that makes the …
-
In this example we look at a DHT11 example in Micropython for an ESP8266. We will use uPyCraft and again we use a variety of Wemos shields. In this example …
-
This is a simple very short code example in which we show how to create a basic I2CScanner in Micropython using the uPyCraft IDE. In this example we tested it …