Page 1 of 1

RFlink all records deleting

Posted: 02 Dec 2017, 22:57
by jiran
Hi. I need to delete all records from my rflink. As you can see I have done the command 10;RFFind;0; (and others) and still there are records 0 and others.

Im also little bit confused from learning system as I´m not sure if I could use record 0 and 1 for different devices or if 0 must be on, 1 off, 2 on, 3 off etc.

...
20;48;RFFIND=ON;
20;49;RFFind;x;77315C;E;2F;1;
20;4A;RFFind;x;77315C;D;2F;1;
10;RFFind;0;
10;RFFind;2;
10;RFFind;3;
20;4B;Auriol V2;ID=3F01;TEMP=8012;BAT=OK;
20;4C;Mebus;ID=4202;TEMP=801b;
20;4D;RFFind;x;77315C;E;2F;1;
20;4E;RFFind;x;77315C;E;2F;1;
20;4F;RFFind;x;77315C;D;2F;1;
20;50;RFFind;x;77315C;E;2F;1;
20;51;RFFind;x;77315C;D;2F;1;
20;52;RFFind;x;77315C;E;2F;1;
10;rfshow;
RF Record: 0 ID: F07BDA S: 09 L: 1E T: 01 - ON
RF Record: 2 ID: 941C7A S: 08 L: 1E T: 01 - ON
RF Record: 3 ID: F07BDA S: 09 L: 1E T: 01 - OFF
...

I use motion sensors. Codes which sends one of sensors after motion is detected is:

20;4D;RFFind;x;77315C;E;2F;1;
20;4E;RFFind;x;77315C;E;2F;1;
20;4F;RFFind;x;77315C;D;2F;1;
20;50;RFFind;x;77315C;E;2F;1;
20;51;RFFind;x;77315C;D;2F;1;
20;52;RFFind;x;77315C;E;2F;1;

How to set such coded properly? I use MEGA with RXB6 receiver.
Thank you.

Re: RFlink all records deleting

Posted: 08 Jan 2018, 13:40
by adampr1
Hi try this methode:

http://www.rflink.nl/blog2/wiring

"Reset of EEPROM settings

Connect Arduino PIN 12 to ground in order to reset settings that are stored in EEPROM."

BR,
Adam