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 that you accept these cookies being set.

Radio wave scanner
#1
Hello,

I am searching such device which can monitor radio waves on defined frequency e.g. 433,92 MHz. I want check what was sent and I want prepare the same on some transmitter which is connected to LM via some medium e.g. RS485.

The inspiration of this search was the restrictions of RS485 -> Somfy RTS transmitter in comparison to the pilots which are a lot of faster than this special transmitter. The minimum pause between 2 radio commands "down" is 0,7s. This is not the best especially when I will try send few telegrams in a short time e.g. scene or change slat angle via "step" command. End also there is the channel limitation but this is not a problem. The most important problem is very big different speed of the transmitter(very slow) and the pilots(very fast).

Maybe do you have some suggestion?

Of course I can buy some pilots and connect to their buttons via some switch actuator but maybe there is some other way...
Reply
#2
I dont know of any finished products that will do this out of the box, but I've had some success with 433,92MHz devices and getting/sending data with arduinos.

Quick intro to what can be done: http://www.instructables.com/id/Decoding...-Arduino-/
How to connect your arduino to LM4 via RS485: https://arduino-info.wikispaces.com/RS485-Modules

Other options than using an arduino would be to use a raspberry pi with 433Mhz reciever/senders and do JSON or other datacom to the LogicMachine.

These options are not recommended for business purposes as there are no ratings and approvals on your "product" but for home use and testing it will work.
Reply
#3
(21.09.2016, 09:53)Sandstrand Wrote: I dont know of any finished products that will do this out of the box, but I've had some success with 433,92MHz devices and getting/sending data with arduinos.

Quick intro to what can be done: http://www.instructables.com/id/Decoding...-Arduino-/
How to connect your arduino to LM4 via RS485: https://arduino-info.wikispaces.com/RS485-Modules

Other options than using an arduino would be to use a raspberry pi with 433Mhz reciever/senders and do JSON or other datacom to the LogicMachine.

These options are not recommended for business purposes as there are no ratings and approvals on your "product" but for home use and testing it will work.

Thanks Sanstrand, I will think about thisWink
Reply


Forum Jump: