ericlangel

Results 9 issues of ericlangel

Hello, i have a NRF52832 Module without 32.768kHz X'tal and without DCDC. But the Redbear examples doesn't work at all. The Nordic Support said there are config headers which have...

Hello, i have some problems with ble.updateCharacteristicValue() After 11 packets with 18Bytes it doesn't send the 12th one. my code in a for loop: if(ble.updateCharacteristicValue(characteristic1.getValueAttribute().getHandle(), (uint8_t *)&Work_Buffer[0], 12)== BLE_ERROR_NONE){ Serial.println("OK");...

actual these types cant compile because of missing stuff

inProgress

there is some decoding done i cant check it with T14SG But i will try to add the Sensor with the known Data

Done

UART_dropped_frame is a value for complete lost of a Frame on the SBUS line so....that is something that should be always zero! But if you Hot-Plug a Sensor to the...

bug
Done

For testing Sensors (without Futaba Radio) you would need an Output of SBUS2 Frames together with #36 you have a complete Simulation for testing ESP32 and Futaba Sensors The Telemetry...

Done

Altitude of GPS Sensor is always 0m [RC Groups](https://www.rcgroups.com/forums/showpost.php?p=47544657&postcount=46) Simulation showed that the Altitude is always 0xC000

bug
Done

If the SBUS(2) Signal is broken (wire broken, disconnected or receiver unpowered) the SBUS_Ready() function would return true forever. There should be a reset of sbus_ready and telemetry_ready. The Functions...

bug
Done

is there a working OTA DFU Example?