Joël Gähwiler
Joël Gähwiler
No, I just haven't found the time to update it yet.
Would you be up for contributing an example for the RP2024?
Thanks for the report, the included snippet made me think and I found an integer casting issue: ``` auto available = (size_t)this->netClient->available(); ``` The `available` method actually returns an `int`,...
Thanks for sharing this. I'll need some time for the review. Was there a particular motivation to implement this?
TLS is supported and can be used with `mqtts://` and `wss://`. What you're requesting is connecting to a broker that is using a self-signed certificate. This has not been implemented...
Yes, shiftr.io is run by my company. You may use shiftr.io as you like, we hope to keep the current offering as long as possible.
There is not at the moment. However, the underlying library could be configured to skip certificate verification.
Sorry for leaving out some context. - Host: Arduino MKR1000 - Board: Bluefruit LE SPI Friend - Firmware: 0.7.7 - Library: 1.9.4 I'm using the `Adafruit_BLEGatt` class to register the...
I changed my code to use multiple services. Again all the commands are successful and when I run the `atcommand` sketch and issue `AT+GATTLIST` the following (complete) table is printed:...
I spent some more time debuggin this issue and still couldn't find the bug. The Bluefruit App does not show the missing service and characteristics. I also tested the official...