Raspberry Pi WebCam with 3G (Solarcam): Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 20:22, 12 August 2017

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)

?