Coffeebreakpoint

Learn. Build. Code.

Blog


Glowglobe Result Image
Blender

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
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

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 »