paul_m

Results 14 issues of paul_m

I have set up an IoT Hub, DPS and symmetric key enrollment group. I'm working with the SDK on Debian. Using the provided _prov_dev_client_sample_, with a generated device key from...

question

I am using the Azure IoT C SDK on Debian. I provision devices on my IoT Hub via a symmetric key enrolment group from my code. Provisioning works fine and...

question

### Reproduction steps I have an ESP32-C6-DevKitM-1. I have flashed this with the Matter light example from the esp-matter SDK. I am using Ubuntu 22.04 as a Virtual machine on...

bug
linux
needs triage

### Reproduction steps My goal is to install and use CHIP REPL to work with customized cluster servers on my ESP32-C6 device. I am building on Ubuntu 22.04.4 LTS. I...

bug
linux
needs triage

Hello all, I have an ESP32-C6 battery-powered device which works as a Thread end device. I am now exploring the Thread Sleepy Device capabilities (SED or SSED) to preserve battery...

I'm working with the esp32-c6. I have a customized cluster server in my application. I have successfully implemented commands which update my own attributes. One thing i'm struggling with is...

I have an ESP32-C6 board and I have flashed the simple Matter light example onto it. I have this ESP Thread Border Router too : https://docs.espressif.com/projects/esp-thread-br/en/latest/hardware_platforms.html I have built and...

I am using the Matter controller example to send a command to a custom cluster I have an an ESP32-C6 end device. Node ID is 1515. Endpoint ID is 1....

Up until now I have been using chip-tool running on a Linux computer for commissioning my Thread end devices and sending cluster commands etc. Now I am starting to use...

I am creating an application for the ESP32-C6. One of the functions is to monitor the connected battery voltage through a GPIO pin and ADC, and update a matter attribute...