Search found 4 matches

by edleno
Sat Apr 22, 2023 12:14 am
Forum: ESP-IDF
Topic: Configurability of esp-matter examples (how get configured GPIO for button?)
Replies: 3
Views: 2487

Re: Configurability of esp-matter examples (how get configured GPIO for button?)

This is an old thread, but I recently ran into the same and wanted to update this with an answer. There are a series of directories under ...esp-matter/device_hal/device that contain the values for the button and the LED for the examples. The main file is device.c which defines the gpio pin. Unfortu...
by edleno
Sun Dec 04, 2022 3:33 am
Forum: ESP IoT Solution
Topic: esp-matter anyone tried it?
Replies: 4
Views: 4238

Re: esp-matter anyone tried it?

Follow up - got the latest esp-matter repo and now the ESP32 light example joins via Smartthings commisioning interface. So, success.
by edleno
Wed Nov 30, 2022 10:18 pm
Forum: ESP IoT Solution
Topic: esp-matter anyone tried it?
Replies: 4
Views: 4238

Re: esp-matter anyone tried it?

I've built the tools and the light example on a generic ESP32 dev kitC but so far I get an error when trying to commission the device.
by edleno
Sat Mar 27, 2021 2:13 am
Forum: ESP32 Arduino
Topic: esp32 does not read analogue values
Replies: 6
Views: 23889

Re: esp32 does not read analogue values

Just wanted to add that using Bluetooth ALSO disables ADC2 port so GPIOs 0, 2, 4, 12 - 15 and 25 - 27 can't be used with either wifi or bluetooth.