Property:Video description

From Stm32World Wiki
Jump to navigation Jump to search
Showing 20 pages using this property.
K
First live stream - I am probably going to finish this project in the following week but at unscheduled times.  +
In this series I will create a KiCAD project from scratch - not merely editing an earlier one. I will do it all live, show you all the struggles, explain the decisions etc.  +
In this series I will create a KiCAD project from scratch - not merely editing an earlier one. I will do it all live, show you all the struggles, explain the decisions etc.  +
In this series I will create a KiCAD project from scratch - not merely editing an earlier one. I will do it all live, show you all the struggles, explain the decisions etc.  +
S
Welcome to the first STM32World Rant. In this rant video I'll go through some of the most useless bad development boards on the market, so that you dear viewer can avoid them.  +
Just a short rant about the MYSTERIOUS STM32F402. This MCU does NOT exist in ST's catalog, and yet you can readily buy them in China. In this video I will go through the datasheet, find a comparable MCU which exists and compare them.  +
In a previous video we worked with SD card using the SDIO peripheral. SDIO can run in 1-bit or 4-bit mode but some viewers claimed that 4-bit mode does not work. Well, it does work it just require a few tricks when initializing.  +
Another rant about the mysterious STM32F402 MCU - a MCU that officially does not exist.  +
STMicroelectronics do make wireless STM32Wxx MCU's - but no WiFi capable ones. The newly announced but not readily available and extremely expensive ST67W611 is an odd attempt to change that. Consider this a wake-up call.  +
Just a short video fixing a bug in my earlier videos jumping to system bootloader and customized DFU bootloader.  +
In this video we will be looking at the mysterious 0b prefix in C. The mystery is that this was not part of the original K&R C definition.  +
A short introduction video to our planned music player (audio player) series.  +
Just a short announcement of some exciting development and we will be planning some giveaways or lucky draws (not quite settled yet).  +
n this video we will explore some ideas about the future of the STM32World development boards. We will dive into what was wrong with the existing board and how this could be improved in the future. The ambition is of course to create the PERFECT development board.  +
In an earlier video we went through the design, production and use of a Micro-SD Breakout Board. At the same time we ordered that board, we also made a board for our STM32World modular development boards. This video describe and test that module. We also cover how to put in a large order at JLCPCB.  +
A rather long introduction to STM32 - providing an overview, explaining the families with focus on where to find documentation and finally a brief mention of the various development boards.  +
In this video we use a timer channel to generate PWM which in turn pulses a LED.  +
In this video we will add more timer channels, so run PWM on 4 different LEDs simultaneously.  +
In this video we will bypass HAL completely and use a peripheral directly. As it is quite simple we will be using the built-in hardware random generator.  +