#stm32

Stewart Russellscruss@xoxo.zone
2025-05-21

So Arduino's new Modulino® peripheral boards (Qwiic I2C things) have an STM32C0 on each one to handle the protocol — store-usa.arduino.cc/products/

#Arduino #electronics #i2c #stm32 #MicroPython

2025-05-21

I have some work to do ...

#rak #stm32 #meshcore #longlivemesh

stm32 based rak board
STM32Worldstm32world
2025-05-19

STM32World Short #3 - CREATING a Music Player
A short introduction video to our planned music player series.

youtube.com/watch?v=tzKJA-yKJNs

Harvey Sandstromcd0
2025-05-17

I did find, much to my surprise and happiness, that chips can generally respond to two I2C addresses... Except that it's actually *more* than two because the second one can mask a variable number of low bits -- allowing the chip to answer to far more than 2, provided all (but one) are consecutive.

Harvey Sandstromcd0
2025-05-17

Embedded folk, I have a question: Is the only point of STM32 dual-bank flash the ability to erase and write one partition without blocking execution? Is that it?

There aren't a lot of applications where that is all that important, so I was kinda hoping it was more impressive. Did I miss something else about it?

2025-05-17

Попытка настроить macOS для использования китайского программатора ST-LINK V2 и Blue Pill

В основном я работал на оригинальной отладочной плате Nucleo (stm32f411ret6) и прекрасно себя чувствал на macOs. Не так давно я решил попробовать прошить blue pill через китайский st-link и получил море ошибок в CubeIDE с которыми решил разобраться раз и навсегда. На самом деле все оказалось не так сложно, как я думал по началу. Через костыли, но она работает! Данная статья является дубликатом моего репозитория github.com/nikitatm333/ST-LINK , я давно хотел написать свою первую статью на хабре и решил начать с дубликатов своих "шпаргалок". Не будем затягивать, начнем!

habr.com/ru/articles/910218/

#stm32 #stlink #macos #микроконтроллеры

Piotr Esden-Tempskiesden@chaos.social
2025-05-17

Updated my STM32 KiCad Symbol generator! It now generates the modern library format and uses alternate pin functions feature. I decided not to include the "all features listed" strings as I did in the past. (I might add them later as a dedicated alternate function.) This results in more compact symbols. Because it is my personal preference I keep the GPIO pin name in every alt-function. Give it a try, let me know what you think. #kicad #stm32 #opensource #mcu github.com/esden/stm32-kicad-l

Two sets of sub-unit STM32 symbols. One set for STM32G0B1C(B-C-E)Tx and the second set for STM32L452V(C-E)Tx.
にする@12時就寝部haibala@iyasaretai.pw
2025-05-16

おお

ARM Cortex-M 32ビットマイコンでベアメタル "Safe" Rust #STM32 - Qiita qiita.com/tatsuya6502/items/7d

Karsten Schmidttoxi@mastodon.thi.ng
2025-05-14

Btw. Here's another 6½min live performance from my talk @ #Resonate 2016. Alas, there were some cable issues on stage and I had to record it all afterwards in my hotel room. The setup was the same as in the first video from the previous post (i.e. STM32F746 DISCO + Korg Nanokontrol)

soundcloud.com/forthcharlie/st

#STM32 #Embedded #Synth #DSP #MIDI #Music #LivePerformance #Forth

Karsten Schmidttoxi@mastodon.thi.ng
2025-05-14

Just realised the readme for thi.ng/synstack (a C11 & Forth-based softsynth engine for #STM32) had broken links to two live performances/demos I creeated in early 2016. I've now fixed those and re-uploaded these videos to my Makertube/Peertube:

STM32F746 MIDI synth & Korg Nanokontrol (live recording, 2016-01-31)
makertube.net/w/6tYcSLrJdPfev8

STM32F746 synth GUI (live recording, 2016-01-28)
makertube.net/w/mbeSF3y2rs2xnx

#STM32 #Embedded #Synth #DSP #MIDI #Music #LivePerformance #Forth

2025-05-14

STM32F746 MIDI synth (live recording, 2016-01-31)

makertube.net/w/6tYcSLrJdPfev8

2025-05-14

STM32F746 synth (live recording, 2016-01-28)

makertube.net/w/mbeSF3y2rs2xnx

STM32Worldstm32world
2025-05-12

STM32 Rant #3 - SDIO 4B Works!

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.

youtube.com/watch?v=L8gfZCnjct8

2025-05-09

Код, который светится: архитектура минималистичных световых скетчей

Микроконтроллеры, светодиоды, и немного кода — вот и вся палитра для минималистичного цифрового искусства. В статье подробно рассказывается, как выстроить архитектуру крошечных, но выразительных световых анимаций с использованием C++, платформы STM32 и адресных светодиодов WS2812. Немного философии, немного инженерии — и свет оживает по команде вашего кода. Можно потратить годы, чтобы написать красивый рендерер. А можно взять 8 строк кода, светодиодную ленту и микроконтроллер, чтобы ночью на стене заиграла световая поэма. Эта статья — про второй путь. Код, который светится, не имеет интерфейса, не показывает графику на экране и не заботится о фреймрейте. Его задача — свет. Живой, дышащий, мерцающий свет. В идеале — чтобы всё это поместилось в пару килобайт памяти и не жрало больше миллиампера на эффект.

habr.com/ru/articles/908036/

#STM32 #адресные_светодиоды #световые_эффекты #микроконтроллер #HAL #embedded_C++ #световая_анимация #генеративное_искусство #минималистичный_код

STM32Worldstm32world
2025-05-08

Quite possibly the ugliest music player in history. The visual design could use a bit of work.

Videos will be posted here: youtube.com/playlist?list=PLVf

STM32Worldstm32world
2025-05-07

STM32 Tutorial #55 - I2S w. DMA - Dual Sine

In this Getting Started Tutorial video we are going to dive into generating an audio I2S stream. We will be creating dual SINE waves (Left/Right) at 96 kHz sample rate.

youtube.com/watch?v=vOAf3xxGq_o

STM32Worldstm32world
2025-05-04

STM32World Rant #2 - MYSTERIOUS UNKNOWN MCU

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.

youtube.com/watch?v=ILUuB6Kaz5U

STM32Worldstm32world
2025-05-02

STM32 Tutorial #54 - Low Level LED Blink

In this video we will blink a LED using ST's LL drivers (no HAL).

youtube.com/watch?v=xbP8h4D5n0M

STM32Worldstm32world
2025-04-27

STM32 Short #2 - The Mysterious 0b Prefix
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.

youtube.com/watch?v=G9BSikbLJlQ

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst