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: -
- RV3028 Real Time Clock (RTC) at address 0x52
- BH1745 Luminance and Colour Sensor at address 0x38
- LTP305 LED Dot Matrix Breakout at address 0x61 and 0x62
- MB85RC256V 32KByte FRAM module attached to the breadboard at address 0x50
This repository contains the following software demonstration files: -
pico/btn.pyfor the explorer built-in buttonspico/rtc.pyfor the RV3028 RTC breakoutpico/character_matrix.pyfor the dual LTP305 5x7 LED matrixpico/col.pyfor the BH1745 Luminance/Colour breakoutpico/fram.pyfor the FRAM module