Update 01/24/2025
Have detailed E220-WOR-with-Dual-Core-FREERTOS-System in depth over at "Dronebot Workshop." Link goes directly to topic.
"Putty" log capture of updated code output that shows event timing for the sequence events; including getting ready, preamble received, esp32-s3 wakeup ...
Search found 3 matches
- Sun Jan 25, 2026 7:44 am
- Forum: Showcase
- Topic: ESP32/ESP32-S3 Dual-Core FreeRTOS Wake-On-Radio System with Ebyte E220
- Replies: 1
- Views: 1045
- Tue Jan 20, 2026 1:53 am
- Forum: Showcase
- Topic: ESP32/ESP32-S3 Dual-Core FreeRTOS Wake-On-Radio System with Ebyte E220
- Replies: 1
- Views: 1045
ESP32/ESP32-S3 Dual-Core FreeRTOS Wake-On-Radio System with Ebyte E220
Project I've been working on that combines the Ebyte E220 LoRa transceiver and ESP32/ESP32 with SX1262 on one devS3 microcontrollers using dual-core FreeRTOS architecture and Wake-On-Radio (WOR) functionality.
Video demonstration of ESP32/ESP32-S3 Dual-Core FreeRTOS project
Project Overview
This ...
Video demonstration of ESP32/ESP32-S3 Dual-Core FreeRTOS project
Project Overview
This ...
- Wed Oct 02, 2019 6:42 pm
- Forum: ESP32 Arduino
- Topic: SPIFFS file read failure in webserver
- Replies: 0
- Views: 2464
SPIFFS file read failure in webserver
Code is from a "GET" request that lists SPIFFS files as download able links; read by readFile function. first pass downlowloaded file is good; all attempts fail, after first download:
// Check the action to see if it was a GET request.
else if (strcmp(path, "/SdBrowse") == 0) // Respond with the ...
// Check the action to see if it was a GET request.
else if (strcmp(path, "/SdBrowse") == 0) // Respond with the ...