Minimalist Arduino: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
 
(24 intermediate revisions by 2 users not shown)
Line 1: Line 1:
*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]]
{|style="float:right;border:1px solid black"
| {{Infobox
|name        = Infobox
|bodystyle    =
|title        = Minimalist Arduino
|titlestyle  =


=Assessment=
|image        = [[File:minarduino.jpg|200px|alt=Example alt text]]
For this to be functional:
|imagestyle  =
*[[File:check.png]]We need a source of clean 5V power such as a computer or USB power supply (USB B). This is easy.
|caption      = Short description
*[[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.
|captionstyle =
*[[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.
|headerstyle  = background:#ccf;
|labelstyle  = background:#ddf;
|datastyle    =


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.
|header1 = Specifications
|label1  = dfd
|data1  = dfd
|header2 =
|label2  = Product Ecology
|data2  = What other GVCS tools does this use?
|header3 =
|label3  = License
|data3  = [[OSHWA]] and [[OSI]] compliant. CC-BY-SA-4.0 International, GPLv3, [[DIN SPEC 3105]].
|header4 =
|label4  = Module 1
|data4  = Describe features of Module 1
|header5 =
|label5  = Module 2
|data5  = Describe features of Module 2
|header6 =
|label6  = Key Specification
|data6  = Key spec data point
|header7 =
|label7  = Construction
|data7  = Describe basic construction technique and materials
|header8 =
|label8  = Productivity
|data8  = Describe how this relates to industrial productivity on a small scale
|header9 = Completion Status
|label9  =
|data9  =
|header10 =
|label10  =
|data10  = Describe whether built, prototyped, etc. Link to relevant [[Genealogy]] and [[Status of Completion]].


=Further Simplification=
More simple option for a functional Arduino appears to be:
#USB B port - to plug into ubiquitous USB ports using a USB A to USB B male-male cable
#Atmega 328P chip
#2 wires from USB port to power up the chip.
#Crystal oscillator on pins 9 and 10, with 22 pf capacitors to pins 9 and 10


That's it! To connect to outputs or inputs - use Dupont wire.


=Furthest Simplification=
|belowstyle = background:#ddf;
For the radicals in the house, here is the absolute absolute minimum
|below = Do you want more of this? [[Get Involved]]
#Atmega 328P chip
}}
#Oscillator mechanism - crystal oscillator on pins 9 and 10, with 22 pf capacitors to pins 9 and 10
|}


That's it! Power is supplied via a reliable power source to the +5 and ground via Dupont wires, and crystal is soldered directly to pins 9 and 10. Capacitors are soldered between 9 and 10 and ground.
=Development=
 
 
{| class="wikitable"
|+ Development Template
!
! Description
! Link to Work Product
! %
 
|-
! scope=row |
| '''DESIGN''' ||  || 
 
|-
! scope=row | 1
| [[Requirements + Value Proposition]] ||  [[Minimalist Arduino Requirements + Value Proposition]]  || 0
 
|-
! scope=row | 2
| [[Industry_Standards]] || [[Minimalist Arduino Industry Standards]] || 0
 
|-
! scope=row | 3
| [[Conceptual Design]] || [[Minimalist Arduino Conceptual Design]] || 0
 
|-
! scope=row | 4
| [[Module Breakdown]] || [[Minimalist Arduino Module Breakdown]]  || 0
 
|-
! scope=row | 5
| [[3D CAD]] || [[Minimalist Arduino 3D CAD]] || 0
 
|-
! scope=row | 6
| [[Basic Calculations|Calculations]] || [[Minimalist Arduino Calculations]] || 0
 
|-
! scope=row | 7
| [[Electronics Design]] || [[Minimalist Arduino Electronics Design]] || 0
 
|-
! scope=row | 8
| [[Wiring and Plumbing]] || [[Minimalist Arduino Wiring and Plumbing]] || 0
 
|-
! scope=row | 9
| [[Software]] || [[Minimalist Arduino Software]] || 0
 
|-
! scope=row |
| '''BILL OF MATERIALS ||  ||
 
|-
! scope=row | 10
| [[Proper BOM|BOM]] || [[Minimalist Arduino BOM]] || 0
 
|-
! scope=row | 11
| [[vBOM]] || [[Minimalist Arduino vBOM]] || 0
 
|-
! scope=row | 12
| [[CAM Files]] || [[Minimalist Arduino CAM Files]] || 0
 
|-
! scope=row | 13
| [[Cut List]] || [[Minimalist Arduino Cut List]] || 0
 
|-
! scope=row |
| '''BUILD''' || ||
 
|-
! scope=row | 14
| [[Build Instructions]] || [[Minimalist Arduino Build Instructions]] || 0
 
|-
! scope=row | 15
| [[Fabrication Drawings]] || [[Minimalist Arduino Fabrication Drawings]] || 0
 
|-
! scope=row | 16
| [[Exploded Part Diagram]] || [[Minimalist Arduino Exploded Part Diagram]] || 0
 
|-
! scope=row | 17
| [[Production Engineering]] || [[Minimalist Arduino Production Engineering]] || 0
 
|-
! scope=row |
| '''LIFECYCLE DESIGN''' || ||
 
|-
! scope=row | 18
| [[Build Pictures and Video]] || [[Minimalist Arduino Build Pictures and Video]] || 0
 
|-
! scope=row | 19
| [[Data Collection]] || [[Minimalist Arduino Data Collection]] || 0
 
|-
! scope=row | 20
| [[Future Work]] || [[Minimalist Arduino Future Work]] || 0
 
|-
! scope=row | 21
| [[Troubleshooting and Repair]] || [[Minimalist Arduino Troubleshooting and Repair]] || 0
 
|}
 
=Links=
*[[Minimalist Arduino Log]]

Latest revision as of 01:45, 5 September 2020

Minimalist Arduino
Example alt text
Short description
Specifications
Product Ecology What other GVCS tools does this use?
License OSHWA and OSI compliant. CC-BY-SA-4.0 International, GPLv3, DIN SPEC 3105.
Module 1 Describe features of Module 1
Module 2 Describe features of Module 2
Key Specification Key spec data point
Construction Describe basic construction technique and materials
Productivity Describe how this relates to industrial productivity on a small scale
Completion Status
Describe whether built, prototyped, etc. Link to relevant Genealogy and Status of Completion.
Do you want more of this? Get Involved
v · d · e

Development

Development Template
Description Link to Work Product %
DESIGN
1 Requirements + Value Proposition Minimalist Arduino Requirements + Value Proposition 0
2 Industry_Standards Minimalist Arduino Industry Standards 0
3 Conceptual Design Minimalist Arduino Conceptual Design 0
4 Module Breakdown Minimalist Arduino Module Breakdown 0
5 3D CAD Minimalist Arduino 3D CAD 0
6 Calculations Minimalist Arduino Calculations 0
7 Electronics Design Minimalist Arduino Electronics Design 0
8 Wiring and Plumbing Minimalist Arduino Wiring and Plumbing 0
9 Software Minimalist Arduino Software 0
BILL OF MATERIALS
10 BOM Minimalist Arduino BOM 0
11 vBOM Minimalist Arduino vBOM 0
12 CAM Files Minimalist Arduino CAM Files 0
13 Cut List Minimalist Arduino Cut List 0
BUILD
14 Build Instructions Minimalist Arduino Build Instructions 0
15 Fabrication Drawings Minimalist Arduino Fabrication Drawings 0
16 Exploded Part Diagram Minimalist Arduino Exploded Part Diagram 0
17 Production Engineering Minimalist Arduino Production Engineering 0
LIFECYCLE DESIGN
18 Build Pictures and Video Minimalist Arduino Build Pictures and Video 0
19 Data Collection Minimalist Arduino Data Collection 0
20 Future Work Minimalist Arduino Future Work 0
21 Troubleshooting and Repair Minimalist Arduino Troubleshooting and Repair 0

Links