I bought a 433MHz receiver and transmitter to send data from a Raspberry Pi 3 to an Arduino Uno.
I searched the internet for tutorials, Arduino StackExchange and Raspberry Pi StackExchange but I did not find anything helpful.
-
please do not crosspost ... arduino.stackexchange.com/questions/84418/…jsotola– jsotola2021年05月27日 14:58:13 +00:00Commented May 27, 2021 at 14:58
2 Answers 2
The 433Utils Library is probably what you're looking for. The author even provides example arduino sketches. If you want the Arduino to listen the RF-Sniffer is what you need!
There are also more great tutorials online just like this one.
-
I think that's what I need. I am already testing code from the GitHub repo.manarinian– manarinian2021年05月27日 17:26:45 +00:00Commented May 27, 2021 at 17:26
You could try my implementation of VirtualWire to send small data packets between a Pi and an Arduino.
http://abyz.me.uk/rpi/pigpio/examples.html#Python_vw
Class to send and receive radio messages compatible with the Virtual Wire library for Arduinos. This library is commonly used with 313MHz and 434MHz radio tranceivers.
Explore related questions
See similar questions with these tags.