Search found 4 matches
- 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: 3657
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...
- Sun Dec 04, 2022 3:33 am
- Forum: ESP IoT Solution
- Topic: esp-matter anyone tried it?
- Replies: 4
- Views: 5486
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.
- Wed Nov 30, 2022 10:18 pm
- Forum: ESP IoT Solution
- Topic: esp-matter anyone tried it?
- Replies: 4
- Views: 5486
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.
- Sat Mar 27, 2021 2:13 am
- Forum: ESP32 Arduino
- Topic: esp32 does not read analogue values
- Replies: 6
- Views: 26726
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.