Raspberry Pi WebCam with 3G (Solarcam)

From Wurst-Wasser.net
Revision as of 19:22, 12 August 2017 by Heiko (talk | contribs) (Created page with "=== The Idea === === How To === ==== Update your Pi ==== apt-get update apt-get upgrade ==== Install USB-Modeswitch === apt-get install usb-modeswitch (you'll need this...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Idea

How To

Update your Pi

apt-get update
apt-get upgrade

= Install USB-Modeswitch

apt-get install usb-modeswitch

(you'll need this later to switch your stick from mass storage to modem mode)

?