21 lines
1.4 KiB
Markdown
Raw Normal View History

2025-02-15 10:19:38 +01:00
---
title: Chips
type: Chip
description: This is the description
2025-04-12 11:07:56 +02:00
images:
- src: ./assets/components/chip.JPG
alt: 'A chip sooooo small the picture has to be blurry'
2025-02-15 10:19:38 +01:00
usage: Being a black boxed monolith
whereToFind: Everywhere!
alsoKnownAs: "Chip, IC, Intergrated Circuit, DIP CHIP"
---
Typically, when checking out a PCB, I will immidiatly check all IC, or "Intergrated Circuits", by putting the part number in an online search engine. There are a few I'm always looking for as they are commonly used in the building of simple synthesizers, and these are **Op-Amps** and **CMOS logic chips**. Additionally, you could be lucky and discover a microcontroller, allowing you to flash your own program. To my surprise I found a microcontroller in a LED lamp, but I haven't managed to figure it out yet.
## The difficulty of prototyping with IC's
Not only are loads of schematics published online based around (oddly specific) IC's, they tend to break very fast. The number of times I've accidently put a chip in upside down, causing the + and - to be flipped, and burning out the chip within seconds. In a world of plenty you'd just replace the chip with a new one, but in the reality of working with salvaged hardware, this is not that easy.
2025-04-08 11:21:21 +02:00
<ins>Include a description and an image of all your attempts of prototypig with SMD PCB's</ins>
<ins>Discuss materiality of chips, remainders of IC development</ins>
2025-04-19 12:23:57 +02:00
<ins>History of IC's in Digital Rubbish</ins>