David Albert
David Albert
I'm not sure how to add it to releases, but here's the binary built using cygwin. It seems to work as advertised (enumerates as a Black Magic Probe and creates...
With respect to interrupts: unless I've missed something, the library provides no way to tell when a packet is received (or when transmission of a packet has finished) other than...
Example: to allow use of FSK and OOK modes, I'd just add this to lora.h: ``` /// FSK/OOK support typedef enum {sx_mod_fsk = 0x00, sx_mod_ook = 0x20, sx_mod_lora = 0x80}...
In case I wasn't clear about what I was asking: I am not asking you to make any changes. I have already extended the lora component to support FSK operation...
I agree that specifying the modulation type at lora_init() makes sense. I didn't do it that way because my goal was to ensure full backward compatibility so that my changes...
I'm able to open TLS connections to azure-devices.net, with and without site authentication (the CA cert is here: https://baltimore-cybertrust-root.chain-demos.digicert.com/info/index.html). However, I'm not able to do 1-way authentication to my own...