RFID reader - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20) +--- Forum: KC868-A8 (https://www.kincony.com/forum/forumdisplay.php?fid=23) +--- Thread: RFID reader (/showthread.php?tid=6269) |
RFID reader - diegoruales@gmail.com - 07-31-2024 Hi please guide me in the right direction i bought a kc868-A8 and i want to add RFID READER ; my code working in normal ESP32 NODEMCU IS Code: #include <SPI.h> i dont care about using ethernet , i don t need ethernet; please tell me how to address the pins to use MOSI MISO SCLK AND CS required for MFRC522 library thanks a lot RE: RFID reader - diegoruales@gmail.com - 07-31-2024 This is the reader https://esphome.io/components/binary_sensor/rc522 RE: RFID reader - admin - 08-01-2024 KC868-A8 no gpio from SPI bus. I suggest integrate your RFID Reader by i2c bus. RE: RFID reader - diegoruales@gmail.com - 08-01-2024 just for try; would be posible to use spi bus using wires connected to ethernet port? RE: RFID reader - admin - 08-01-2024 no, it's not suitable. RE: RFID reader - diegoruales@gmail.com - 08-01-2024 one more question; do you have any other board model with spi bus available to use? RE: RFID reader - admin - 08-01-2024 KC868-A6 have SPI socket: https://www.kincony.com/esp32-6-channel-relay-module-kc868-a6.html |