Patmin

Glowglobe Result Image

How to build your own magnificent ‘Dune’-like Glowglobe in Blender (no spoiler)

It was somewhen mid summer in the last year, on one of those worryingly seldom days that I tried to give my best at the gym on a cross trainer and finally do something for a healthier life (as a student + software developer – you can image how it must have looked like), when …

How to build your own magnificent ‘Dune’-like Glowglobe in Blender (no spoiler) Read More »

servo with micropython

Want to move something? Here’s how to use a Micro Servo with Micropython (Including easy code)

Hey there! In this post I want to show you how to use a Micro Servo with Micropython controlled by a potentiometer. As with my other posts I will use a Raspberry Pi Pico to achieve this, but you of course can use also any other microcontroller that is suitable for this task. Micro Servo …

Want to move something? Here’s how to use a Micro Servo with Micropython (Including easy code) Read More »

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’. …

Micropython POT class for quick and simple potentiometer interfacing Read More »

Read those delicious analogue values with your Raspberry Pi Pico and Micropython

Overview In this post I will show you how to quickly make use of analogue values on your Pico. This is one of the easier tasks, so we will not have to do much coding. First I will give a quick example that’ll showcase the usability of analogue values by doing pure electronics. After that …

Read those delicious analogue values with your Raspberry Pi Pico and Micropython Read More »

nrf24l01+ model

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 …

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