This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
433 MHz receiver
#1
I have a Pi5 with McArthur HAT and will soon integrate a Pypilot controller to my system.  Is it possible to add a 433 MHz receiver directly to my Pi rather than using a Tinypilot or Pypilot HAT?

Joshua
Reply
#2
This is possible using an 8MHz 3.3V Arduino to decode the output signals from the 433MHz receiver.
The Arduino is connected to the Raspberry Pi via SPI.

But I encourage you to read the thread:
https://forum.openmarine.net/showthread.php?tid=6677
Reply
#3
(2026-02-20, 09:31 AM)Jean-Marc Douroux Wrote: This is possible using an 8MHz 3.3V Arduino to decode the output signals from the 433MHz receiver.
The Arduino is connected to the Raspberry Pi via SPI.

But I encourage you to read the thread:
https://forum.openmarine.net/showthread.php?tid=6677


Thank you.  I had read that thread as well as a little from another person who was struggling with the 8 MHz side of the Arduino.  I can happily build an 8 MHz ATmega 328 powered bridge between the receiver and Pi.  Is there any guidance on what the Pi will be expecting over the serial connection or what the micro controller is looking for in return?

Joshua
Reply
#4
the source code that must run on the atmega is:
https://github.com/pypilot/pypilot/tree/...rduino/hat

the atmega is powered by the pi header and has all the pins connected to the pi, even the reset pin, such that executing "make prog" on the raspberry itself will program the atmega if the toolchain is installed.

From the schematic:
https://pypilot.org/schematics/pypilot_hat.pdf

you should be able to wire it correctly. It may be easier to just use a hat though, but the design allows your freedom.
Reply
#5
Thank you for the extra info. I hacked away on this all day but finally said enough. I've ordered a HAT from you. I've already purchased two other control boards, if that haven't shipped, will you please combine shipping?

Joshua
Reply
#6
shipping will be combined and difference refunded.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)