in Search
Untitled Page

ARCHIVED FORUM -- April 2007 to March 2012
READ ONLY FORUM

This is the first Archived Forum which was active between 17th April 2007 and 1st March February 2012

 

Latest post 01-07-2010 9:23 AM by frankmj. 30 replies.
Page 2 of 2 (31 items) < Previous 1 2
Sort Posts: Previous Next
  • 01-07-2010 5:01 AM In reply to

    • Weebyx
    • Top 200 Contributor
      Male
    • Joined on 06-30-2008
    • Denmark
    • Posts 321
    • Bronze Member

    Re: XML fil til Beo5 Config Tool for Sagem ITSD81 HD

    Tak

    Perfekt, jeg kunne heller ikke forstå hvad der var galt. :)

    Jeg havde dog bare byttet om på 2 tal i XML, SpaceFlank og SpaceFlank2, hvis du har lyst kunne jeg godt tænke mig at du lige testede med 38000 istedet for 38.

    I de tidligere firmwares brugte man 2 cifre til frekvens, det blev så ændret til 5 cifre, men nu siger keith at de er gået tilbage til 2 igen, og det forstår jeg ikke helt, jeg har nemlig brugt en XML med 5 cifre til mit mediacenter, og det fungerede fint med min Beo5 som også bruger 1.41e

    Der er som sådan ikke de store forskelle på min og Keiths metoder, Keith er lidt mere inde i IR delene end mig, men jeg er ved at komme godt med :) Jeg har fået fat i DEC(PUC) filen til din boks, og i den står koderne direkte til styring af alle knapper.

    Din convert knap er grået ud fordi du ikke har en TT438 boks sat til, det var noget Michael fra Lintronic gjorde fordi han ikke ville have at folk brugte hans sw gratis til at udvikle Beo5 XML'er.

    Har du fået alle knapperne til din boks lavet nu, fik du en komplet fil fra Keith eller mangler du stadig noget ?

     

    /Weebyx

     

  • 01-07-2010 6:16 AM In reply to

    Re: XML fil til Beo5 Config Tool for Sagem ITSD81 HD

    Jeg kan bekræfte at det virker lige så godt med 38000 som med 38, ingen forskel der.

    Keith har lavet en komplet fil med alle knapper. Der kan så være noget kosmetisk arbejde, men alt virker uden buffring og hangups! Så nu er der kun de kendte problemer med firmware på boksen: EPG er en katastrofe, man kan ikke redigere kanalrækkefølge (godt man har Beo5, så bestemmer jeg selv!) samt andre småting. Men når man kommer fra Viasats skod af en HD-boks, så er Sagem et godt bytte! Især er jeg glad for DTT delen med MPEG4 decodning (DR HD i DTS 5.1 lyd!).

    Tak for hjælpen Jacob og Keith!!!

    Med venlig hilsen

    Frank

  • 01-07-2010 8:22 AM In reply to

    Re: XML fil til Beo5 Config Tool for Sagem ITSD81 HD

    Further to your e-mail Jacob,

    To clarify my previous statement which was quite correct, but I forgot to say that in the most recent version they (B&O Configuration Tool) accepted either 2 digits or 5 digits, but used 2 digits. In other words if you put 38000 it changed it to 38 for the Beo5 but the XML remained the same.

    Regards Keith....

  • 01-07-2010 8:33 AM In reply to

    Re: XML fil til Beo5 Config Tool for Sagem ITSD81 HD

    Keith Saunders:

    Frank,

    I can confirm that this Pronto HEX code string is valid and decodes to:-

    Carrier Frequency of 37,683.1 Khz

    Protocol is NEC

    The product device code in HEX is 87

    The Power Command code in HEX is 12 which is the standard NEC power command

    NEC binary string decodes to 00011110 10000101 10110111 01001000 1 which translates to 875E and 12ED

    Keith,

    Shouldn't the NEC binary string consist of 32 bits? I get to the count of 33, or did you just mistyped it?

    I can't undestand the translation from the bitstring to 0X875E and 0X12ED.

    Regards

    Frank

     

  • 01-07-2010 9:02 AM In reply to

    Re: XML fil til Beo5 Config Tool for Sagem ITSD81 HD

    Frank,

    What I stated is 100% correct and it is 32 bit.

    Notice the very last bit I did not highlight in blue because this bit is NOT part of the data, it is used to transition the signal because of the encoding method used for NEC. The encoding method used is "Pulse Distance Modulation"

    The format of the NEC protocol is shown below:-

    Notice that the LSB and MSB are reversed from the normal binary transmission method, so you need to reverse each section of the XML binary string, so

    00011110 10000101 10110111 01001000 must be inverted and becomes

    11100001 01111010 01001000 10110111 now the LSB and MSB of address and command must be reversed

    10000111 01011110 00010010 11101101 which translates in HEX (Binary to the power of 16)

          87            5E              12            ED

    The product address is 87 and the command is 12

    Regards Keith....

  • 01-07-2010 9:23 AM In reply to

    Re: XML fil til Beo5 Config Tool for Sagem ITSD81 HD

    Thanks Keith,

    Now I undestand the bit-string.

    I would like to build my own XML-parser, but i can see there's a long way to go.

    There's a lot to protocols to learn, and specifications to read.

    I would like to get my hands on a DEC(PUC) file and the specs to study.

    Regards Frank

Page 2 of 2 (31 items) < Previous 1 2