wipy-theta/README.md
2015-10-15 01:30:25 +02:00

23 lines
733 B
Markdown

RICOH THETA m15 Remote for the WiPy
===================================
Use a [WiPy](http://wipy.io/) to connect to a [RICOH THETA](https://theta360.com/) 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.)