Skip to content

Ported from github "CalinRadoni/ESP32Timers" and "CalinRadoni/ESP32HAL" example

Notifications You must be signed in to change notification settings

ssriblo/esp32_timer_group_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp32_timer_group_example

Ported from github "CalinRadoni/ESP32Timers" and "CalinRadoni/ESP32HAL" example

Original source: https://github.com/CalinRadoni/ESP32Timers https://github.com/CalinRadoni/ESP32HAL

But build failed at my ESP-IDF setup. So copy .cpp/.h files to ESP-IDF project template and works well.


How To build:

setup environment

  • . $HOME/esp/esp-idf/export.sh
  • alias get_idf='. $HOME/esp/esp-idf/export.sh' (add to .bashrc)

Project creation:

  • get_idf
  • idf.py create-project --path my_projects my_new_project

Project setup:

  • idf.py set-target esp32
  • idf.py menuconfig
  • idf.py -p /dev/ttyUSB0 flash monitor 2>&1 | tee log1.txt

About

Ported from github "CalinRadoni/ESP32Timers" and "CalinRadoni/ESP32HAL" example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published