In this example we will create the most basic Web Server using our Raspberry Pi Pico W. This Web Server will display a simple Web Page when we navigate to the IP address assigned to our Pico W. The HTML is embedded in the code…
Code
-
-
In this article we will fetch a web page using a Raspberry Pi W running micropython, we will display the source code of the web page in the REPL window You need to download the latest micropython firmware, you can get this from the following…
-
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 connect a LTR390 UV Light Sensor to the Raspberry Pi Pico Sensor Information This sensor converts light intensity to a digital output signal capable of direct I2C interface. It provides a linear ALS response over a wide dynamic range, and is…
-
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 ADXL345 3-axis accelerometer circuitpython example
by rp2040guy71In this article we connect a ADXL345 3-axis accelerometer to a Raspberry Pi Pico running Circuitpython Sensor Information The ADXL345 is a small, thin, ultralow power, 3-axis accelerometer with high resolution (13-bit) measurement at up to ±16 g. Digital output data is formatted as 16-bit…