Jump to content
Flirc Forums

WierdK

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by WierdK

  1. I did create simple c++ sample, but I get a message [D] lib/libflirc/flirc_driver.c determine_iface(226): unsupported fw v:4.4

    Please help, I use latest versions github SDK and fw 4.4.2.

     

    int main()

    {

    int rq = 0;

    rq = fl_open_device(0x20A0, "flirc.tv");

    if(rq > -1) fl_close_device();

    return 0;

    }

  2. For now I use the Dreambox TV mode with the universal code 0680.

    This protocol is accepted when recording  with Flirc. (only some problems with long button press)

    With A2: it would be possible to attach frame 2 or frame 4 to a key in Dreambox mode, then the problem is solved.

    Thanks again for your response.

  3. 20 hours ago, yawor said:

    Hi,

    Sorry to disappoint you but the protocol used by the Dreambox remotes (XMP) is not supported yet. It's really hard to tell when (if ever) it's going to be supported as it's a really nasty one. Besides sending 2 or 3 different frames on every single key press, it also uses 4-bit encoding scheme - it encodes each 4 bits of the data as one of 16 different burst/gap lengths.

    Thanks for your quick respose.

    You did only not responde to my questions?

  4. I'm testing with a gray older DreamBox remote, only the problem is that I get 4 lines.

    Line 1 and 3 were always the same with all the buttons, 2 and 3 were different.

    I think that recording only get the first line, and create identical hashes for all the buttons.

    Question 1: Maybe it is possible to create hash myself and place it in the fcfg, need sample source to do it myself.

    Question 2: Commandline recording based on a debug line input, then Flirc program could recreate hash.

    Question 3: Recording based on multi lines

    Maybe is one off this questions possible, and sorry for my poor English :(

    2.0, 3.19.12,  4.4.2

×
×
  • Create New...