Blog
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 …
Raspberry Pi Pico W and Bluetooth in Micropython. As easy as 123! Read More »
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 »
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 …
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 »