Skip to content

Blinking by LED - a classical "Hello, World" project for MCU.

Notifications You must be signed in to change notification settings

K-S-K/ESP32-01-LedBlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blink Example

This project starts a FreeRTOS task to blink an LED.

  • The green led is on when #GPIO 3# pin is set to 1
  • The blue led on the MCU board is on when I make a debug output to the console by printf(...) function (yep, this architecture let programmers to write to the console and to grab output by the IDE).

The project in vivo:

The ESP32 Microcontroller pinout:

The device description.

The next proxect in my MCU way is ESP32-02-OLed-SSD1366.
It's about the connectiong OLED display to the microcontroller.