errolt

Results 33 comments of errolt

That would be best, and if I understand correctly goes crc uses the same polynomial as elektro crc? I couldn't get it to sum correctly though. I have not worked...

Created a pull request. https://github.com/altillimity/SatDump/pull/79

> after that removed the installed serial module, I can't remove installed modules as that would break other programs.

I'm running into this issue too. Does Unconfirmed uplink messages still get ACKed by the gateway? The issue I'm seeing is that my device sends an Unconfirmed Upload message to...

> Excellent, thanks for the feedback! > > PS: Does anyone know how to get the change into the repository? Is there even a maintainer still active? I can see...

Ok, this works: `./fluxengine rawwrite ibm --720_135 -s test.flux -d test2.flux` To find the --720_135 I ran: `./fluxengine rawwrite ibm -C`

Side note. This is running on a Radxa Rock 5B board. Hence the strange GPS port, i2c port and GPIO allocations. If this is an issue proving that the GPS...

@brocaar Did you read my complete report? The GPS module on the waveshare hat **WORKS** if I tell concentratord that I have a rak_2287. Does changing the model in the...

Strange. As that is exactly what I see: ``` Oct 28 15:01:30 rock-5b chirpstack-concentratord-sx1302[949]: 2024-10-28T13:01:30.772Z DEBUG [chirpstack_concentratord_sx1302::handler::gps] Processing NMEA RMC Oct 28 15:01:30 rock-5b chirpstack-concentratord-sx1302[949]: 2024-10-28T13:01:30.907Z DEBUG [chirpstack_concentratord_sx1302::handler::gps] Processing u-blox...

Note that I got that output with: ``` model="rak_2287" gnss_dev_path="/dev/ttyAMA0" com_dev_path="/dev/spidev0.0" sx1302_reset_pin=23 sx1302_power_en_pin=18 ``` And this works with both a new waveshare hat, and a hat from 2022. And my...