/RTOS_Projects

Primary LanguageCGNU General Public License v2.0GPL-2.0

Useful links:

ESP32-Project

Setting up esp-idf for ESP32

checking whether ESP32 device is connected or not

ls /dev/tty* -> enter this in terminal and esp32 port could look like /dev/ttyUSB0

downloading esf-idf from github

testing with included hello_world example

  • copy hello world example to your project folder
  • build....