Posts
All the articles I've posted.
Using interrupts in STM8
Published: at 06:25 PMUsing interrupts in STM8
Using Interrupts on Raspberry Pi Pico with MicroPython
Published: at 10:23 AMIn this video, viewers will learn how to control an LED using interrupts on a microcontroller, like the Raspberry Pi, with MicroPython. The central theme revolves around toggling the LED on and off by recognizing button presses effectively. Viewers will gain insights into pin configuration, adjusting global variables, and ensuring smooth function execution with precise timing. This session emphasizes the importance of using interrupt triggers, particularly the falling edge, to enhance the responsiveness of their projects. By the end, they will see how to implement these techniques practically, reinforcing their skills in embedded programming.
Using MicroPython to Control ADC on Raspberry Pi Pico
Published: at 11:34 AMControl the ADC on the Raspberry Pi Pico using MicroPython and learn to manipulate the voltage readings through a potentiometer. This content provides a detailed guide on how to set up the OLED display for visual output and how to manage I2C communication for accurate sensor data processing. The central theme revolves around converting analog signals into digital data while ensuring clarity and accuracy in representation. By following along, viewers can gain hands-on experience in interfacing hardware components, which is essential for effective system functionality. Overall, this video serves as an informative introduction to working with ADC and visual displays in embedded systems.