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

From Wurst-Wasser.net
Jump to navigation Jump to search
Line 10: Line 10:
  apt-get upgrade
  apt-get upgrade


==== Install USB-Modeswitch ===
==== Install USB-Modeswitch ====
  apt-get install usb-modeswitch
  apt-get install usb-modeswitch
(you'll need this later to switch your stick from mass storage to modem mode)
(you'll need this later to switch your stick from mass storage to modem mode)

Revision as of 20:24, 12 August 2017

The Idea

  • Use solar panel to harvest energy
  • Store the energy in a left over car battery
  • Power a Pi with camera and 3G-Stick
  • Make a nice webcam out of it :)

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)

?