Search found 3 matches

by mrTheWheel
14 Jan 2017, 14:53
Forum: RFLink: Development and announcements
Topic: Testbed for Plugin development
Replies: 13
Views: 24194

Testbed for Plugin development

Hi Team, For a starter: What a cool project is this and what a nice shield! I have a (yet) unsupported device for which I want to make a Plugin. On GitHub I have found a fork (https://github.com/ThibG/RFLink) with old sources of RFlink but I have no clou of how to import this into the Arduino-IDE so...
by mrTheWheel
13 Jan 2017, 06:35
Forum: RFLink: Nederlands support forum
Topic: Testbed voor protocol development
Replies: 0
Views: 2140

Testbed voor protocol development

Hi Team, Om te beginnen: Wat een gaaf project en wat een mooi en simpel opsteek printje! Ik heb een unsupported device waar ik graag een Plugin voor wil maken. Nu heb ik op GitHub (https://github.com/ThibG/RFLink) sources van RFlink gevonden (niet up-to-date) maar ik heb werkelijk geen idee hoe ik d...
by mrTheWheel
08 Jan 2017, 11:55
Forum: RFlink: General Discussions
Topic: Chain multiple commands?
Replies: 2
Views: 3241

Re: Chain multiple commands?

I second that!

Also: Is it possible to expand the "OK" response with information where the OK response is for?

For instance: If I send a KaKu command

Code: Select all

10;NewKaKu;0000003b;5;OFF;
it would be nice if the response would be:

Code: Select all

20;0C;OK;0000003b;5;OFF;
Is that feasible?