Skip to content
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

ESP8266 Adafruit Feather Huzzah #10

Open
ghost opened this issue Sep 2, 2018 · 1 comment
Open

ESP8266 Adafruit Feather Huzzah #10

ghost opened this issue Sep 2, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 2, 2018

I just installed the libraries and called the do_read function from screen/serial-REPL. I'm not getting any readings (the reader works fine with my Arduino Mega). I would assume this has to do with the pinout, I'm really not sure how the pins map from the vanilla ESP8266 to the Adafruit Feather Huzzah. Here's the pinout I've been referencing: https://cdn-learn.adafruit.com/assets/assets/000/046/249/original/adafruit_products_Huzzah_ESP8266_Pinout_v1.2-1.png?1504885873. Any information you can offer would be greatly appreciated!

@phikubo
Copy link

phikubo commented Oct 11, 2018

If you are using the esp8266 nodemcu, you can pinout like(remember that those numbers corresponds to the Gpio, so you can shearch it online):
rc522: sck, mosi, miso, rst, cs
Gpios: 14, 13,12,5, 15
And then, you should modify the read.py and write.py
rdr = mfrc522.MFRC522(14, 13,12,5, 15)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant