The micro:bit has an accelerometer on board, you can see this in the picture below of the layout of the board For those that are interested it is actually a MMA8653FC …
micropython
-
-
As the title suggests in this particular example we will show how easy it is to display an image on the Micro:bit LED matrix The Image class also has the …
-
Another Micropython related board that i will be using, I bought this from Aliexpress The MicroPython pyboard is a compact electronic circuit board which operates MicroPython on the bare metal. …
-
I always find that pinouts for a board are very useful and refer to them on a regular basic, so I have gathered a few Micropython based boards on this …
-
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 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 …