Recent Blog posts

Raspberry Pi Pico W and Bluetooth
Micropython

Raspberry Pi Pico W and Bluetooth in Micropython. As easy as 123!

Did you happen to get your hands onto the Raspberry Pi Pico W and wondered why it can’t use Bluetooth with micropython? Well now is the time to actually test this as it was officially announced that by now we should be able to! In this short announcement there are a few useful Links for […]

Micropython

Micropython POT class for quick and simple potentiometer interfacing

This post is for all who need to get a POT hooked up (one that provides analogue values) to their micropython project as quickly as possible. Probably you’ve seen my other post about how to read analogue values with the raspberry pi pico and thought: ‘My god, so much words for just reading POT values’. […]

nrf24l01+ model
Micropython

How to easily connect a NRF24L01+ transceiver to your Raspberry Pi Pico

Overview In this post I will show you how to utilize the SPI interface of the pico in order to send or receive data with NRF24L01+ transceivers. For the coding part we’ll use a micropython driver that is available in the micropython library on github, so we only have to write very little code. Update […]