Skip to content

dr-robin/mastcam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mastcam

This is a short script to capture and save timelapse images using the raspberry pi zero. The camera will be located on a sailboat at the top of the mast. Files will be saved locally, then uploaded when wifi is avaliable.

Notes on setting up pi zero w v1.1

country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
    ssid="your_real_wifi_ssid"
    scan_ssid=1
    psk="your_real_password"
    key_mgmt=WPA-PSK
}
  • Find IP address of pi zero by logging into wifi hub as admin. The pi zero will be a device connected over 2.4hz.
  • Remote access pi zero using ssh
    ssh pi@[IP address]
    pwd: raspberry
    
  • After successful login, change default password passwd

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages