Home away from home
Joined: 2006/11/20 16:26 Last Login
: 11/3 19:40
From Norway
Group:
Registered Users
|
@NinjaCyborg
Maybe good idea to start with Arduino project, or something, just see if you can write your own driver for your own, «Nano Board ATmega328P», can be good practice board.
Once you know you can do USB.
Next will be to find out how the Bluetooth stack is connected.
You need to take it apart and put back together. you don’t wont compile as one large binary blob.
Etch driver should be .library or .device at end of the day.
Also you need to replace or wrap the alien OS code.
You need to identify what is missing, replace or remove if possible.
However there is often some license fee, for using Bluetooth maybe. It can be good idea check if that’s the case.
|