-
Thank you for publishing the library.
esp-idf v4.4 added support for ESP32-C3.
Along with this, gpio_pad_select_gpio() has changed to gpio_reset_pin().
Some GPIOs are not initialized properly…
-
Is GPIO access available?
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
bug附近的代码
```C
if ((pin < 0) || (pin > 63))
return wiringPiFailure (WPI_FATAL, "wiringPiISR: pin must be 0-63 (%d)\n", pin) ;
/**/ if (wiringPiMode == WPI_MODE_UNINITIALISED)
return wi…
-
*Traigo la discusión de los mails:*
**Martín:**
La semantinca gpioConfig( 0, GPIO_ENABLE ); es totalmente obscura, no seria mejor hacer otra funcion que se llame gpioInit o algo asi?
si hay q…
-
### Describe the bug
I have an ESP32-S3 with up to GPIO48.
The configuration of ESPresense is limited only up to GPIO39.
It needs to be able to add the LED also up to GPIO48.
### Version
3.3.1
#…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
Here is the API
https://xkeys.com/media/wysiwyg/smartwave/porto/category/software/X-keysIntegrationGuide.pdf
Product
https://www.x-keys-uk.com/products/x-keys-xk-1502-usb-gpio-general-purpose-inp…
-
Hi everyone!.
Had a big time making ESP32S3-WROOM-1 labeled, 4.7 Epaper comunicate with a generic MFRC522.
Tried with both libraries and some ESP-IDF stuff but totally no response
Following the d…
-
hey folks,
**Is there a way to trigger a TTL programmatically in python? Reasoning below: tl;dr I want to debug with our oscilloscope and can't get any signal under any circumstances and documentat…