Octopus ADKeypad(EF04017)
Introduction
This keyboard uses an analog input to read the five key state with one IO port. It can achieve many amazing interactive projects.
Products Link
Characteristics
The 3pins ports is easy to plug and play.. It can work with micro:bit in 3V.
Specifications
Item | Parameter |
---|---|
SKU | EF04017 |
Power Input | 3V5V |
Connector Type | Analog |
Pins Definition | 1Signal 2VCC 3GND |
Response | Quick to response with high sensitivity |
Circuit | Simple |
Stability | Stable and durable |
Outlook and Dimensions
Quick to Start
Connection diagram
Connect to P1 port as the picture shows.
Take sensor:bit for example
Program as the picture shows
Analog read the returned value. When returned value is between 0~20, it means the button A is pressed, an icon is shown on the micro:bit. By parity of reasoning.
Reference
Links:https://makecode.microbit.org/_dqjTtAM5sfmy
You can also download it directly below:
Result
Press different buttons on the ADKeypad, different graphs show on the micro:bit.