Search found 2 matches
- Wed Jan 07, 2015 10:33 pm
- Forum: Interfacing (DSI, CSI, I2C, etc.)
- Topic: CAN controller
- Replies: 817
- Views: 399578
Re: CAN controller
Hi guys, I find the way to work simultaneously, mcp251x and WiFi dongle. I try this code (RPi kernel: 3.12.28+ #709): cd /tmp; sudo wget http://lnxpps.de/rpie/rpi-can-3.12.28+.tar.bz2 cd /; sudo tar jxvf /tmp/rpi-can-3.12.28+.tar.bz2 sudo depmod -a sudo reboot sudo nano /etc/modules Copy all the tex...
- Wed Dec 17, 2014 12:54 pm
- Forum: Interfacing (DSI, CSI, I2C, etc.)
- Topic: CAN controller
- Replies: 817
- Views: 399578
Re: CAN controller
Hi to everyone, I'm doing a project with Raspberry Pi a PICAN Board and a Wifi dongle. Features: - Raspberry Pi B+ (kernel 3.12.28+) - PICAN Board - EDIMAX EW-7811Un (8192cu module) I have readed all the posts, and they helped to configure all. I want to read the can bus and send a file ('.log') by ...