ericlangel

Results 44 comments of ericlangel

it's hard to understand your coding try to make it readable in a Table Slot Number | High Byte | Low Byte | Comment -------- | -------- | -------- |...

Thats something i dont understand in juliens table and text's what are these Numbers? normally we need a table like this Slot x Bit 0 = LAT Bit 6 Slot...

maybe this helps: // coordinates Berlin TV Tower = Degree Minutes = Decimal Degrees = Degree Minutes Seconds int32_t latitude = 52312499; // = N 52° 31.2499 = N 52.520833...

just some more or less known facts The Temp Sensor SBS01 is specified for 125°C or 200°C (depends on version). With the SBUS2 protocol you can transmit 16383°C and this...

nice to know could you share the Code for sending Scorpion/Kontronik Telemetry?

https://esp32.com/viewtopic.php?f=19&t=19519

yes, i also had a look. Some missing Defines are stored in different Headers. That was a quick fix. But, the UART and Timers are coded on a very Low...

i managed to solve all UART Problems just the Timer is left

i also managed to get it compiled for S2 but not for C3 the Reason is pretty Simple: C3 does not have TIMER_1, just TIMER_0 So the we have to...