Skip to content

va1da5/intro-to-freerots-course-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro to FreeRTOS Using Espressif ESP32

The repository contains notes from Digi-Key Introduction to RTOS online course. Git branches represent different lessons.

Getting Started

idf.py set-target esp32
idf.py menuconfig

Troubleshooting

  • Program upload failure

    • Hardware connection is not correct: run idf.py -p PORT monitor, and reboot your board to see if there are any output logs.
    • The baud rate for downloading is too high: lower your baud rate in the menuconfig menu, and try again.

References