STM32World
banner
stm32world.mastodon.social.ap.brid.gy
STM32World
@stm32world.mastodon.social.ap.brid.gy
Webmaster of the STM32World Wiki (https://stm32world.com/wiki) and Youtube Channel (https://youtube.com/@stm32world).

[bridged from https://mastodon.social/@stm32world on the fediverse by https://fed.brid.gy/ ]
STM32 Tutorial #71 - Using Built-in Flash for data

In this video we will cover the possibility of using STM32 built-in Flash memory for data storage. It is questionable if you should ever do this but it's an option.

#stm32 #stm32cubemx #stm32cubeide #flash #stm32world […]
Original post on mastodon.social
mastodon.social
November 5, 2025 at 11:19 AM
STM32 Tutorial #70 - ST7789 Display

Introducing the Magic Key - in this video we will be working with the 1.3" ST7789 display.

#stm32 #gettingstarted #tutorial #stm32cubemx #stm32cubeide #ST7789 #display #stm32world

https://www.youtube.com/watch?v=5M2c9OoWSEU
October 28, 2025 at 9:57 AM
STM32 Tutorial #30 - Sine wave (Dual DAC) with DMA under FreeRTOS

In this exciting video we will generate TWO beautiful sine waves on both of the STM32F405 DACs (Digital to Analogue Converters). We will be using DMA and let FreeRTOS handle the scheduling of the callbacks. Sampling rates in […]
Original post on mastodon.social
mastodon.social
October 22, 2025 at 12:08 PM
STM32 Tutorial #69 - WS2812 USB HID Controller (Neopixel RGB LED)

In this video we will combine earlier videos using USB HID to control the programmable RGB WS2812 Neopixels.

#stm32 #gettingstarted #tutorial #stm32cubeide #stm32cubemx #usb #hid #ws2812 #neopixel #stm32world […]
Original post on mastodon.social
mastodon.social
October 20, 2025 at 12:36 AM
Jolt Connect - the best STM32 Programmer & Debugger

#stm32 #stlink #blackmagic #stm32world
October 16, 2025 at 1:26 AM
STM32 - Jolt Connect - the perfect STM32 Programmer & Debugger (ST-Link)

Introducing the Jolt Connect - the best STM32 Programmer & Debugger. The Jolt Connect can operate as a ST-Link or it can be switched to running the Open Source Blackmagic firmware. This video goes through the details […]
Original post on mastodon.social
mastodon.social
October 13, 2025 at 6:33 AM
STM32 Tutorial #68 - USB HID Bidirectional

In a previous video (linked below) we created a very basic USB HID device and had working communication from the host to the device. In this video we're going to expand on this video implementing full bi-directional communications.

#stm32 […]
Original post on mastodon.social
mastodon.social
October 7, 2025 at 12:10 AM
Reposted by STM32World
KiCAD #8 - PCB Order from Production Files

In this video we will order the new STM32 ST-Link described in previous video.

#STM32 #GettingStarted #Tutorial #STM32CubeIDE #STM32CubeMX #STM32World #KiCAD #PCB #JLCPCB #Electronics

www.youtube.com/watch?v=L64c...
KiCAD #8 - PCB Order from Production Files
YouTube video by STM32World
www.youtube.com
October 4, 2025 at 3:55 AM
KiCAD #8 - PCB Order from Production Files

In this video we will order the new STM32 ST-Link described in previous video.

#stm32 #gettingstarted #tutorial #stm32cubeide #stm32cubemx #stm32world #kicad #pcb #jlcpcb #electronics

https://www.youtube.com/watch?v=L64cD1wQDfA
October 4, 2025 at 3:48 AM
STM32 Tutorial #67 - DIY STM32 Programmer/Debugger mk. II (ST-Link)

In several of our videos we have used our own STM32 Programmer/Debugger. That one is much much better than any of the Chinese knock-offs having both Serial and SWO. The device is hardware-compatible with ST-Link/V2-1 and can […]
Original post on mastodon.social
mastodon.social
September 29, 2025 at 4:51 AM
KiCAD #7 - Jobsets - Important new feature

We just discovered a "new" feature in KiCAD - Jobsets. It helps streamline the PCB ordering process.

#stm32 #stm32world #kicad #jobset

https://www.youtube.com/watch?v=K7MoJ5Hx3mg
September 22, 2025 at 11:45 PM
STM32 Short #9 - Learn Custom USB HID

In this video we will drive into Customer USB HID device.

#stm32 #tutorial #stm32cubemx #stm32cubeide #usb #hid #customhid #stm32world

https://www.youtube.com/watch?v=pzgq78VZwCs
September 17, 2025 at 4:00 AM
STM32 Basics #5 - RTC - Real Time Clock

Covering the basics of the STM32 Real Time Clock (RTC) as well as a trick to run the RTC from the main crystal (HSE).

#stm32 #stm32cubeide #stm32cubemx #rtc #stm32world

https://www.youtube.com/watch?v=STbM44A0_-4
September 15, 2025 at 9:11 AM
STM32 Short #8 - Understanding USB Enumeration (re-enumeration)

In this videi we will cover the topic of USB Enumeration and how to trigger a USB Host to re-enumerate a STM32 USB Device (or Gadget).

#stm32 #tutorial #stm32cubeide #stm32cubemx #usb #enumeration #stm32world […]
Original post on mastodon.social
mastodon.social
September 9, 2025 at 2:33 AM
STM32 Basics #4 - Interrupts and the NVIC

In this Basics video we are going to cover STM32 NVIC and Interrupt handling.

#stm32 #stm32cubemx #stm32cubeide #nvic #interrupt #stm32world

https://www.youtube.com/watch?v=bYdW-IPupI0
September 4, 2025 at 2:22 AM
Reposted by STM32World
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 […]
Original post on mastodon.social
mastodon.social
August 25, 2025 at 12:29 AM
Reposted by STM32World
STM32 Basics #3 - The Clock Configuration

In this Basics video we will be covering the STM32 Clock configuration - mainly using STM32CubeMX. The clock configuration is one of the most confusing aspects for new users, especially users coming from #arduino.

#stm32 #basics #tutorial #stm32cubeide […]
Original post on mastodon.social
mastodon.social
August 28, 2025 at 3:24 AM
Reposted by STM32World
STM32 Tutorial #66 - Testing Relay Board

Thoroughly testing the relay board we received about a week ago.

#stm32 #kicad #stm32cubemx #stm32cubeide #pcb #design #electronics #stm32world

https://www.youtube.com/watch?v=g02UB753B60
September 1, 2025 at 1:25 AM
STM32 Tutorial #66 - Testing Relay Board

Thoroughly testing the relay board we received about a week ago.

#stm32 #kicad #stm32cubemx #stm32cubeide #pcb #design #electronics #stm32world

https://www.youtube.com/watch?v=g02UB753B60
September 1, 2025 at 1:25 AM
STM32 Basics #3 - The Clock Configuration

In this Basics video we will be covering the STM32 Clock configuration - mainly using STM32CubeMX. The clock configuration is one of the most confusing aspects for new users, especially users coming from #arduino.

#stm32 #basics #tutorial #stm32cubeide […]
Original post on mastodon.social
mastodon.social
August 28, 2025 at 3:24 AM
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 […]
Original post on mastodon.social
mastodon.social
August 25, 2025 at 12:29 AM
Stress testing relay board
August 20, 2025 at 8:26 AM
STM32 Unboxing #2 - Relay Board Prototype

A while back I did an unboxing video which, to be frank - was bloody awful. I think I promised at the time not to do any more, but I thought I would do one on this board as well. And I managed to make it worse ;)

#stm32 #kicad #pcb #unboxing […]
Original post on mastodon.social
mastodon.social
August 19, 2025 at 1:37 AM
KiCAD #6 - 16 Channel Relay Board with Embedded STM32

In this video I will go through the design of a 16 relay board with an embedded STM32. The timing of the video is that I just ordered these boards at JLCPCB, so I thought it would be fun to go through it BEFORE I have them and then talk […]
Original post on mastodon.social
mastodon.social
August 14, 2025 at 6:35 AM
STM32 Short #7 - OVERCLOCKING is it possible?

Planning a video on the STM32 clock configuration we decided to experiment with overclocking. Can you in fact overclock a STM32 MCU past the specifications and how far can you push it. Lawyers might argue I need to include a disclaimer here: "Do not […]
Original post on mastodon.social
mastodon.social
August 12, 2025 at 4:00 AM