#stm32f103
Explore tagged Tumblr posts
rixtronix · 3 months ago
Video
youtube
Membangun STM32F103 pcb kicad KM723
0 notes
tonieletronica-blog · 1 year ago
Link
Placa de desenvolvimento STM32F103 PCB MCU STM32 https://www.te1.com.br/?p=44779 Por Toni Rodrigues Toni Eletrônica Circuitos...
0 notes
javakys · 4 years ago
Text
UART-to-Ethernet Loopback Example
This post is the final step of this project. In this post, I implement an example that receives data from ethernet and feed back through UART, then send data to the peer system via ethernet again, and a brief explanation is attached. Variable Declaration As UART communication is done with DMA, we need some buffers for UART DMA Tx and UART DMA Rx. And we don’t know when data arrives in UART DMA…
Tumblr media
View On WordPress
0 notes
aelmaker · 4 years ago
Photo
Tumblr media
Удобные крепежи на #din рейку для плат. А как крепишь ты? Явно стяжками 🤔😎 . . . #aelmaker #stm32f4 #stm32 #stm32f103 #dinrailmounting #dcdc (Zaporozhye, Ukraine) https://www.instagram.com/p/CM_4TjWLEDu/?igshid=o4dfqvy7me4n
0 notes
gennadilisai · 5 years ago
Photo
Tumblr media
Запилен новый видос в процессе работ , видос с рассказом и рассмотрением вариантов прошивки микроконтроллеров stm32 . В видео рассмотрены варианты самого распространённого образца STM32F103C (bluepill) Видео уже на канале . #gennadilisai #autoservicemoscow #mercedesmoscow #chiptuningmoscow #swapmoscow #swaptula #stm32 #stm32f103 #stmprogramming #stmflash #stmuart #stlink #cubemx #cubemxide #cubemxprogrammer #stmflashprogrammer @gennadilisai (at Moscow, Russia) https://www.instagram.com/p/CAOpIGaBXGk/?igshid=124fs60it8qe1
0 notes
fabiosouza-io-blog · 6 years ago
Photo
Tumblr media
Blue pill is the nickname given to the most popular, ultra-cheap and compact #STM32F103 board. ⠀ ⠀ #STM32 #makers #diy #arduino #arm #bluepill #Electronics #engenharia https://www.instagram.com/p/BsgQpl2n5N8/?utm_source=ig_tumblr_share&igshid=tgkjb6wumoo8
0 notes
nuredoed · 5 years ago
Photo
Tumblr media
🎯Навіть під час карантину наша кафедра @doed_nure готова до викликів дистанційної освіти. ✔️👨‍💻👩‍💻 📢Перед вами stm32f103 та програматори #stlink для наших студентів, які вони отримали для своїх лабораторних та практичних занять. 👍 @khnure_official перший серед кращих 🛫🎯📈 #embeddedsystemsdesign #stm32 #diyhome #covid19 #community #mcu #мікроконтролер #навчання #зно2020 #Авіоніка #ХНУРЕ🇺🇦 #ПЕЕАпідкаже #вбудованісистеми #ПЕЕА #дипломування #вступ (at Kharkiv National University of Radioelectronics) https://www.instagram.com/p/CAtEj9anuR0/?igshid=7pii5oq7omar
1 note · View note
ourwitching · 6 years ago
Link
It might not be the kind of thing you’ve given much thought to, but if you’ve ever used...
0 notes
oh6hgn · 8 years ago
Photo
Tumblr media
#t_pirttinen #paketti 📦 #elektroniikka #digikey #pintaliitos #usb #dmr #stm32f103 #oh6hgn #oh6hgnkits #pcb #elektroniikkakauppa #shop (paikassa Pirttinen, Länsi-Suomen Lääni, Finland)
0 notes
pauljacobevans · 8 years ago
Text
Moving Forth with Mecrisp-Stellaris and Embello
In the last episode, I advocated a little bit for Forth on microcontrollers being a still-viable development platform, not just for industry where it’s usually seen these days, but also for hackers. I maybe even tricked you into buying a couple pieces of cheap hardware. This time around, we’re going to get the Forth system set up on that hardware, and run the compulsory “hello world” and LED blinky. But then we’ll also take a dip into one of the features that make Forth very neat on microcontrollers: easy multitasking. To work! Hardware Mecrisp-Stellaris Forth runs on a great number …read more http://pje.fyi/Nxfx7B
0 notes
rixtronix · 3 months ago
Video
youtube
Skematik STM32F103 pcb kicad KM716
0 notes
creationsgreys · 3 years ago
Text
Mbed nucleo f401re
Tumblr media
#MBED NUCLEO F401RE HOW TO#
#MBED NUCLEO F401RE HOW TO#
The instruction card mentions the specifications of the controller, its pinouts, and on the backside, we have some information on how to get started and available toolchain options. As you can see the complete package only consists of our development board and an instruction card. Let's begin by unboxing our Development Board. STM32 Nucleo 64 Development Board Hardware Explanation Similarly, there are many other versions of Nucleo 64 boards like the STM32F103, STM32F303, etc, but once you learn about one board all the others are quite similar. The name STM32 represents that we have a 32-bit Microcontroller on our development board, and the name Nucleo-64 represents that the microcontroller has 64 pins. Now there are many versions of STM32 boards available and this particular one in my hand is called the STM32F401 Nucleo-64. So in this article, let’s take a complete look at this STM32 Nucleo-64 Development boards and learn how to use them. Also getting familiar with an STM32 Microcontrollers will help you to easily explore other development modules from ST like the SensorTile.Box which we reviewed earlier. This process can be made a lot easier with this STM32 development board as it can support all Arduino shields to help you on the hardware side and also has many built-in libraries and functions to help you on the software side. But, like as well all can agree, your Arduino could take you only so far and someday you have to move to a native microcontroller platform. For most people out there, the first embedded development board that they would have worked on would most probably be an Arduino Board.
Tumblr media
0 notes
javakys · 4 years ago
Text
UART-to-Ethernet Loopback Example
이번 포스팅은 본 프로젝트의 마지막 단계로 Ethernet에서 수신한 데이터를 UART를 통해서 Loopback 한 다음에 Peer system으로 되돌려주는 예제를 구현하고 구현 내용을 설명한다. 변수 정의 UART 송수신을 DMA를 통해서 수행하기 때문에 UART DMA Tx를 위한 버퍼와 UART DMA Rx를 위한 버퍼가 있어야 한다. 또, UART DMA Rx의 경우는 데이터가 수신되는 시점을 알 수 없기 때문에 현재 수신된 데이터를 가리키는 포인터와 수신 버퍼에서 다음에 읽어가야할 데이터를 가리키는 포인터가 필요하다. 아래 그림은 이런 개념을 설명하고 있다. 여기서 가장 중요한 버퍼는 DMARxBuf인데 UART DMA Rx는 Circular 모드로 지정하였기 때문에 데이터가 언제…
Tumblr media
View On WordPress
0 notes
tkaia · 3 years ago
Text
STM32F301C8T6TR Buy ST semiconductor Product
The STM32L151 series has been designed for use in low-power devices such as wearable sensors, smartwatches, and fitness trackers. The STM32L100 series is used in IoT (Internet of Things) products, while the STM32F303 and STM32F307 families are used in industrial and automotive applications.
The STM32L151 series offers a low-power, high-performance MCU (microcontroller unit) with integrated peripherals. The STM32L152 series has a similar architecture, but includes additional peripherals such as USB 2.0 OTG (On-The-Go), CAN, and I2S audio interfaces. The STM32F303 series is designed for use in industrial automation, medical devices, wireless sensor networks, and other embedded systems. The STM32H103 series is a highly configurable device with a wide range of peripheral options.
The STM32L151 series offers high performance at a low cost. The STM32L150 series has been designed for use in portable devices such as mobile phones and tablets. The STM32F103 family provides a complete solution for microcontroller-based products. The STM32H743x series is a highly integrated system-on-chip (SoC) device featuring a dual-core processor, which is suitable for industrial control systems.
Tumblr media
0 notes
gennadilisai · 5 years ago
Photo
Tumblr media
Следующая серия на нашем канале YouTube в разделе по микроконтроллерам . Настраиваем среду Arduino IDE для работы с stm микроконтроллерами . #gennadilisai #autoservicemoscow #mercedesmoscow #swapmoscow #mercedesswap #mercedesengineswap #arduino #arduinoide #arduinostm32 #stm #stm32 #stm32f103 #геннадийлисай (at Moscow, Russia) https://www.instagram.com/p/B7HqXVah4ji/?igshid=1lsij4yzzs209
0 notes
nuredoed · 5 years ago
Video
instagram
📢👨‍💻Хтось розпочинає ранок з кави.☕ А ми, як справжні ембедери розпочинаємо з STM32F103.👩‍💻 ✔️Програмування мікроконтролерів на кафедрі #ПЕЕА навіть під час карантину понад усе 💻🖥️💾📲🎯🇺🇦 #Embedded #embeddedsystemsdesign #EmbeddedSystem #вбудованісистеми #Авіоніка #ХНУРЕ🇺🇦 #ПЕЕА🇺🇦 #програмування💻 #зно2020 #вступ2020 #мк #mcu #education #edu #stm32 @stm32.microcontroller @khnure_official (at Kharkiv National University of Radioelectronics) https://www.instagram.com/p/CArbhCLn5rR/?igshid=j7hh2biofa2g
1 note · View note