Potentialmeter

../../_images/poten2.png

This is a potentialmeter that reads the rotation degree, it returns an analog value.

The range of the return value is 0-1023, a higher value means the rotation degree is bigger.

Specification

  • Voltagw: 3.3V~5V

  • Type: Analog Module

  • Interface: 3Pin PH2.0

Wiring Diagram

This is an analog module, it can only use P0-P2.(Remove the buzzer jumper when P0 is in use.)

Robotbit Shield

Connect the sensor to Robotbit Shield’s 3Pin port.

../../_images/poten_wire2.png

Robotbit

Connect the sensor to Robotbit’s pin and 3V pin.

../../_images/poten_wire1.png

MakeCode Coding Tutorial

../../_images/mcbanner.png

../../_images/acbanner.png

This module can be used with Microbit and Meowbit.

Reading the sensor value

Microbit:

../../_images/poten_code.png

Meowbit:

../../_images/poten_codeMeow.png

KittenBlock Coding Tutorial

../../_images/kbbanner.png

Load the Robotbit extension

../../_images/addRB.png

Reading the sensor value

../../_images/poten_codekb.png

Mu Editor Coding Tutorial

Reading the sensor value

../../_images/poten_codemu.png