Accessories: OLED display with Cable

OLED.jpg
DSCF2602.JPG
theodolite.jpg
IMG_1005.jpg
ball.jpg
OLED.jpg
DSCF2602.JPG
theodolite.jpg
IMG_1005.jpg
ball.jpg

Accessories: OLED display with Cable

$5.00

This 0.96” OLED display has 128X64 Pixels and can be easily coded to in Microsoft MakeCode. It includes the cable needed to use the I2C port on the bit:booster and bit:buddy+

This versatile accessory is a powerful, low cost must-have for any micro:bit project.

Quantity:
Add To Cart

The OLED screen is a powerful tool at every stage of a project build:

  • When prototyping, writing and troubleshooting code it allows easy visualization of sensor data.

  • When designing a final build it can be used as part of the UI.

The OLED screen uses the I2C protocol (pronounced “I squared C”) which allows for the connection of multiple I2C compatible devices through the same port.

I2C Location on Boards.jpg
OLED Coding.jpg

SAMPLE PROJECTS USING OLED SCREEN

theodolite.jpg

Theodolite

A math teacher combined coding with geometry and used this Theodolite for students to map their campus taking measurements using the readings from the accelerometer. The simple code on this device shows the readings from the accelerometer (pitch and roll) as well as the data from the compass. Students would record the data they gathered then calculate distances manually. An extension of this project is to have the students program the device to calculate distances.

ball.jpeg

Visualizing Forces

The micro:bit and bit:booster were placed inside a ball that was swung like a pendulum. The OLED graphed the data from the accelerometer as the ball swung back and forth.