Tutorial

This tag is used to tag Tutorial related posts

Esp32 Tutorial: Rotary Encoder

0 – Introduction If you are thinking of your next project you might be wondering which input method would be the best choice. The Rotary Encoder is, in use, similar to the Potentiometer, but in code, very different. It is actually a little complex to set it up in a good way to work with […]

Esp32 Tutorial: Rotary Encoder Read More »

Ubuntu Tutorial: Installing Steam

0 – Introduction In recent years, gaming on Linux, particularly on Ubuntu, has seen a huge surge in popularity and capability. What was once considered a niche platform for gaming has now become a viable alternative to gaming on Windows. Central to this revolution is Steam, with it’s new compatibility layers Proton. Using Proton you

Ubuntu Tutorial: Installing Steam Read More »

Baremetal Arduino: PWM Example

0 – Introduction In the world of microcontrollers, PWM is used to communicate with some motors, or even other microcontrollers, one example is, the servos and ESC in a RC car, it is also a great way to create a DAC (Digital to Analog Converter). In today’s article, you will learn how to use PWM

Baremetal Arduino: PWM Example Read More »

Esp32 Tutorial: SD Card

0 – Introduction A lot of projects require a way to save permanent data, or a large ammount of data, usually, a SD card is the best solution, as you can buy one for cheap. In this small project you will learn how to do basic file system operations, like read, write, create and delete

Esp32 Tutorial: SD Card Read More »