Search found 3 matches
- Sun Mar 01, 2020 6:05 pm
- Forum: Hardware
- Topic: ESP32 A1S + RFID RC522
- Replies: 0
- Views: 3120
ESP32 A1S + RFID RC522
Hi, can someone tell me, if it is possible to connect to the esp32 A1S using the SPI bus the card reader module RC522. The schematic can be found here: http://wiki.ai-thinker.com/_media/esp32-audio-kit_v2.2_sch.pdf So far, I was not able to get the github code from https://github.com/abobija/esp-idf...
- Thu Feb 13, 2020 11:27 pm
- Forum: ESP-ADF
- Topic: What about this periph_service?
- Replies: 0
- Views: 5193
What about this periph_service?
Dear all, can someone elaborate on this part of the framework? What I found out so far is that esp-dispatcher is somehow in charge. However, on the official docu page of the audio framework I was not able to find any useful information. What is the general concept/idea behind this set of functions? ...
Re: A1S ADF
Hi, I am trying to get your source code running with the new A1S board. However, I am quite lost which version esp-idf and esp-adf I have to download. Do you mind helping me with my problem? 1) Installed: git clone -b v3.3.1 --recursive https://github.com/espressif/esp-idf.git (stable version) 2) In...