Philippe

Results 13 comments of Philippe

Ich habe das Script von @soonshiny etwas erweitert ([Repository](https://github.com/Erechtheus/RPi-Jukebox-RFID)). Das script **_rfid_video_play.sh_** habe ich so abgeändert, dass es ein File als Input erwartet. In diesem Script habe ich auch die...

@Piehti Ich bin gerade dabei meine Box mit Display fertigzustellen. Hatte bisher einen Raspberry Pi Zero im Einsatz; werde aber doch auf einen 3b zurückgreifen; der die nächsten Tage hier...

Naja, aktuell wird bei mir der Desktop dargestellt und nach 10 Minuten (Screensaver) schaltet sich das display aus

Hi @Hans-Haefner ! Ich habe meine Änderungen (auf einer sehr veralteten Version) hier dokumentiert: https://github.com/Erechtheus/RPi-Jukebox-RFID/commits/master Das ist aber leider nur so prototypisch und nicht schln gemacht. Ich hab vor ein...

I'm also not totally sure about the copyright mechanism implementation. There was a talk at a chaos communication congress (I think last year), which I don't fully recall at this...

Hi @MiczFlor, indeed the Tonies use some authentication protocol and do not expose the IDs directly. The RFID-handshake sounds actually not so difficult to implement. However, I need a reader...

If I understood correctly, the authentication process works as follows: - Send 0xB2 0x04 to the figurine - Receive 16-bit response (random number) - XOR the response with following HEX:...

> Try a PN5180 Reader. @drocx Can you recommend any specific hardware using this integrated circuit? The only boards I found cost >30€.

We should also try to learn these patterns automatically

Thanks for the report. I added test-cases for the described errors [here](https://github.com/rockt/SETH/blob/master/src/test/java/de/hu/berlin/wbi/issues/Request10Test.java). Some errors (3, 4, 5, 6) should be easy to fix. It seems that the parser stops too...