Sharp Hall

Results 13 comments of Sharp Hall

The library we are using defines several presets that are easy to use. [Otherwise you are required to set registers manually](http://www.airspayce.com/mikem/arduino/RadioHead/classRH__RF95.html#ab9605810c11c025758ea91b2813666e3). * **Bw125Cr45Sf128** Bw = 125 kHz, Cr = 4/5,...

I've opened PR #16 with all the dials turned all the way towards range (with the exception of bandwidth, for which I think there is still discussion to be had,...

@matt-knight I'm a bit unsure of whether we have input myself. LoRa is clearly chirp-based spread spectrum, but since you can configure it at such low bandwidths it starts to...

@travisgoodspeed That's not a bad idea. If you set it up I'd use it for some comparative testing. (Sorry for the long delay; work has been busy the past couple...

`USBDevice.detach()` is called because the USB interrupt wakes up the m0, and the device can't maintain a USB connection when coming in and out of sleep anyway. We could detect...

@haileyok Sorry for the long delay here! Whenever the screen is folded/unfolded the app resets -- I see the butterfly splash. That said, there does seem to be a memory...

Hey there, thanks for your interest and suggestion! Unfortunately I have lost interest in maintaining this library after LIFX made breaking changes to the protocol a while back. If you...

That's a bummer! I'm of the opinion that UDP over Wifi isn't very reliable. It's fine for streaming media where the occasional dropped packet means a blip in the stream...

I suppose I shouldn't change things up too much prematurely. I'm at a bit of a loss though. I'll check out the Ruby libs to see how LIFX is doing...

@GNious You should do a rewrite for UDP if you're feeling up to it! I'd totally merge it. Are Python and QT mutually exclusive?