I have doubt can we send data to ignition through Bluetooth, android phone without a beacon

I have doubt can we send data to ignition through Bluetooth, android phone without a beacon.

Correct. You should have that doubt.

4 Likes

is there any solution

Is there any problem?

1 Like

I am testing Bluetooth capabilities in session events of Ignition (Inductive Automation software). I know the connection is possible through a beacon. I set up my Android phone as an iBeacon using an app. Will it be possible to send a file via Bluetooth from my phone to the Ignition software?

Ignition, in general, relies on a strong HTTP connection to the gateway to function at all. This is a deliberate architectural decision that saves us from a world of trouble with data synchronization issues, but means that the list of things you can do with something like the Perspective app is limited.

Ignition 8.3.0, our upcoming release (within the next ~months) adds a new feature to Perspective - offline mode. With offline mode, you can have a limited subset of functionality in a Perspective application work without a connection to the gateway, including 'form submissions' from the new form component. Those form submissions can be stored on the local device, and the next time a valid network connection is made to the gateway, they will be automatically updated.

This is the closest thing to what you're (I think) asking for. It is not possible to connect from a mobile device directly to the Ignition gateway over Bluetooth unless you can convince both the Ignition gateway hardware and the mobile device hardware to set up an HTTP connection that the rest of Ignition will use - which I doubt you can.

2 Likes