Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Using bluetooth without using Wi-Fi #4

Open
jcasman opened this issue Mar 15, 2024 · 11 comments
Open

Question: Using bluetooth without using Wi-Fi #4

jcasman opened this issue Mar 15, 2024 · 11 comments

Comments

@jcasman
Copy link

jcasman commented Mar 15, 2024

I got this question from the theta360.guide community. Is it possible to use bluetooth without using Wi-Fi at all?

I found this in the API documentation (here): “RICOH THETA authenticates a central device via Web API and Bluetooth API. The camera does not use pairing.”

To me that sounds like you need Wi-Fi to set up bluetooth. Is it possible to set up bluetooth without using Wi-Fi?

@simago
Copy link
Contributor

simago commented Mar 18, 2024

@jcasman
In case of Theta Z1 and Theta V, You need to call camera._setBluetoothDevice command and set _bluetoothPower" option to ON on WiFi to start using Bluetooth API.

@jcasman
Copy link
Author

jcasman commented Mar 19, 2024

@simago Do you have information for X? The documentation indicates that X behaves differently with bluetooth. I believe it's easier to configure.

@codetricity
Copy link

I believe what you want to know is

Does the THETA X require WiFi connection to use Bluetooth? Or, can a developer use Bluetooth only without WiFi?

The documentation below seems to indicate that the X does not need the authentication steps.

https://github.com/ricohapi/theta-api-specs/blob/main/theta-bluetooth-api/getting_started.md#1-bluetooth-authentication

image


With the X, I can't use the theta-ble-client android-demo even with WiFi turned on.

image

I get this error

image

When I click info, I get this error

image

I'm not able to pull the camera status information

image

@simago
Copy link
Contributor

simago commented Mar 22, 2024

Documentation of Theta X Bluetooth API is very insufficient for developers. I will discuss a plan with Theta members.

@codetricity
Copy link

@simago is the theta-ble-client demo for Android supposed to work with the THETA X?

@jcasman did you confirm that the developers at the company you spoke to are using the THETA X?

@simago
Copy link
Contributor

simago commented Mar 25, 2024

@codetricity theta-ble-client demo works with Theta X, but current Theta X provides camera control command v2 service only.

@codetricity
Copy link

@simago can you confirm that the theta-ble-client does not work with the X to take a picture?

image

Please confirm that the only BLE API commands that work with the THETA X are on this screen:

image

We want to have a clear understanding of the expected capabilities of the theta-ble-client working with the THETA X.

@simago
Copy link
Contributor

simago commented Jun 27, 2024

@codetricity theta-ble-client demo with Theta X, only following buttons work:

  • Connect WiFi
  • Scan BLE
  • connect (An error message is displayed but Theta X is connecting)
  • Camera Control Command V2,
  • disconnect
  • Scan SSID.

Tapping another button, an error message is displayed since Theta X does not support necessary BLE characteristics.

@codetricity
Copy link

@simago thank you for the clear reply. @jcasman let's discuss with the appropriate people interested in this topic.

@jcasman
Copy link
Author

jcasman commented Jun 27, 2024

@simago thank you, very helpful

@codetricity
Copy link

@jcasman I put the information out on .guide https://community.theta360.guide/t/ricoh-theta-bluetooth-sdk-theta-ble-client/9377/6?u=craig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants