Search found 2 matches

by jacky19971997
Wed Apr 06, 2022 1:56 pm
Forum: ESP-IDF
Topic: ULP+BLE
Replies: 2
Views: 1325

Re: ULP+BLE

So I got it working, but whenever it goes into sleep mode the ULP pulse counter seems a bit unstable. Without going into sleep mode the value changes -+1 and with sleep mode enabled it changes -+5. Is there a way to make it more stable?
by jacky19971997
Tue Apr 05, 2022 4:30 pm
Forum: ESP-IDF
Topic: ULP+BLE
Replies: 2
Views: 1325

ULP+BLE

Hi, I wanna use the ULP processor as a pulse counter together with BLE on the main processor. I ran the ULP example code and it works fine. Once I enable BLE through the sdkconfig or idf.py menuconfig and add the all the neccesary BLE includes it doesn't work. It gives me an error saying: "main/ulp_...