Search found 6 matches
- Fri Oct 17, 2014 11:41 am
- Forum: Interfacing (DSI, CSI, I2C, etc.)
- Topic: CAN controller
- Replies: 816
- Views: 394322
Re: CAN controller
Update: I uninstalled previous XBMC and installed new XBMC from http://michael.gorven.za.net/raspberrypi/xbmc After trying to run my test shell script: PI="http://127.0.0.1/jsonrpc" curl -i -X POST -H "Content-Type: application/json" -d '{"jsonrpc": "2.0", &qu...
- Fri Oct 17, 2014 9:00 am
- Forum: Interfacing (DSI, CSI, I2C, etc.)
- Topic: CAN controller
- Replies: 816
- Views: 394322
Re: CAN controller
Hi, With a lot of help of all you guys I got a Raspbian 3.12.20+ to start candumping and catching can messages from my Audi Infotainment bus. My goal is to catch the can messages sent by key pressing the nav-system, of which I now achieved. I installed xdotool to create a fake key-press which I trig...
- Thu Oct 16, 2014 5:41 pm
- Forum: Python
- Topic: Generated key press to pickup in XBMC
- Replies: 3
- Views: 1102
Re: Generated key press to pickup in XBMC
Thanks for the reply Paraguayo! I tried some of the JSON scripts. Unfortunately I seem to be using some older nightly build XBMC which doesn't support this (installed older Raspbian and manually added XBMC for usage precompiled can modules (Controller Area Network).. I installed fresh XBMC now and i...
- Thu Oct 16, 2014 8:52 am
- Forum: Python
- Topic: Generated key press to pickup in XBMC
- Replies: 3
- Views: 1102
Generated key press to pickup in XBMC
Dear forum members, I'm working on my car-pc project for soms months now. At this point I am able tot start Raspberry to terminal, start my candump module, wich will produce key presses on specific can-signals. - CAN signals received from Audi RNS-E nav system - CAN signals imported tot PI by PiCan ...
- Mon Sep 01, 2014 9:10 pm
- Forum: Interfacing (DSI, CSI, I2C, etc.)
- Topic: CAN controller
- Replies: 816
- Views: 394322
Re: CAN controller
Thanks Gerd! I downloaded the gitorious files, tried to add a little printf command and used (my first) the make command. The make file compiled a new candump which I copied over the old one on usr/lib. Did the cangen / candump trick again and works like a charm!!! Next steps: - edit the candump.c t...
- Fri Aug 29, 2014 3:21 pm
- Forum: Interfacing (DSI, CSI, I2C, etc.)
- Topic: CAN controller
- Replies: 816
- Views: 394322
Re: CAN controller
Hi all, Like a lot of us I'm following this topic for the last few months. I bought this SKPang board and still trying to get it to work the way I'd prefer. At this point the two terminal test is working (terminal1 cangen can0, terminal2 candump any, with loopback on). My main goal is to connect my ...