-
-
-
offending code:
```
.z80
…
-
When I activate OSD_NATIVE on my UDB5 board, broke GPS signal. It is tested, and don't work, in bit bashing mode.
OSD seems to work ok becouse I can see artificial horizon update when I move my plane…
-
# Summary
The DIS_publish() is very flexible, but potentially utilizes a fair amount of program memory (~1kB on PIC24/dsPIC platforms) to parse arguments. By offering a few pre-formatted functions, …
-
Hello,
I've recently switched from SERIAL_UDB_EXTRA to SERIAL_MAVLINK and I think that SUE sent over MAV_DATA_STREAM_EXTRA1 needs to be updated to the version currently in telemetry.c.
In fact, flan…
-
In **widgets.c**
```
struct widgets_mem_s {
unsigned int mem[MAX_WIDGET_ALLOC_MEM];
```
You're defining a 4 byte array. Shouldn't that be a `char` array? You're using four times more memory than…
tmojo updated
8 years ago
-
[We](https://github.com/NCSUhardware/) ran some timing tests using the DMCC Python API, and the results show that each call is taking way too long for it to be usable (e.g., when setting 4 motors on o…
-
Suggest the following things
- 1 start bit, 1 stop bit
- 1 parity bit (even parity)
- Flow control: None required
- Baud rate: 38'400
Keep in mind: TX and RX are inverted signals because of the galva…
-
Hello kizniche , first of all you do a great work . I worked so many years under Michochip family and was everything fine , now i found "in mistake " your project and i by some days ago a Raspberry pi…