Chris Lott
Chris Lott
I’ve resumed some testing with my UDP telemetry application. My first attempt kept crashing — it has 57 fields in one big group. I did a test and shortened it...
UDP Packets
I'm confused about frame delimiters and UDP. My data that I want to display is comma delimited text values in a UDP datagram. By definition, UDP datagrams are discrete packets/frames...
Just curious, is there a mechanism to import WireViz and drive it from a Python script instead of the YAML files from the command line? I searched briefly and it...
What settings did you use to create the files in `dist`? The default values?
I noticed a warning on `libserialport.h` when compiling with VS2019. Digging deeper, I saw that the `bash` utility `file` reports the format as UTF-8, whereas all the other header and...
I have a really stupid question... how do you run the program, once you successfully build it per the instructions? After installing the prerequisites (java, netbeans, and ant) the build...
Tested ITM UART logging example but moved and modified for the H7, no joy. I get two error messages when I try running the SCONS command (found in these issue...
Just wanted to report this in case anyone else encounters it, but I admit it is an edge case. I was doing some testing on a virtual Windows 11 ARM...
I noticed a few quirks with the VSCode JSON files generated in the `.vscode` directory using the `build build -m ::vscode` command as [described here](https://modm.io/reference/module/modm-ide-vscode/). (1) Using these JSON scripts,...
I'm porting my first project to MODM, which is a simple boot loader. The original code ran on an STM32F405, and now being adapted to H723 board (and similar ones...