rwaldron / johnny-five

JavaScript Robotics and IoT programming framework, developed at Bocoup.
http://johnny-five.io
Other
13.3k stars 1.77k forks source link

RFID #1725

Closed thesurferdude closed 2 years ago

thesurferdude commented 3 years ago

I would love to be able to control my electronics with RFID. I have this kind of sensor but got it in a kit: https://www.banggood.com/da/RC522-RFID-RF-IC-Card-Sensor-Module-Writer-Reader-IC-Card-Wireless-Module-p-1460338.html?rmmds=detail-left-hotproducts&cur_warehouse=CN

thanks, Frede

dtex commented 3 years ago

Frede,

What this needs is a motivated contributor.

That sensor uses SPI for communication which isn't supported by firmata. The first step would be to get SPI landed in firmata (or whatever IO you want to use). Once that exists an RFID class can be created for Johnny-Five that includes this particular sensor. There have been a couple of requests for RFID in the past so you are not alone. #1108 #804

I've added this to the Johnny-Five Requested Features wiki page.

The addition of SPI would be a boon for other types of sensors as well.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.