micropython

Raspberry PI Pico i2C featured image

Using I2C devices with Raspberry PI Pico and MicroPython 3.6 (49)

In this tutorial, I’m going to show you how works and how to use I2C with Raspberry PI Pico. I2C (Inter-Integrated Circuit) communication allows to reduce wiring difficulty when connecting devices able to support this protocol. It is widely used in electronics industry and also Raspberry PI Pico can use I2C Explaining How I2C Works

Using I2C devices with Raspberry PI Pico and MicroPython 3.6 (49) Read More »

compile-micropython-firmware-raspberry-pi-featured-image

Compile MicroPython firmware from Raspberry PI Computer Board for Pico 3.8 (5)

In this tutorial, I will show you the process to compile a MicroPython firmware for your Raspberry PI Pico from your Raspberry PI computer board. This is useful if you want to create a custom MicroPython firmware for your microcontroller or if you want to test the very latest MicroPython code. What MicroPython Firmware Compiling

Compile MicroPython firmware from Raspberry PI Computer Board for Pico 3.8 (5) Read More »

wukong2040-raspberry-pi-pico-featured-image

Review the ELECFREAKS Wukong2040: Raspberry Pi Pico Expansion Board 5 (2)

This tutorial will show you the features of this interesting Wukong2040 Raspberry PI Pico expansion board, also bringing code examples with MicroPython. The ELECFREAKS Wukong2040 is a Raspberry PI Pico expansion board enabling beginners to get live with their simple to medium complexity projects, with a safe battery power source and a simplified PINs connection.

Review the ELECFREAKS Wukong2040: Raspberry Pi Pico Expansion Board 5 (2) Read More »

raspberry-pi-pico-power-consumption-featured-image

Raspberry PI Pico W Power Consumption (mA) and How to Reduce It 4.6 (46)

In this tutorial, I will show you how to measure the Raspberry PI Pico power consumption (in mA) and I will report the ones I’ve measured. Running IoT projects without a line power supply requires identifying your power budget in order to avoid service outages due to missing power. For this reason, measuring the Raspberry

Raspberry PI Pico W Power Consumption (mA) and How to Reduce It 4.6 (46) Read More »

raspberry-pi-pico-w-mqtt-featured-image

MQTT and Raspberry PI Pico W: Start with Mosquitto (MicroPython) 4.7 (17)

This tutorial will show you how to use Mosquitto (MQTT) with Raspberry PI Pico W with MicroPython. Raspberry PI Pico W brings connectivity to your projects. Mosquitto is one of the most reliable, simple and fast communications for IoT projects. For this reason, MQTT and Raspberry PI Pico W will surely give you great flexibility

MQTT and Raspberry PI Pico W: Start with Mosquitto (MicroPython) 4.7 (17) Read More »

×