Search Articles — Sudonull

Search Results

In this project

Bare-metal firmware STM32F103 without CubeMX

https://sudonull.com/bare-metal-firmware-stm32f103-without-cubemx

Create a minimal STM32F103C8T6 project: linker script, startup, GPIO, TIM2. Blinking LED and 1s delays. For middle/senior embedded developers.

MBR 324 bytes STM32F407VE: compact bootloader

https://sudonull.com/mbr-324-bytes-stm32f407ve-compact-bootloader

Minimal primary bootloader for STM32F407VE (324 bytes). Vector validation, jump to 0x08060000, LED blinking on error. Code + Makefile for ARM-GCC.

From the web

Oct 2, 2024 ·

https://www.arduino.cc/en/Tutorial/Blink

Oct 2, 2024 · Learn how to turn an LED on and off every second using Arduino in this step-by-step tutorial.

Feb 26, 2017 ·

https://www.build-electronic-circuits.com/blinking-led-circuit/

Feb 26, 2017 · The blinking LED circuit is like the electronics version of the “Hello World”-program. It’s a simple electronic circuit that gives you a visual cue if it works. It was the first circuit I ever built, and it felt GREAT! The goal is to make a Light Emitting Diode ( LED ) blink .

Apr 9, 2026 ·

https://www.geeksforgeeks.org/electronics-engineering/led-blinking-using-arduino/

Apr 9, 2026 · The LED blinking project is an important and straightforward method that can be utilized for a wide range of applications in microcontroller-based projects like : Security Systems: To check the status of security systems Warning Signals: In battery-operated devices, LED blinking can be used to indicate low battery levels. In Testing and debugging.

Jan 20, 2018 ·

https://www.tinkercad.com/things/bDHquWl5k2q-lesson-1-blinking-led

Jan 20, 2018 · Overview: Lesson 1 - Blinking LED In this tutorial, we will start the journey of learning Arduino UNO. To begin, let's learn how to make an LED blink . Components: 1 * Arduino UNO 1 * USB Cable 1 * 220Ω Resistor 1 * LED 1 * Breadboard 2 * Jumper Wires Principle: In this lesson, we will program the Arduino's GPIO output high level (+5V) and low level (0V), and then make the LED which is ...

Aug 2, 2025 ·

https://lampinsider.com/why-is-my-led-light-blinking/

Aug 2, 2025 · Q1: Can a blinking LED light damage my wiring? A1: While a blinking LED itself is unlikely to damage your wiring, the underlying cause of the blinking might indicate an electrical issue that could pose a risk. For instance, loose connections or voltage fluctuations can be signs of potential problems that should be addressed.

Mar 14, 2025 ·

https://lamphq.com/flickering-led-lights/

Mar 14, 2025 · LED lights flickering? Discover the 6 most common causes (dimmer issues, loose wiring, transformers, etc.) and simple DIY fixes that actually work.

Sep 27, 2020 ·

https://projecthub.arduino.cc/arohansenroy/blinking-led-77a79f

Sep 27, 2020 · In this tutorial, we will start the journey of learning Arduino UNO R3. To begin, let's learn how to make an LED blink .

Trending Now