-
Notifications
You must be signed in to change notification settings - Fork 5
Electronic Design, Fabrication, and Assembly
Aaron Berliner edited this page Dec 2, 2016
·
2 revisions
This Wiki is to be used to detail the Electronics Design, Fabrication, and Assembly specifications for Crucible Mark 1
- Fork a new repo from the public Crucible git repository.
- Clone the forked repo on my Mac using
git clone - Link the forked repo to the upstream using
git remote add upstream - Check out the correct branch using
git checkout refactor-drew
- Purchase a new Arduino Micro (s) for testing.
- Connect the Arduino Micro to computer (a MacBook Pro)
- Download and install the most updated Arduino software (ver 1.6.12)
- Connect the Arduino Micro to computer using a micro-usb
- Copy the
ArduinoCode/CrucibleMeteor_SFdirectory to theDocuments/Arduinodirectory - Move the
CrucibleMeteor_SF/librariesdirectory toDocuments/Arduino - Open up the Arduino software and opened up the CrucibleMeteor_SF sketchbook
- Verify that
Board:Arduino Micro,Port:/dev/cu.usbmodem1411,programmer:USBtinyISP - Verify that the Arduino can communicate with the computer using "Tools>Get Board Info"
- "Verify" and "Upload" the sketch into the Arduino
Should return Sketch Uploaded with the following message
WARNING: Category '' in library Wire is not valid. Setting to 'Uncategorized'
Sketch uses 17,130 bytes (59%) of program storage space. Maximum is 28,672 bytes.
Global variables use 1,102 bytes (43%) of dynamic memory, leaving 1,458 bytes for local variables. Maximum is 2,560 bytes.