Skip to content
Snippets Groups Projects
Commit 0b0cfcd8 authored by Dan Stone's avatar Dan Stone
Browse files

files links

parent ab56691b
No related branches found
No related tags found
No related merge requests found
Pipeline #383044 passed
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
This week was all about producing our own PCB using a milling machine. This week was all about producing our own PCB using a milling machine.
For the group assignment our focus was to characterize the design rules for your in-house PCB production process. For the group assignment our focus was to characterize the design rules for your in-house PCB production
process. We used the OtherMill Pro in our lab. You can see the results [here](https://fabacademy.org/2023/labs/charlotte/assignments/week09/)
Clearly understanding the machine you are going to use is key to ensure the design you have is possible Clearly understanding the machine you are going to use is key to ensure the design you have is possible
to be produced to be produced
...@@ -327,5 +328,4 @@ Success!!! ...@@ -327,5 +328,4 @@ Success!!!
![Cut](../images/imagW8/gincut8.jpg) ![Cut](../images/imagW8/gincut8.jpg)
File for this week: File for this week [here](../files/Week8/ElectronicsProduction.zip)
\ No newline at end of file
This diff is collapsed.
// Pin number for the LED (use the GPIO number, not the board's pin number)
const int ledPin = 7;
// Time interval for the LED to be on and off (in milliseconds)
const unsigned long interval = 1000;
unsigned long previousMillis = 0;
void setup() {
// Set the LED pin as an output
pinMode(ledPin, OUTPUT);
pinMode(5, OUTPUT);
}
void loop() {
// Get the current time
unsigned long currentMillis = millis();
digitalWrite(5, HIGH); // turn the LED on (HIGH is the voltage level)
// Check if the interval has passed
if (currentMillis - previousMillis >= interval) {
// Save the last time the LED state was toggled
previousMillis = currentMillis;
// Toggle the LED state
digitalWrite(ledPin, !digitalRead(ledPin));
}
}
const int ledPin = 7;
const int buttonPin = 2; // Change this to the GPIO number where the button is connected
const unsigned long interval = 1000;
unsigned long previousMillis = 0;
int flashCount = 0;
bool buttonPressed = false;
void setup() {
pinMode(ledPin, OUTPUT);
pinMode(buttonPin, INPUT_PULLUP); // Enable the internal pull-up resistor for the button
}
void loop() {
unsigned long currentMillis = millis();
if (digitalRead(buttonPin) == LOW) { // Check if the button is pressed
buttonPressed = true;
}
if (buttonPressed && flashCount < 5) {
if (currentMillis - previousMillis >= interval) {
previousMillis = currentMillis;
digitalWrite(ledPin, !digitalRead(ledPin));
// Turn off the LED after it has been flashed an odd number of times
if (digitalRead(ledPin) == LOW) {
flashCount++;
}
}
} else if (flashCount >= 5) {
flashCount = 0;
buttonPressed = false;
}
}
File added
This diff is collapsed.
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INTop Copper*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
G04 Define Apertures*
%ADD10R,1.270000X1.905000*%
%ADD11C,2.184400*%
%ADD12R,3.000000X2.000000*%
%ADD13R,3.500000X3.500000*%
%ADD14C,1.500000*%
%ADD15R,2.300000X1.300000*%
%ADD16R,0.961800X1.711800*%
%ADD17C,0.457200*%
D10*
X651510Y749300D03*
X618490Y749300D03*
D11*
X508000Y904800D03*
X508000Y939800D03*
X508000Y974800D03*
X508000Y856200D03*
X508000Y821200D03*
D12*
X626200Y812800D03*
X626200Y838200D03*
X626200Y863600D03*
X626200Y889000D03*
X626200Y914400D03*
X626200Y939800D03*
X626200Y965200D03*
X796200Y812800D03*
X796200Y838200D03*
X796200Y863600D03*
X796200Y889000D03*
X796200Y914400D03*
X796200Y939800D03*
X796200Y965200D03*
D13*
X732200Y883000D03*
D14*
X698500Y974800D03*
X723900Y974800D03*
X723900Y949400D03*
X698500Y949400D03*
D15*
X666200Y912000D03*
X666200Y893000D03*
D14*
X698500Y924000D03*
X723900Y924000D03*
D11*
X876300Y974800D03*
X876300Y939800D03*
X876300Y904800D03*
D16*
X739150Y749300D03*
X708650Y749300D03*
D17*
X631900Y962100D02*
X635000Y965200D01*
X626200Y965200D01*
X571500Y965200D01*
X558800Y977900D01*
X511100Y977900D02*
X508000Y974800D01*
X511100Y977900D02*
X558800Y977900D01*
X508000Y939800D02*
X626200Y939800D01*
X509550Y903250D02*
X508000Y904800D01*
X558800Y914400D02*
X626200Y914400D01*
X558800Y914400D02*
X546100Y901700D01*
X511100Y901700D01*
X509550Y903250D01*
X596900Y749300D02*
X618490Y749300D01*
X596900Y749300D02*
X584200Y762000D01*
X584200Y825500D01*
X596900Y838200D01*
X626200Y838200D01*
X635000Y838200D01*
X651510Y749300D02*
X708650Y749300D01*
X774700Y939800D02*
X796200Y939800D01*
X774700Y939800D02*
X762000Y927100D01*
X762000Y800100D01*
X774700Y787400D01*
X774700Y749300D01*
X739150Y749300D01*
X796200Y939800D02*
X876300Y939800D01*
X510150Y823350D02*
X508000Y821200D01*
X584200Y863600D02*
X626200Y863600D01*
X584200Y863600D02*
X571500Y850900D01*
X571500Y825500D01*
X512300Y825500D01*
X510150Y823350D01*
X508000Y856200D02*
X515400Y863600D01*
X558800Y863600D01*
X584200Y889000D01*
X626200Y889000D01*
X860500Y904800D02*
X876300Y904800D01*
X860500Y904800D02*
X850900Y914400D01*
X796200Y914400D01*
X873200Y977900D02*
X876300Y974800D01*
X847800Y974800D01*
X838200Y965200D01*
X796200Y965200D01*
X787400Y965200D01*
M02*
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%IN*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
G04 Define Apertures*
%ADD10C,0.254000*%
D10*
X444500Y711200D02*
X926900Y711200D01*
X926900Y1000000D01*
X444500Y1000000D01*
X444500Y711200D01*
M02*
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment