Search found 2 matches

by Lodewyk
Thu Jun 18, 2020 12:52 pm
Forum: ESP32 Arduino
Topic: Dual Core share serial
Replies: 1
Views: 3065

Dual Core share serial

Good day, I have code running on Core 0 and different code on Core 1. I would like to serial.print stuff from both cores, but let's say core1 has to finish writing before core 0 can use the serial hardware. IE i want to queue core 0's message to wait for the buffer to be empty before attempting to s...
by Lodewyk
Mon Dec 30, 2019 5:18 pm
Forum: ESP32 Arduino
Topic: Bluetooth Serial Congestion
Replies: 0
Views: 2270

Bluetooth Serial Congestion

Good day, I am working on a project in which I send a char array to an android studio app using bluetooth from the ESP32. It works mostly but it does have some strange behaviour where it lags and then sometimes stops completely requiring restart of the esp and the app. I have anabled debug output an...