-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wiring esp32s3 #141
Comments
Yeah, those should be the right pins. The aforementioned error has been prevalent and usually occurs due to connectivity issues (bad wires, bad contacts, long wires, etc.) or even a bad nfc board or IC(possibly not genuine IC). Could you post logs from the start of the boot? to see if the right pins are initialized. |
i tryed today with a new pn532 board from another supplyer, 5cm wires (soldered) same results.... ESP-ROM:esp32s3-20210327 |
today i recived the esp32c3 and is working... so something is wrong with the flash for esp32s3 i suspect the gpio pins are wrong. |
hello, i need wiring diagram to esp32s3. thx
THIS ARE THE PINS THAT I USE:
SS: GPIO10
SCK: GPIO12
MISO: GPIO13
MOSI: GPIO11
im getting allways :
W (412) spi_flash: Detected size(16384k) larger than the size in the binary image header(8192k). Using the size in the binary image header.
E (5690) NFC_SETUP: Didn't find PN53x board
im doing something wrong? or is a bad pn532?
The text was updated successfully, but these errors were encountered: