RICOH THETA m15 Remote for the WiPy
Use a WiPy to connect to a RICOH THETA camera and trigger the shutter remotely.
As I'm using the Expansion Board, the shutter button is connected to GP17 and pulling the pin low. A LED is connected to GP16.
Preparation
Copy the config.example.py
to config.py
and adjust the constants to your home wifi network.
Connecting to the THETA
When you switch on WiFi on your THETA, it creates a network called THETA
followed by its serial
number, e.g. THETAXN20123456
. The numeric part of the serial number is the password.
(Only if you didn't change it in the THETA app.)
Description
Languages
Python
100%