Search found 2 matches

by FuniksL
Fri Oct 10, 2025 4:11 pm
Forum: ESP32 Arduino
Topic: ISR and task notification
Replies: 1
Views: 3562

ISR and task notification

Hi,

I have some code written in arduino, running on esp32-s3 (Arduino board).
Im reading data from a IMU via I2C. To run things correct regarding timing, I have an ISR which notifies a task with high priority. From what I have read this would be a good way to do things. And it works. Well it works ...
by FuniksL
Tue May 07, 2024 8:48 am
Forum: ESP32 Arduino
Topic: arduino BLE on ESP32
Replies: 0
Views: 1200

arduino BLE on ESP32

Hi, regarding arduino BLE

(I have put the same question some time ago on the arduino forum, but unfortunately with no answers)

I have read that

1 BLE is run on core 0, and Arduino is run on core 1

2 “most likely bluetooth is running on core 0 (even if you create and run BLE library on core 1 ...

Go to advanced search