-
Notifications
You must be signed in to change notification settings - Fork 3
Thumbs of Rules
depressedsheep edited this page Dec 11, 2015
·
1 revision
General guidelines, in case you're panicking.
- Read the documentation. It usually exists, especially in a concise manner that's useful to you.
- Try the Github repo.
- Run the script with the
-h
flag to display the arguments that you need to type in.
- These scripts will usually tell you where your data will be saved.
- Transfer your data into Dropbox, and zip your files before uploading.
- The file uploading is automated, only for scripts that run on the raspi.
- If anything goes really wrong, copy the error message and save it some where intelligible so that the trained monkeys will be able to assist.
- Troubleshooting serial devices usually involve checking that it's plugged in, and also checking the permissions.
-
ls /dev/
to list devices connected to your device. It's usually USBX or ACMX where X is a number. -
sudo chmod a+rw /dev/ttyUSBX
or something like that to enable permissions
- Troubleshooting also involves checking that the internet connection is alive.