-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
RFID-RC522 #804
Comments
The contactless reader/writer looks like it has an NXP chip, but the picture is blurred and the numbers on the chip are not really visible. Most (all?) contactless reader/writer chips from NXP support I2C, SPI, and UART. On this board, only the SPI signals appear to be available. On some boards like the Adafruit PN532 RFID/NFC Breakout and Shield I2C, SPI, and UART are available. Johnny-Five doesn't support SPI currently, so I'm afraid you're out of luck this time. |
buuu :( so bad jajaja thanks! |
So can you use johnny-five with https://learn.adafruit.com/adafruit-pn532-rfid-nfc?view=all ? |
yes, i have two nfc, Adafruit PN532 and RFID522 |
@rudemex How does that work? I can't find any docs on it? |
sorry, not , in the end I could not make it work from J5 , install the serialport and work with what he read me the port. https://instagram.com/p/8Mqdzju44t/?taken-by=rudemex |
@rudemex Ok, cool, Am I able to use johnny five along side this on the same arduino uno? I want to be able to scan and NFC card then turn on an LED attached to the same board, using J5 for controlling the LED. Thanks |
@christill I'm working on a project with NFC , unfortunately , you'll have q send / receive data through the serial port and handle everything from Arduino code with J5 I could not make it work. |
@rudemex. OK, I'm confused now. The RFID is an arduino shield, so connected to the arduino. Can I use J5 and serialport on the same board? |
sorry , my English is not very good . video for example , do not use J5 , but if you use nodejs . what I do is, Arduino code read the ID tag , and nodejs is reading what gets the serial port , and from nodejs do what I have to do and return to send data through the serial port , so they receive the arduino , arduino code and get from that data sent and do what I do. you will not be able to do everything from J5 , and that's what you got to carry on the atmega the standarfirmdata to work J5 and this is not updated yet to work for i2c , but above what they said. if you like , I can go through a git the source of that project. |
We just landed support in the io protocol for serial/uart, so expect new component support soon. |
@rwaldron great! |
@rwaldron awesome! How soon? :) |
Once @soundanalogous publishes a release of Firmata, then Johnny-Five can start planning new component classes using the serial APIs. My present thinking is to create a generic |
@rudemex it would be awesome to see the code for your project! |
@kmoe yes, the base of the project is divided into two parts ARDUINO CODE /*
#include <SPI.h> #define SS_PIN 10 void setup() { void loop(){ // Look for new cards
} NODEJS CODE - configure var serialPOrt and the baudrate var serialport = require("serialport"); var serialPort = new SerialPort("/dev/tty.usbmodemFA131", { serialPort.on("open", function () { |
@rwaldron has there been any more development in Johnny Five to implement RFID/NFC component classes using the serial APIs to directly support cards like the Adafruit PN532 and RFID522? |
Waiting for official support |
Any updates guys? |
Waiting for the too :) ! |
+1 |
5 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
2 similar comments
+1 |
+1 |
Hello @mdtahmid, how are you? Greetings Atte. |
wait for. And i want contributive. |
Hi, i have this shield http://articulo.mercadolibre.com.ar/MLA-546532441-modulo-rfid-rc522-1356mhz-tarjeta-llavero-tag-arduino-_JM#redirectedFromParent
There are some example to read and write?
Thanks
The text was updated successfully, but these errors were encountered: