Skip to content

ESP-IDF FreeRTOS simple program to collect, process and output data

License

Notifications You must be signed in to change notification settings

IlliaNebeskyi/freertos-data-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

freertos-data-sample

ESP-IDF FreeRTOS simple program to collect, process and output data

Value is read from pin A0 every 100ms using interrupts and stored in buffer; First task calculates the average of read values each time the buffer fills and stores this average in a global variable. Second task reads Serial input and whenever command "avg" is recieved - prints last calculated average.

Try out this program online: https://wokwi.com/projects/329308918247326291

About

ESP-IDF FreeRTOS simple program to collect, process and output data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages