Send data to rasp+rflink

Moderators: rtenklooster, Voyager, BertB, Stuntteam

Post Reply
Message
Author
denisj
Normal user
Posts: 10
Joined: 07 Jan 2017, 11:26

Send data to rasp+rflink

#1 Post by denisj » 20 Jan 2017, 09:16

Hi there all,
I want to send data from a narduino mega 2560 equipped with an RFM69HCW transceiver
to the RFLink (Raspberry PI 3).

I use the LowPowerLab RFM69 ib for the Arduino Mega+RFM69HCW transceiver in order to send data.
So I'm not send from a official sensor, but from my garden project arduino.

I make a packet structure in base of the link here
in order to try to send data to rflink, and I try node 10,11 and 20:

Code: Select all

char Payload[] = "11;20;0B;NewKaku;ID=000005;SWITCH=2;CMD=ON;CR/LF";
char Payload[] = "11;20;0B;NewKaku;ID=000005;SWITCH=2;CMD=ON;";
char Payload[] = "11;20;0B;NewKaku;ID=000005;SWITCH=2;CMD=ON;/n";
...but when I read the log there is nothing show me
Can anybody help me please ?

Thanks in advance
Denis

User avatar
Stuntteam
Site Beheer
Posts: 789
Joined: 27 Jan 2016, 16:46

Re: Send data to rasp+rflink

#2 Post by Stuntteam » 20 Jan 2017, 10:19

commands starting with 11; are not for general use.
They are for use by home automation software programs and the "creation of devices" and testing purposes.
Its function is mainly an "echo".
When you send something with command 11 to RFLink no RF signals are created but the entered data is reported back to the sender just as if RFlink received a device signal..
check your other post for something closer to what you want to do..
-=# RFLink Gateway Development Team #=-
Introduction: http://www.nemcon.nl/blog2/
Generic Support forum: http://www.esp8266.nu/forum/viewforum.php?f=8

denisj
Normal user
Posts: 10
Joined: 07 Jan 2017, 11:26

Re: Send data to rasp+rflink

#3 Post by denisj » 23 Jan 2017, 07:18

Thanks a lot
Please support me on the other post here
Thanks again
Denis

Post Reply

Who is online

Users browsing this forum: No registered users and 28 guests