So you want access control like those with a keypad, but wireless.
As I wrote already, you need a device that is continuously (actively) waiting for incoming messages. And a device that sends such a message on demand. BT communication is okay for that purpose, because it's locally restricted and also allows for bidirectional communication for safe authentication. Consider that everybody can put a simple receiver next your door, and record whatever your car is transmitting. That's why a one way transmission of a key is not sufficient.
My mechanism is very simple - I am building a dosing machine for applying probiotics on trucks caring animal feed. I want to dose only trucks with an identifier, and not other trucks that are passing by on that same track.
From that reason - security is not an issue.
I saw BT transmitters that can do that, but I am looking for something that can easily be connected to the Arduino, since I want that micro-controller to be in charge of the dosing pump, and release lighting to the truck driver.
But anyway - this is my obstacle - to identify only the tagged trucks.
DrDiettrich:
So you want access control like those with a keypad, but wireless.
As I wrote already, you need a device that is continuously (actively) waiting for incoming messages. And a device that sends such a message on demand. BT communication is okay for that purpose, because it's locally restricted and also allows for bidirectional communication for safe authentication. Consider that everybody can put a simple receiver next your door, and record whatever your car is transmitting. That's why a one way transmission of a key is not sufficient.
Hi, most key locks use rolling code to communicate, so no comms burst is the same.