Minimalist Arduino: Difference between revisions
Jump to navigation
Jump to search
(Created page with "*Variation on dead-bug soldering from [https://blog.adafruit.com/2009/05/22/one-chip-sized-arduino/] fo make a functional arduino: File:deadbugarduino.jpg") |
No edit summary |
||
Line 2: | Line 2: | ||
[[File:deadbugarduino.jpg]] | [[File:deadbugarduino.jpg]] | ||
=Assessment= | |||
For this to be functional: | |||
*[[File:check.png]]We need a source of clean 5V power such as a computer or USB power supply (USB B). This is easy | |||
*[[File:check.png]]We need to connect to specific pins. Yes, this is doable simply by using female Dupont wire directly connected to the pins of the chip. | |||
*[[File:check.png]]For this to be programmed, we need a USB to serial interface, which this doesn't appear to include. However, we can program this chip by inserting into another Arduino Uno. | |||
Thus, this would completely work to control things when powered up, such as a minimalist CEB Press. This could be a great apocalyptic option if one had components but no circuit boards/proto boards of any type to solder/plug onto. |
Revision as of 04:15, 11 March 2020
- Variation on dead-bug soldering from [1] fo make a functional arduino:
Assessment
For this to be functional:
We need a source of clean 5V power such as a computer or USB power supply (USB B). This is easy
We need to connect to specific pins. Yes, this is doable simply by using female Dupont wire directly connected to the pins of the chip.
For this to be programmed, we need a USB to serial interface, which this doesn't appear to include. However, we can program this chip by inserting into another Arduino Uno.
Thus, this would completely work to control things when powered up, such as a minimalist CEB Press. This could be a great apocalyptic option if one had components but no circuit boards/proto boards of any type to solder/plug onto.