Jordan S

Results 6 issues of Jordan S

The maximum "characteristic" length in BLE is not 20 bytes. It is 512 bytes. I think you're confusing the standard MTU which is typically 20 bytes. https://www.safaribooksonline.com/library/view/getting-started-with/9781491900550/ch04.html

We've had this plugin incorporated into our Android project for a couple years. Recently, we re-ran the gradle plugin and realized that it's printing out an empty report. The configuration...

I am using the latest release of the SDK, Version 0.3.4. For some reason, if my app subscribes to an event, I cannot seem to call functions (using `callFunction`)on my...

### Question form pre-submit checklist. - [X] I have searched the existing issues to ensure there isn't already an issue about this question. - [X] My question has to do...

I have a singleton class that is being injected into other classes using the `injected(...)` syntax. The class is called `Exchange`. I need to add an async initializer to that...

- Updated Adafruit_SSD1306 to optionally use SPI1. - Pass chip select pin to spi::begin so that the driver no longer sets the pin mode for the default pins which may...