User Tools

Site Tools


atmos:citation:instruments:raspberrypi_setup:home

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
atmos:citation:instruments:raspberrypi_setup:home [2025/12/02 01:16] ashley.vosatmos:citation:instruments:raspberrypi_setup:home [2026/06/12 17:55] (current) ashley.vos
Line 1: Line 1:
 =====Intial Raspberry Pi Setup Instructions===== =====Intial Raspberry Pi Setup Instructions=====
-====1. Change the hostname to TIMMS-SN00XXX. ====+====1. Change the hostname to fit your purpose. ====
 Example for TIMMS with a serial number SN00200 in the command line use "sudo vi /etc/hostname TIMMS-SN00200" without parentheses "sudo vi etc/hostname TIMMS-SN00200". Example for TIMMS with a serial number SN00200 in the command line use "sudo vi /etc/hostname TIMMS-SN00200" without parentheses "sudo vi etc/hostname TIMMS-SN00200".
     - Alternate Method:      - Alternate Method: 
Line 8: Line 8:
       - Follow prompts and reboot (You will be prompted to do so.)       - Follow prompts and reboot (You will be prompted to do so.)
       - After reboot, you can check that the hostname changed with the command "hostname" , which will return the hostname of your Raspberry Pi       - After reboot, you can check that the hostname changed with the command "hostname" , which will return the hostname of your Raspberry Pi
-====2. Update the base raspberry pi software ==== + 
-  - Use the command "sudo apt-get update" to check available updates then "sudo apt upgrade" to perform the updates.  Example: sudo apt-get update +====2. WPA2 Network Setup ==== 
-====3. Uninstall and reinstall anydesk via the link https://anydesk.com/en/downloads/raspberry-pi.==== +  - [[https://www.securew2.com/documentation/general-help/wpa2-enterprise-certificates-raspberry-pi|WPA2  
-    - Uninstall: +Raspbery Pi]] 
 +  - [[https://utsgdev.service-now.com/infocomm?id=kb_article_view&sysparm_article=KB0015341|Wired Setup]] 
 +====3. Update the base raspberry pi software ==== 
 +  - Use the command "sudo apt-get update && sudo apt-get upgrade" to check and perform available updates. 
 +  - After the updates finish, run the command again to ensure all updates are completed. In the case that they aren't, but they won't install when you run the command, enter the command "sudo apt-get full-upgrade". 
 +====4. Uninstall and reinstall anydesk via the link ==== 
 +[[https://anydesk.com/en/downloads/raspberry-pi.|here.]] 
 +    - Uninstall: You only have to uninstall if you copied the SD card from another, already operating, SD card.
       - type command "sudo apt-get remove anydesk" into command line to uninstall       - type command "sudo apt-get remove anydesk" into command line to uninstall
       - type command "sudo apt-get purge anydesk"       - type command "sudo apt-get purge anydesk"
Line 25: Line 32:
       - select finish       - select finish
       - reboot when prompted       - reboot when prompted
 +    - Additionally, you will have to set a passkey on the Raspberry Pi Anydesk for remote access. Use the standard password as given by Dr. Delene.
     - There is a small chance that the AnyDesk ID Address your computer is assigned is the same as another computer, which will cause it not to work. You can check at the Computer Access Google Sheet (Ask Dr. Delene for access). If this occurs, type the command:     - There is a small chance that the AnyDesk ID Address your computer is assigned is the same as another computer, which will cause it not to work. You can check at the Computer Access Google Sheet (Ask Dr. Delene for access). If this occurs, type the command:
       - sudo apt-get remove anydesk       - sudo apt-get remove anydesk
Line 31: Line 39:
       - Back in the terminal, enter "sudo rm XXX" and paste the file path you just copied //in place// of XXX.       - Back in the terminal, enter "sudo rm XXX" and paste the file path you just copied //in place// of XXX.
       - Reinstall as stated above; there should now be a new AnyDesk ID Address.       - Reinstall as stated above; there should now be a new AnyDesk ID Address.
-====4. Set Password to standard password (if you don't know the standard password ask Dr. Delene).==== +====5. Set Password to standard password (if you don't know the standard password ask Dr. Delene).==== 
-====5. Add the sourceforge ADPAA repository to the raspberry pi home directory.====+====6. Add the sourceforge ADPAA repository to the raspberry pi home directory.====
     - There is an install process; see [[https://atmoswiki.azurewebsites.net/doku.php?id=atmos:software:accessing.adpaa:home|How to Access, Download, and Install the ADPAA (Airborne Data Processing and Analysis)]]     - There is an install process; see [[https://atmoswiki.azurewebsites.net/doku.php?id=atmos:software:accessing.adpaa:home|How to Access, Download, and Install the ADPAA (Airborne Data Processing and Analysis)]]
-====6. Set up the DAQ HATS (If applicable)====+====7. Set up the DAQ HATS (If applicable)====
   - Power off the Raspberry Pi and install the DAQ HAT, then power on.   - Power off the Raspberry Pi and install the DAQ HAT, then power on.
   - sudo apt-get upgrade   - sudo apt-get upgrade
Line 48: Line 56:
     - instead of "sudo pip install daqhats", use "pip3 install daqhats   - -break-system-packages"     - instead of "sudo pip install daqhats", use "pip3 install daqhats   - -break-system-packages"
  
-====7. Setup crontab to reboot each day.  See [[https://forums.raspberrypi.com/viewtopic.php?t=126106|https://forums.raspberrypi.com/viewtopic.php?t=126106]]====+====8. Setup crontab to reboot each day.  See [[https://forums.raspberrypi.com/viewtopic.php?t=126106|https://forums.raspberrypi.com/viewtopic.php?t=126106]]====
       - sudo su (Become Root)       - sudo su (Become Root)
       - put in crontab using crontab -e       - put in crontab using crontab -e
Line 56: Line 64:
   - If setting up USB connections to raspberry pi that will be rebooting daily make sure to assign specific names to the USB's so they don't swap names after reboot. To do this follow the steps in the provided link [[https://www.freva.com/assign-fixed-usb-port-names-to-your-raspberry-pi/]]   - If setting up USB connections to raspberry pi that will be rebooting daily make sure to assign specific names to the USB's so they don't swap names after reboot. To do this follow the steps in the provided link [[https://www.freva.com/assign-fixed-usb-port-names-to-your-raspberry-pi/]]
  
-====After these steps are done, move on to setting up the camera (depending on which type of camera is being used back on the main tripod page).====+====After these steps are done, if you are setting up a TIMMS, move on to setting up the camera (depending on which type of camera is being used back on the main tripod page).====
atmos/citation/instruments/raspberrypi_setup/home.1764638189.txt.gz · Last modified: 2025/12/02 01:16 by ashley.vos