#stm32world — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #stm32world, aggregated by home.social.
-
STM32 USB Ethernet: How to Connect to Your Network | STM32 Tutorial #102
In this video we will implement Ethernet over USB using TinyUSB and LWIP. We will also create a HTTP server and creating 3 dynamic endpoints including one which will toggle the onboard LED.
#STM32 #GettingStarted #Tutorial #STM32CubeIDE #HAL #USB #TinyUSB #LWIP #STM32World #CurrentMakers #Streamline
-
TM1638 Display and Button Module | STM32 Tutorial #96
In this video we will develop and describe a library for the TM1638 display&button module. We will also explain how to interface a 5V module with a 3.3V STM32 and how Open Drain GPIO is actually functioning.
#STM32 #GettingStarted #Tutorial #STM32CubeMX #STM32CubeIDE #TM1638 #OpenDrain #STM32World #Streamline #Bitbang
-
STM32 Tutorial #65 - Bit Banging PWM SUPER Optimized
In this Tutorial video we will dive further into timers by using a timer to bit bang PWM on a GPIO where no timer channel is available (such as PC13). We will begin by letting STM32CubeMX generate all the code but then optimize that by creating our own interrupt handler.
#STM32 #GettingStarted #Tutorial #STM32CubeIDE #STM32CubeMX #Timer #PWM #BitBang #STM32World