Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Autohome2/idrive-controller
https://github.com/Autohome2/idrive-controller
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/Autohome2/idrive-controller
- Owner: Autohome2
- Created: 2018-10-03T10:12:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-28T21:16:36.000Z (about 6 years ago)
- Last Synced: 2024-08-03T19:08:54.500Z (5 months ago)
- Language: C++
- Size: 1.8 MB
- Stars: 11
- Watchers: 8
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-automotive-can-id - BMW iDrive - iDrive controller 500k CAN speed (2004y late model). (BMW / iDrive)
README
# idrive-controller
This will eventually contain a library to allow simple use of an idrive controller unit form a late model (post2004) bmw.
The unit is connected via canbus at 500k not 100 as the earlier units were.
my unit had a 4 pin plug on the base with connections
1 - +12v
2 - GND
3 - can H
4 - can L
This is what my units looked like
i used a arduino with a mcp2515 , along with the mcnight canbus library.
a non library demo sketches are also here to make porting to other can controllers easier.