Hi Greenja.
I'm using the sniffer to intercept the packets from the keyfob.
Finally I'm now able to get data on the RX and send this over to UART. Have been testing with up to 20 bytes and this works fine.
To illustrate, my external micro is sending out 4 dummy bytes to the keyfob: "AA, BB, CC, DD" in a loop.
On the keyfob i choose to let it send 3 bytes at a time as you can see HERE:
I also got it up and working with the Android. I used much of the code from heart rate source code, and used the UUID value from that code to trigger my app.
The app works in part, and by that I am able to show 1 byte of data onto my graph which I use..
Image below shows 1 byte of data from the keyfob on the Razr:
unfortunately 1 byte payload in each packet is to low for what my proejct need, so need to have at least 2 byte or more in payload on every packet.
When trying to define this in the Application, i get alot of 0 on byte 2.
I've found THIS note from Motorola, as it explains how the bytes are sourted out.
So my question is if someone out here has been able to modify the .jar files to show more bytes on the application?
Sincear, Michael.