In a previous article we looked at the Pico Explorer Base and in this article we look at using circuitpython on the attached display. The 240 x 240 display fitted which is controlled by a ST7789 chip using SPI. the pins used are tft_cs =…
Code
-
-
In this article we look at an accelerometer – this time its the MSA301 and we will connect this to a raspberry Pi Pico running Circuitpython Lets look at some information regarding the sensor, this is from the datasheet MSA301 is a triaxial, low-g accelerometer…
-
In this article we look at the RGB led which is fitted on the Arduino Nano RP2040 Connect The RGB LED (DL3) is a common anode LED that is connected to the Nina W102 module. The LED is off when the digital state is HIGH…
-
In this article we look at the LSM6DSOX sensor which is fitted on the Arduino Nano RP2040 Connect Sensor Information Description The LSM6DSOX is a system-in-package featuring a 3D digital accelerometer and a 3D digital gyroscope boosting performance at 0.55 mA in high-performance mode and…
-
Circuitpython
Raspberry Pi Pico and ICM-20948 MotionTracking device circuitpython example
by rp2040guy71In this article we connect a ICM-20948 9-axis MotionTracking device to a Raspberry Pi Pico running Circuitpython Sensor Information The ICM-20948 is the world’s lowest power 9-axis Motion Tracking device that is ideally suited for Smartphones, Tablets, Wearable Sensors, and IoT applications. 1/3 the power…
-
The Pico-RTC-DS3231 is an RTC expansion module specialized for Raspberry Pi Pico. It incorporates high precision RTC chip DS3231 and uses an I2C bus for communication. More external sensors are allowed to be connected thanks to the stackable design. DS3231 Information The DS3231 is…