Get micros
  • Arduino
  • AVR Code
  • ESP8266
  • Micro Bit Code
  • 8051 Code
  • PIC Code
  • PIC tutorials
  • Micro Bit Code

    Microbit temperature in python

      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 …

  • Micro Bit

    MicroBit Edge Connector Breakout Board

    I like the Micro:Bit, its a nice little compact board with plenty of features with a couple of development options such as Python, C++ and block editors. One of the …

  • Micro Bit Code

    Micro:bit compass example in micropython

    The micro:bit also has a compass (magnetometer) The compass has to be calibrated before it can give accurate readings. Calibration involves moving a dot to make a circle on the …

  • Micro Bit Code

    Micro:bit accelerometer Micropython example

    The micro:bit has an accelerometer on board, you can see this in the picture below When you flash the program, you should see a reading of the accelerometer x axis being …

  • Micro Bit Code

    Random image on the Micro:bit using Micropython

    The Image class also has the following built-in instances of itself included as its attributes (the attribute names indicate what the image represents). In this example we will randomly display …

  • Micro Bit Code

    Image examples for the Micro:bit using Micropython

    Here we show you how to create a custom image on the led matrix, we use the Mu editor [codesyntax lang=”python”] from microbit import * im = Image(‘99999:90009:90009:90009:99999:’) display.show(im) [/codesyntax] …

  • Micro Bit

    LED pattern using Microsoft Block Editor for Micro:Bit

    Go to the micro:bit web site and follow the hyperlink to Create Code. Choose the Microsoft Block Editor and make a New Project. Look in the Basic section for the …

  • Micro Bit Code

    Micro Bit push button and display image example

    A simple example using the 2 buttons (a and b), pressing them will display one of the built in images on th 5×5 LED display on the Micro Bit The …

  • Digispark

    Digispark LED example

    In this example I decided to take a look at one of the Digispark clone boards that are available. These boards are based around the ATtiny85 which have the micronucleus …

  • Arduino Code

    AM2301 and OLED arduino example

    In this example we will connect a AM2301 sensor to an Arduino and display the output on an 128×32 I2C OLED display The AM2301  is a wired version of the …

Newer Posts
Older Posts

Products

Electronic Component Base Fun Kit For Arduino or Raspberry Pi
MicroPython Programming Development Board: Pyboard/STM32/Single-chip Embedded Learning Experiment Kit
KIT:UNO R3 with sensors for Tempreture and Moisture compatible with Arduino IDE

Pages

  • Arduino Products
  • Arduino Sensors
  • Arduino Shields
  • Privacy Policy
  • Support Us

Donations

What its all for

PayPal


NOWPayments

Crypto donation button by NOWPayments

Kofi



Librepay



Patreon

Become a Patron!

Buy me a coffee

Categories

Latest

  • Setting Arduino pins high by default
  • Examples on how to optimize Arduino memory usage
  • Another Raspberry Pi inspired SBC – the Walnut Pi
  • Connect a Neopixel LED strip to a Digispark
  • Connect an 128 x 64 OLED display to a Digispark
  • A look at the Digispark ATtiny85 board
  • Connect an RGB led to a Digispark

Products

PIC18F4520 Evaluation Board +14 Modules
EZ-USB FX2LP USB 2.0 Board
pickit3 Programming / emulator
CAN bus development board
PIC Development Board Kit + Microchip PIC16F877A
Digispark USB Development Board

Share

@2020 - All Right Reserved.


Back To Top
Get micros
  • Arduino
  • AVR Code
  • ESP8266
  • Micro Bit Code
  • 8051 Code
  • PIC Code
  • PIC tutorials