How to start hacking electronics

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 3K views
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?