I'm trying to transmit a data packet using a 433mhz transmitter. how can I send the data packet to a pin on the arduino board (the pin is connnected to the transmitter)?
what function should I use?
I'm trying to transmit a data packet using a 433mhz transmitter. how can I send the data packet to a pin on the arduino board (the pin is connnected to the transmitter)?
what function should I use?
You should use virtualwire.
See Section 6 for max length of the packets that can be used.
Thanks mate! I'll try this