Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.47 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.47 KB

mp-pico-explorer

lint

A repository of Raspberry Pi Pico MicroPython code developed to experiment with the microcontroller and peripherals using the Pimoroni Pico Explorer base board.

My explorer is fitted with the following additional hardware: -

  1. RV3028 Real Time Clock (RTC) at address 0x52
  2. BH1745 Luminance and Colour Sensor at address 0x38
  3. LTP305 LED Dot Matrix Breakout at address 0x61 and 0x62
  4. MB85RC256V 32KByte FRAM module attached to the breadboard at address 0x50

This repository contains the following software demonstration files: -

  • pico/btn.py for the explorer built-in buttons
  • pico/rtc.py for the RV3028 RTC breakout
  • pico/character_matrix.py for the dual LTP305 5x7 LED matrix
  • pico/col.py for the BH1745 Luminance/Colour breakout
  • pico/fram.py for the FRAM module