0

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.

asked May 27, 2021 at 14:19
1

2 Answers 2

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.

answered May 27, 2021 at 14:50
1
  • I think that's what I need. I am already testing code from the GitHub repo. Commented May 27, 2021 at 17:26
0

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.

answered May 27, 2021 at 17:07

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.