Page 1 of 1

Send data over RF433

Posted: Tue May 24, 2016 9:04 am
by nxet
Hello, a decent 30min googling didn't yeld me anything conclusive on this, so I once again write here for some beginner advice.
As from the subject I'd like to send data (hex encoded if possible) via RF433, at the moment with a single RasPi basically plugging transmitter and receiver on the same board.
I already had a read on cabling the devices, but I'm stuck on the software part. What would you suggest as the best option, with the least dependencies possible, to accomplish this task?
Thanks
(raspbian, rpi2b, cheap generic rf)

Re: Send data over RF433

Posted: Tue May 24, 2016 9:10 am
by joan

Re: Send data over RF433

Posted: Tue May 24, 2016 9:24 am
by nxet
joan wrote:Have a look at http://abyz.co.uk/rpi/pigpio/examples.html#pdif2__433D, http://abyz.co.uk/rpi/pigpio/examples.h ... on__433_py, http://abyz.co.uk/rpi/pigpio/examples.html#Python_vw

If you want to minimise dependencies you'll probably need to write your own.
always you joan, always with great suggestions.
just had a look at it and seems an impressive collection of tools, I'm really hoping to find many answers in all that code. I wonder how I didn't spot this earlier tho.
thanks a lot for the heads up