Difference between revisions of "Project:ImMe"

From London Hackspace Wiki
Jump to navigation Jump to search
m
 
(12 intermediate revisions by 8 users not shown)
Line 1: Line 1:
 +
{{ProjectDetails|ProjectTitle=ImMe}}
 +
 +
[[File:Girl-tech-im-me.jpg|right]]
 
Here's a url dump:
 
Here's a url dump:
  
http://benryves.com/bin/im-me/
+
* https://github.com/jobytaffey/cctl (serial bootloader and hardware programmer)
 
+
* 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://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
 +
* http://blog.hodgepig.org/2010/10/22/im-me-usb-dongle-hacking/
  
http://www.cypress.com/?id=182
+
A single USB imme transceiver is supposed to support 4 handhealds tho that may be a limitation of the windows software.
 
 
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 ===
 
=== 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)?)/
+
* 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.
Line 32: Line 32:
  
 
* reverse the usb transceiver (it uses the same chip, XXX need to find out more about the usb interface part).
 
* reverse the usb transceiver (it uses the same chip, XXX need to find out more about the usb interface part).
 +
 +
[[Category:Guides]]

Latest revision as of 00:15, 29 May 2013

ImMe



QR code


Girl-tech-im-me.jpg

Here's a url dump:

A single USB imme transceiver 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).