ijustlovemath
ijustlovemath
Was able to work around using commit hash; maybe it's an issue with using a - or / in your branch name?
Okay, so this is very strange. I went to run the tests again, and it still hangs with RTS/CTS, still exits with no handshaking, data still gets written, but when...
Sorry for the slow progress on this, brand new to Nim and still figuring things out! I found out that the reason for the "no type (or is ambiguous)" error...
Sorry this has taken so much of your time, I appreciate your continued help! Let me know if there's anywhere I can donate to send you a coffee or a...
Apologies for the issue spam, but I have some new findings! Let me know if you want me to lay off until I've made significant progress, but this is a...
@thedataking @rinon Where is the actually lookup table conversion happening here? Is it through `cbor_encoder_*`? the `macros` map? I just need to know what to populate, seems like a lot...
It seems like the `macros` map is a logical place to start, but I can't see where it's getting its values. I suspect I'm missing some place where there's some...
So I take it that would involve proper bindings to the underlying mpv library. Sounds like it might possibly be a huge project to take on as far as testing...
It's written as a serial packet over the Wixel's UART bus: https://github.com/StephenBlackWasAlreadyTaken/wixel-xDrip/blob/master/apps/dexdrip/dexdrip.c#L253-L263 You can hook up the Wixel to a computer via USB and listen for the incoming packets using...
The code itself is very simple, and since most people have their wixel set to only listen for their transmitter, there's no real worry of spoofing someone else's signal. Here's...