Page 1 of 1

Send custom packet

Posted: 15 Mar 2017, 15:22
by Romeo
Hi,

Just a suggestion.
Is it possible to send a custom raw packet on air in a next release ?
I know the right sentence I have to send for a specific device (protocol not known, not supported), but I'm not able to put it on air via rflink. I have not control or method to manage my trx433 on the rflink board.
I must use another rf433 for it on a second board or raspberry.

Via rflink, it should be for example.

10;TxCustomPacket=h200,l400,l400,h200.....;
h high pulse
l low pulse
and length

or save the sentence in epprom
and call it
10;TxCustomPacket=#1;


or something similar

Thanks in advance.

Re: Send custom packet

Posted: 15 Mar 2017, 16:47
by Stuntteam
check your email..

Re: Send custom packet

Posted: 16 Mar 2017, 07:12
by Romeo
Did you received my reply by email ?

Re: Send custom packet

Posted: 19 Dec 2017, 13:53
by Romeo
Hello,

Maybe, another way should be to have a "Auto Learn Mode" for any raw data packet.
I know there is already the "RfFind" feature, but available only for a couple of protocol known.
The idea should be to grab the raw data packets regardless of the protocol.
Something like 10;AutoLearn=on
Push a button on the remote control.
RFlink should display the packet like RFDebug feature
We could store this packet with ID# and afterwards could replay this packet.

Easy to say as suggestion, but how to do it ?

Re: Send custom packet

Posted: 10 May 2018, 21:37
by billyjackson
As far as I know - this is almost impossible to do. You you have already found the solution?

Re: Send custom packet

Posted: 14 Feb 2019, 13:14
by ag74
Hello,

@stuntteam:
You replied by email so I guess it is possible to send custom packets using an undocumented command.
I also needs this feature to send command to a wireless stove management I'm developping.

So is it possible to send custom packets ?

Thanks

Re: Send custom packet

Posted: 14 Feb 2019, 14:31
by Stuntteam
No, we do not have fully custom packets. We only have the rffind feature for now.

Re: Send custom packet

Posted: 02 Mar 2019, 14:39
by shyriu42
hi

could you implement something like rcswitch on arduino in rflink because i need to send this

10;Doorbell;ID=1e94;SWITCH=1;CMD=ON;CHIME=01;

20;25;CMD UNKNOWN;
------------------------

and this not working on rflink but with rcswitch i can ring the bell


with this arduino sketch :

////

Code: Select all

#include <RCSwitch.h>

....
mySwitch.setProtocol(1);

 //Optional set pulse length.
 mySwitch.setPulseLength(185);

 //Optional set number of transmission repetitions.
 mySwitch.setRepeatTransmit(3);
 .......
 
  //button 3 
  Serial.println("Envoi Button 3");
  mySwitch.send("101000111101001010000011");
////

with "101 0001111010010100 00011" middle part 0001111010010100 ----> ID= 1e94

10;Doorbell;ID=1e94;SWITCH=1;CMD=ON;CHIME=01;


and thanks for sharing and your project.

ps: are answering to your email ? franck....@gmail.com