CNWHUD/notesToIngestIntoDendron/DiscourseMove.md

13 KiB
Raw Blame History

Discourse-Mov e

Target : Handbook CIO

Camera

(screen cap of the stream)

admin/subodev click server push mode

youll have access to the live lab cam. this is useful for working on hardware remotely when you need to checkout antenna movement, parafoil movement etc

its also infrared, so works in the dark (i keep a few constant low light sources going in the garage as required by code)

plus the camera has infrared led that auto activate/de-activate with light off/on

SSH to systems

If you are working on suborbital development for tsys, this article contains all the access particulars.

SSH config snippet

#######################################################################################################
#Development systems - Suborbital Systems/MeetMorse
#######################################################################################################

#######################################################################################################
#raspberry pi units for groundstation/avionics test/etc 
#######################################################################################################

Host subopi1
		Hostname 10.251.10.4
		User pi

Host subopi2
		Hostname 10.251.10.5
		User pi

Host subopi3
		Hostname 10.251.10.6
		User pi

Host subopi4
		Hostname 10.251.10.7
		User pi


Host subopi5
		Hostname 10.251.10.8
		User pi


Host subopi6
		Hostname 10.251.10.9
		User pi


#######################################################################################################
#support systems for lab equipment control, dev/qa/prod infra 
#######################################################################################################

Host subobench
		Hostname 10.251.10.3
		User pi

Host subodev
		Hostname 10.251.10.240
		User subodev
Host suboqa
		Hostname 10.251.10.241
		User subodev

Host suboprod
		Hostname 10.251.10.242
		User subodev

Host buildbox
                User localuser
                Hostname 10.251.30.82

access tester script

#!/bin/bash

IFS=$'\n\t'

suboNodeList=(
"subopi1" #MorsePod m6
"subopi2" #seeduino lora gateway hat
"subopi3" # no hat
"subopi4" #dragino hat
"subopi5" #pi sense hat
"subopi6" #pi sense hat
"subodev" #develop workloads
"suboqa" #test workloads
"suboprod" #run actual workloads here
"buildbox" #build all the things
"subobench" #benchtop computer
)

for suboNode in ${suboNodeList[@]}; do 
        #COMMAND="$(ssh $suboNode md5sum .ssh/authorized_keys)"
        #echo "Testing ssh authorized_keys on $suboNode" $COMMAND
        #COMMAND="$(ssh $suboNode date )"
        #echo "Testing on $suboNode" $COMMAND
        COMMAND="$(ssh $suboNode uptime)"
        echo "Testing load on $suboNode" $COMMAND
done

Factory as Product

In the spirit of :

  1. reproducibility
  2. factory as product

We are documenting the TSYS shop/lab in detail, so that others can build out a lab. We hope this document becomes the premier internet "one stop shop" resource for lab builders . It took us quite a bit of time/experimenting/reading/working on projects to figure out what was needed. We have documented the results of all that here, to save you the effort!

Below please find the individual articles on various sub module topics that we've written.

Supporting infrastructure

Inventory

Component Inventory

TODO

Ah yes.... this is probably the most controversial topic in our lab series. What components to stock. The short answer: depends on what you are doing. However many projects need common items. So we will only include things we consider essential for a wide majority of projects. We will do separate posts in a separate series for anything suborbtial prototype/production specific.

(link to nextcloud hosted spreadsheet here)

Tool Inventory

TODO Add pics of all the drawers

Inputs we used to build the list:

and just a general google of "electronics workbench setup" "electronics lab build" etc.

Our list contains everything in common between the above lists, as well as the unique items from each list, and a few additional items we've found to be useful.

This is a wiki post, and will be updated by everyone as we go forward. Since I did the initial build, I am doing initial documentation.

from bottom drawer to top drawer (with toolbox last) (we consider the drawers/toolbox a single unit) (see next section for the links to the drawers/toolbox containers we use)

Optics Drawer:

Screwdriver Drawer:

Cut / File / Strip Drawer:

Precision Tools Drawer:

Measuring Drawer

Soldering Drawer

Prototyping Drawer

Test Leads/ESD (some moved to Craftsman toolbox for space reasons)

Toolbox (1,2,3) on shelving above bench

Shelving to right of bench

Closet storage

  • Storage Bags: Plastic (scavenged)
  • Storage Bags: (scavenged)

Storage on wall/Containers

Equipment Inventory
Bench top Equipment List

Target: KNEL Discourse

Target: Nextcloud

Target : Handbook CTO

Avionics Mock up

TODO Pics/text

Avionics Test bed

TODO Pics/text