Turning s servo motor with a RFID tag using frdm K64F

Thread Starter

shanesolomon

Joined Mar 25, 2020
1
Does anyone have any insight on how to turn a servo motor using raid tags. I have the code for the reader and but I am not sure what to use for the servo. also where so I get the servo.h header?
 

Reloadron

Joined Jan 15, 2015
7,517
Does anyone have any insight on how to turn a servo motor using raid tags. I have the code for the reader and but I am not sure what to use for the servo. also where so I get the servo.h header?
Servo.h is a servo library file. If you know how to use and add a library file the plane servo.h file can be had here. It is also distributed as part of a larger library package which can be had at Github and other locations for download. As to which servo motor you choose a servo motor based on application? The reader reads a RFID tag and then you can pass whatever it reads along to a uC (Micro-Controller). So the RFID tag is encoded with some data, the reader reads the data and passes it along to a uC which will do something based on whatever the data is, for example run a servo motor to a position.

Ron
 
Top