Microcontroller Esp32 core/thread Multi task.
Budget: $20 ā $30 USD
Need help of an expert on ESP32 !
I Have a working program running on an ESP32 on a single core. Would like to separate functions to separate cores and have both functions Run simultaneously without affecting each other.
Iām using a ESP32 Wemos mini D1 module.
Here is the list of parts used on the project:
- ESP32 Wemos mini D1 module
- RS485 module
- sd card module
- RTC Module
Esp32 is used to run:
- Webserver
- Wifi
- Run Functions from the sketch
RS485 module is used for communication between esp32 and Sensor
SD card module is used to store data from the sensor
RTC module is used to keep track of time.
I Have a working program running on an ESP32 on a single core. Would like to separate functions to separate cores and have both functions Run simultaneously without affecting each other.
Iām using a ESP32 Wemos mini D1 module.
Here is the list of parts used on the project:
- ESP32 Wemos mini D1 module
- RS485 module
- sd card module
- RTC Module
Esp32 is used to run:
- Webserver
- Wifi
- Run Functions from the sketch
RS485 module is used for communication between esp32 and Sensor
SD card module is used to store data from the sensor
RTC module is used to keep track of time.