Recycling parts from other electronics

Click For Summary
SUMMARY

This discussion focuses on recycling electronic components for a QR code reading device, specifically a graphic LCD display, an Arduino board, and a small camera. Users recommend sourcing these parts from everyday electronics, such as old digital cameras and webcams. Suggestions include using the controller chip from small LCD displays and creating a DIY Arduino board by acquiring just the chip and necessary components. The conversation emphasizes the need for reverse engineering and understanding datasheets for successful component repurposing.

PREREQUISITES
  • Basic knowledge of electronics and component identification
  • Familiarity with Arduino programming and microcontroller concepts
  • Understanding of LCD display controller chips and datasheets
  • Experience with reverse engineering electronic devices
NEXT STEPS
  • Research how to salvage components from old digital cameras
  • Learn about wiring and programming microcontrollers using Arduino
  • Study datasheets for various LCD display controller chips
  • Explore techniques for reverse engineering electronic devices
USEFUL FOR

This discussion is beneficial for hobbyists, electronics enthusiasts, and students looking to create DIY projects on a budget, particularly those interested in recycling components for microcontroller-based devices.

CGarrett
Messages
1
Reaction score
0
Hi everyone, first time poster on Physics forum here. I'm working on a school project to make a device to read QR code. I'm strapped for cash so I'm trying to figure out if I can recycle some parts from used electronics. Looking for the following parts:

- a graphic LCD display
- an arduino board
- small camera

I found these parts on sparkfun.com that would work for my purposes.

Graphic LCD Display
http://www.sparkfun.com/products/710"

Arduino Board
http://www.sparkfun.com/products/9219"

Camera
http://www.sparkfun.com/products/10061"


I could buy them online but I'd rather use the money towards rent. Does anyone have suggestions of common, everyday electronics that I could recycle these parts from? Any help or guidance is appreciated.
 
Last edited by a moderator:
Engineering news on Phys.org
I doubt you'll find a microcontroller dev board to salvage from anywhere. That dev board isn't even complete. You still need a power supply and some way to get data on to it.

As for the camera, you could find something similar in a digital camera, webcam, but those would easily set you back the same amount or more.
 
I was thinking to hack a digital camera by hooking up serial cable for programming the microcontroller in it (in that particular camera it does accept serial programming), but never really got around with it. That would require a LOT of reverse engineering.
You can in principle reuse small lcd display from anywhere, you need to google up the chips around and find controller chip's datasheet, then wire up your wires to it's inputs.

Arduino Board - you can get just the chip alone (preprogrammed with arduino bootloader even), it's something like 5 euros, and the quartz resonator etc and wire it up to serial port yourself, essentially, make that board on your own.

The camera too, you can salvage it from old digital camera and google up specifications for the cam and it's interface chip (the one that reads the CCD).
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
6K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 14 ·
Replies
14
Views
4K
Replies
7
Views
15K
  • · Replies 5 ·
Replies
5
Views
4K