How to start hacking electronics

AI Thread Summary
To start hacking electronics, identifying the chip number on your device is crucial for understanding pin functions, which can often be found online. If the chip is obscured by black epoxy, it may be a chip-on-board (COB) design, making it difficult to access. The discussion highlights the challenges of modern electronics, where components are often integrated into custom chips. For beginners, exploring electronics forums, reading relevant books, and engaging with projects on platforms like Hackaday can provide valuable insights. The goal mentioned includes interfacing an LCD with an Arduino, suggesting the use of an LCD with a built-in serial port for easier integration.
jehan60188
Messages
201
Reaction score
1
got my hands on a keychain-lcd-picture frame thingy
there are 30 pins!
how do i figure out what pin does what?
thanks!
 
Engineering news on Phys.org
cool, thanks. there's black stuff over (what i suspect to be) the main I/C, but there's another one with tiny-tiny writing that I'm going to try magnifying tonight
anyone else have tips/pointers?
 
This is the worst era for hacking electronics. They've got everything tucked away in microprocessors or custom chips, or a mix of both.
If you have a dab of black goop on a chip, it's most likely COB - chip on board. That's where they glue the chip to the board, bond wires from the chip to some nearby pads, and bury the whole thing under an epoxy to protect it from the environment.
This is a very cheap form of construction, and generaly the parts die after a few years from slow contamination through the board.

If you want to get started, I'd recommend browsing the net for electronics forums, maybe buying a Don Lancaster book or a book about programming little chips, like the PIC chips. Also, hackaday.com has some really fun projects.

Best Luck

Mike
 
@jedishrfu, my goal is to interface an LCD with an arduino (nano came in the mail today!)
I guess i should try to find an LCD with a built in serial port?
 
Back
Top