Hendrik van Essen
Hendrik van Essen
Since [paho.mqtt-sn.embedded-c](https://github.com/eclipse/paho.mqtt-sn.embedded-c) has support for DTLS it would be awesome if wolfMQTT had support for this as well. Are there any plans for this? As wolfMQTT uses wolfSSL, which supports...
Is there a way to set the `dismissible` flag for alerts coming from `bootstrap_messages`? I have a use-case where I would like to keep them persistent and the `x` shown...
#### Description I'm setting a new interrupt callback function for a GPIO pin from within the previous callback function for the same GPIO pin. #### Steps to reproduce the issue...
Hello, I have an issue with nimble on RIOT. My testing environment is the following: - nrf52dk - latest RIOT master https://github.com/RIOT-OS/RIOT/commit/c0d907addc26450cae4de645711ecfac0fa85e1e (but problem is there for several weeks already)...
This application provides a simple Bluetooth LE service (via RIOT's NimBLE port) for device configuration purposes. The included bluetooth characteristics are taken from an [application](https://github.com/HendrikVE/smarthome2/tree/master/ESP32/window_alert_riot) for a sensor node, which...
### Contribution description This PR introduces a new pseudomodule. It is currently only implemented for `stdio_uart`. The use case is to clear the input buffer so we can throw away...
This PR adds additional examples from the wolfmqtt package. For the examples `aws` and `azure` the package `wolfssl` is required. Note: The examples are not working yet, but the PR...
#### Description We are using the RIOT repository as a base for our apps and custom boards. While it is possible to add external `MODULE`s and `BOARD`s, as far as...