Project:ImMe: Difference between revisions
From London Hackspace Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Here's a url dump: | Here's a url dump: | ||
http://benryves.com/bin/im-me/ | * http://benryves.com/bin/im-me/ | ||
* http://daveshacks.blogspot.com/ | |||
http://daveshacks.blogspot.com/ | * http://focus.ti.com/docs/prod/folders/print/cc1110f32.html | ||
* http://www.cypress.com/?id=182 | |||
http://focus.ti.com/docs/prod/folders/print/cc1110f32.html | * http://im-megpldrivers.sourceforge.net/ | ||
* http://hackaday.com/2010/03/12/easy-im-me-flashing/ | |||
http://www.cypress.com/?id=182 | * http://ossmann.blogspot.com/2010/03/16-pocket-spectrum-analyzer.html | ||
* http://hackaday.com/2010/02/01/im-me-screen-reverse-engineered/ | |||
http://im-megpldrivers.sourceforge.net/ | * http://daveshacks.blogspot.com/2010/01/im-me-hacking.html | ||
http://hackaday.com/2010/03/12/easy-im-me-flashing/ | * http://hunterdavis.com/archives/tag/hacking-im-me-driver-linux-c-protocol-reverse-engineering | ||
http://ossmann.blogspot.com/2010/03/16-pocket-spectrum-analyzer.html | * http://hackaday.com/tag/im-me/ | ||
http://hackaday.com/2010/02/01/im-me-screen-reverse-engineered/ | * http://www.astalavista.com/topic/22985-hack-easy-im-me-flashing/ | ||
http://daveshacks.blogspot.com/2010/01/im-me-hacking.html | * http://daveshacks.blogspot.com/ | ||
http://hunterdavis.com/archives/tag/hacking-im-me-driver-linux-c-protocol-reverse-engineering | * http://travisgoodspeed.blogspot.com/2009/10/cc2430-debug-protocol-first-notes.html | ||
http://hackaday.com/tag/im-me/ | |||
http://www.astalavista.com/topic/22985-hack-easy-im-me-flashing/ | |||
http://daveshacks.blogspot.com/ | |||
http://travisgoodspeed.blogspot.com/2009/10/cc2430-debug-protocol-first-notes.html | |||
Line 25: | Line 21: | ||
=== todo === | === todo === | ||
* You need to talk to the debug port at 2.5 volts, so you need to construct a circuit to convert the voltages from whatever your using. | * You need to talk to the debug port at 2.5 volts, so you need to construct a circuit to convert the voltages from whatever your using. ''make this circuit (for a bus pirate (bit bang mode)?)'' | ||
* put the gpl im me drivers on babbage and link them to an irc bot. | * put the gpl im me drivers on babbage and link them to an irc bot. |
Revision as of 19:07, 7 June 2010
Here's a url dump:
- http://benryves.com/bin/im-me/
- http://daveshacks.blogspot.com/
- http://focus.ti.com/docs/prod/folders/print/cc1110f32.html
- http://www.cypress.com/?id=182
- http://im-megpldrivers.sourceforge.net/
- http://hackaday.com/2010/03/12/easy-im-me-flashing/
- http://ossmann.blogspot.com/2010/03/16-pocket-spectrum-analyzer.html
- http://hackaday.com/2010/02/01/im-me-screen-reverse-engineered/
- http://daveshacks.blogspot.com/2010/01/im-me-hacking.html
- http://hunterdavis.com/archives/tag/hacking-im-me-driver-linux-c-protocol-reverse-engineering
- http://hackaday.com/tag/im-me/
- http://www.astalavista.com/topic/22985-hack-easy-im-me-flashing/
- http://daveshacks.blogspot.com/
- http://travisgoodspeed.blogspot.com/2009/10/cc2430-debug-protocol-first-notes.html
A single USB imme transciver is supposed to support 4 handhealds tho that may be a limitation of the windows software.
todo
- You need to talk to the debug port at 2.5 volts, so you need to construct a circuit to convert the voltages from whatever your using. make this circuit (for a bus pirate (bit bang mode)?)
- put the gpl im me drivers on babbage and link them to an irc bot.
- finish the last bits of reversing
- reverse the usb transceiver (it uses the same chip, XXX need to find out more about the usb interface part).