Learn MicroPython
  • Articles
  • Circuitpython
  • Code
  • ESP32
  • ESP8266
  • Hardware
  • CodeMicro:bit

    Micro:bit and light-dependent resistor example in Micropython

    by shedboy71 26th January 2019

    A photoresistor (or light-dependent resistor, LDR, or photocell) is a light-controlled variable resistor. The resistance of a photoresistor decreases with increasing incident light intensity; in other words, it exhibits photoconductivity. …

  • CodeMicro:bit

    Micro:bit and dice simulator in Micropython

    by shedboy71 26th January 2019

    This is a fairly simple dice throwing game for the micro:bit, in this example you shake the micro:bit and a dice image will be displayed on the LEDs The example …

  • CodeMicro:bit

    Micro:bit and Neopixel examples in Micropython

    by shedboy71 26th January 2019

    The neopixel module lets you use Neopixel (WS2812) individually addressable RGB LED strips with the Microbit. Note to use the neopixel module, you need to import it separately with: import …

  • CodeMicro:bit

    Playing Micro:bit built in tunes with Micropython

    by shedboy71 26th January 2019

    For the purposes of education and entertainment, the module contains several example tunes that are expressed as Python lists. They can be used like this: import music music.play(music.NYAN) All the …

  • CodeMicro:bit

    Micro:bit CPU temperature measurement in Micropython

    by shedboy71 25th January 2019

    The BBC micro:bit does not have a dedicated temperature sensor. Instead, the temperature provided is actually the temperature of the silicon die on the main CPU. So not a perfect …

  • CodeMicro:bit

    Micro:bit onboard compass example with micropython

    by shedboy71 25th January 2019

    The micro:bit also has a compass (magnetometer), it is a MAG3110 Overview The MAG3110 is a small, low-power digital 3D magnetic sensor with a wide dynamic range to allow operation …

  • CodeMicro:bit

    Using the Micro:bit onboard accelerometer a Micropython example

    by shedboy71 25th January 2019

    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 …

  • CodeMicro:bit

    A Random image displayed on the Micro:bit using Micropython

    by shedboy71 25th January 2019

    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 …

  • Hardware

    A quick look at a pyboard clone

    by shedboy71 24th January 2019

    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. …

  • Hardware

    Various Micropython based board pinouts

    by shedboy71 24th January 2019

    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 …

Newer Posts
Older Posts


Products

MicroPython Programming Development Board: Pyboard/STM32/Single-chip Embedded Learning Experiment Kit
2.4 Inch TFT_LCD Liquid Crystal Display (resistive Touch) MicroPython Accessory PyBoard Development
MicroPython Development Board PYBoardv1.1 V1.0 STM32F405 Pyhton3 OpenMV
MicroPython ESP8266 NANO WiFi board. Python board.
Starter Learning Kit For BBC Micro bit Programming MicroPython for Beginners
TPYBoard V102 MicroPython Python Development Board Pyboard STM32F405RGT6

Donation Options

What its all for

PayPal


NOWPayments

Crypto donation button by NOWPayments

Kofi



Librepay



Patreon

Become a Patron!

Buy me a coffee

Categories

  • Articles
  • bpi:bit
  • Circuitpython
  • Code
  • ESP32
  • ESP8266
  • Hardware
  • Micro:bit
  • Pyboard
  • RP2040
  • Tutorials

Products

M5Stack Series ESP32 Basic Core Development Kit
MicroPython ESP8266 D1R2 board.
MicroPython ESP32 Development Board V1.0.0

Latest

  • MicroPython uarray Module Tutorial with Examples
  • MicroPython math Module Tutorial with Examples
  • Tutorial on the bytearray Data Type in MicroPython
  • Tutorial on memoryview Objects in MicroPython
  • Tutorial on Unpacking Operators in MicroPython
  • Tutorial on Membership Operators in MicroPython
  • Tutorial on Identity Operators in MicroPython
  • Tutorial on Comparison Operators in MicroPython
  • Facebook
  • Twitter

@2021 - All Right Reserved. Designed and Developed by PenciDesign


Back To Top
Learn MicroPython
  • Articles
  • Circuitpython
  • Code
  • ESP32
  • ESP8266
  • Hardware