Koen Zandberg

Results 22 issues of Koen Zandberg

### Contribution description This adds a driver and test for the uc8151d e-paper display. Unfortunately the command structure of the display is sufficiently different to require a separate driver. The...

Area: doc
Area: tests
Type: new feature
Area: drivers
Area: Kconfig

### Contribution description This adds 3 functions for adding entity-tags to coap packets. The first simply adds the option to the coap packet with the supplied etag value. The second...

Area: network
Area: tests
Type: new feature
CI: ready for build
Area: CoAP
Area: sys
Area: examples

Hello, From what I understand from the current go-coap code, individual requests of the same block wise operation are identified based on an identical token of the individual requests. Unfortunately...

bug
tech debt

Should be included in the automated tests for quality assurance

bug

- [x] nanocbor - [x] eddsa key fix - [ ] doxygen check

- Import a whole key instead as a single string - Exact key sizes without padding @bremoran Does this cover all issues so far?

https://tools.ietf.org/html/rfc8152#section-7.1

For a new project I would like to attach multiple sensors or actuators of the same type to a single node. For example: ``` /temp_inside /temp_outside ``` I was thinking...