ericlangel

Results 42 comments of ericlangel

i replaced TIMER_1 with TIMER_0 and did some modifications now i can compile without errors ESP32 ESP32-C3 ESP32-S2 ESP32-S3 But it's not tested

did you have the exeption decoder installed? From the output: the watchdog was triggered. Not sure why. does it happen wirh sbus cable attached? try without sbus cable i'll try...

Nice to hear that it is working on the C3 did you have a normal esp32? i have to check if the issue also exist in the other versions. could...

Serial.print in an ISR is a no go. I think it would crash the ESP. i will check it with scope. Maybe i have to get a C3. but i...

Oh, thats great. So its just a Simple Timing Issue.

oh just to be sure 20ms is a typing error and you mean 620ms? or really 20ms? This would be very interesting.

SBUS2 is defined with the following Timings: After SBUS Frame-> wait 2000ms and then send the SLots every 660ms so, if you go down to 20ms i would think that...

Interesting answer from ChatGPT :) The Answer is: No there is no Sync Pulse. SBUS2 is based on hard Timings you could play with: #define SLOT_TIME 660 // 660 ms...

Could you give me the Slot and Wait Time for the 7108? All Timings are Reverse engineered. So maybe they are not perfect. Or maybe Futabas Time calculation is based...

i'll try to do some calculations. my personal problem: i have zero original SBSU2 Sensors. So all timings are based on Internet findings and "Try and Error" All manufactures of...