diff --git a/.gitignore b/.gitignore index 7f787ce..015af31 100644 --- a/.gitignore +++ b/.gitignore @@ -94,3 +94,10 @@ ground_station/resources/core/key # Map Images *.jpg *.png + +# Pycharm environment files +.idea/ +.directory + +# Don't commit key file +key diff --git a/electrical/Science Node/Sensor_Test_Code.ino b/electrical/Science Node/Sensor_Test_Code.ino new file mode 100644 index 0000000..b91c09e --- /dev/null +++ b/electrical/Science Node/Sensor_Test_Code.ino @@ -0,0 +1,25 @@ +int epin = 6; + +void setup() { + Serial.begin(9600); + Serial1.begin(9600); + Serial.println("listening"); + + pinMode(epin,OUTPUT); +} + +void loop() { + + if(Serial1.available() > 0 ){ + while(Serial1.available() >0 ){ + Serial.write(Serial1.read()); + //Serial.println(); + } + } + digitalWrite(epin,HIGH); + delay(100); + Serial1.write("///SN=?\r\n"); + delay(10); + digitalWrite(epin,LOW); + delay(500); +} diff --git a/electrical/documents/nodes/iris.md b/electrical/documents/nodes/iris.md index e6eae26..66bc2fd 100644 --- a/electrical/documents/nodes/iris.md +++ b/electrical/documents/nodes/iris.md @@ -43,3 +43,5 @@ https://docs.google.com/spreadsheets/d/1TkVeK_GaS78QLqv8NcE_QGGE-NSj-3agn10lKnIS - Missing 3v3 rail connection to VBAT pin on Teensy. Will program without it, but will not boot without it. - For R46 vs R47 selection, only R47 is needed. - No invert needed for S.BUS connection (bridge pins) +- No serial number spot on silkscreen +- Likely that this should use a high-speed USB hub instead of the current full-speed implementation. It is easy, without deliberate planning, to hit the bottleneck of the USB hub. diff --git a/software/code_reference/QT/DualScreenTest/.idea/DualScreenTest.iml b/software/code_reference/QT/DualScreenTest/.idea/DualScreenTest.iml deleted file mode 100644 index 6711606..0000000 --- a/software/code_reference/QT/DualScreenTest/.idea/DualScreenTest.iml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/software/code_reference/QT/DualScreenTest/.idea/deployment.xml b/software/code_reference/QT/DualScreenTest/.idea/deployment.xml deleted file mode 100644 index 9e3da0e..0000000 --- a/software/code_reference/QT/DualScreenTest/.idea/deployment.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/software/code_reference/QT/DualScreenTest/.idea/misc.xml b/software/code_reference/QT/DualScreenTest/.idea/misc.xml deleted file mode 100644 index 5ece6dd..0000000 --- a/software/code_reference/QT/DualScreenTest/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/software/code_reference/QT/DualScreenTest/.idea/modules.xml b/software/code_reference/QT/DualScreenTest/.idea/modules.xml deleted file mode 100644 index 962e04f..0000000 --- a/software/code_reference/QT/DualScreenTest/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/software/code_reference/QT/DualScreenTest/.idea/remote-mappings.xml b/software/code_reference/QT/DualScreenTest/.idea/remote-mappings.xml deleted file mode 100644 index 008ed2f..0000000 --- a/software/code_reference/QT/DualScreenTest/.idea/remote-mappings.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/software/code_reference/QT/DualScreenTest/.idea/webServers.xml b/software/code_reference/QT/DualScreenTest/.idea/webServers.xml deleted file mode 100644 index b190ca7..0000000 --- a/software/code_reference/QT/DualScreenTest/.idea/webServers.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/software/code_reference/QT/DualScreenTest/.idea/workspace.xml b/software/code_reference/QT/DualScreenTest/.idea/workspace.xml deleted file mode 100644 index deeddb0..0000000 --- a/software/code_reference/QT/DualScreenTest/.idea/workspace.xml +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - DEFINITION_ORDER - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -