ericlangel

Results 42 comments of ericlangel

Hello mtiutiu, thank you for your reply. I will test it the next days. After posting this issue i got a possible work around from Nordic. in the "device.h" in...

Is there a Redbear DapLink V1.5 firmware with flowcontrol on RTS/CTS? Or with a DTR Pin?

i get it working, but i don't know why its working? i added a ble.waitForEvent() after ble.updateCharacteristicValue() ble.updateCharacteristicValue(characteristic1.getValueAttribute().getHandle(), (uint8_t *)&Work_Buffer[0], 12); ble.waitForEvent();

i have to test every piece of the Library to make it run in IRAM So i will do a complete new code. 1. UART Interrupt -> Running in IRAM...

i did some work on this Topic i could get the Interrupts running in IRAM but #33 needs some changes which would not work with IRAM So i'am not sure...

also add the selection of Serial0, Serial1, or Serial2 Sbus2.Begin(RX_PIN, TX_PIN, UART_NUM);

same for SBUS2_Ready()

issue reopen because: SBUS2_Ready() also reset SBUS_Ready() -> this should be handled somehow an always resetting isn't a good solution sometimes you want to trigger on SBUS_Ready at different lines...

it should work with the actual master branch after testing i can make a release and make it available in library manager