Questions tagged [bosch-iot]

7 questions
1
vote
1 answer

Submit telemetry via gateway mode on HTTP & MQTT adaptors

I can create things, set up connections and apply the connection policy to the thing so I can submit telemetry from a thing via HTTP and MQTT and receive it on my MQTT server/connection. I've got all this working. But when I try to switch to using…
1
vote
1 answer

Is there a Vorto Eclipse Model Importer API

I am setting up an automation, and wanted to ask if there is an API to import Vorto models. Right now, it looks like it is only possible via the website (https://vorto.eclipse.org/#/import). At https://www.eclipse.org/vorto/swagger/ there is a…
0
votes
1 answer

Catching Bosch BSEC Output from BME680

Hello everyone! What I did I am using the Bosch BSEC Library to get IAQ Data from an I2C attached BME680, by running it as a subprocess in python: proc = subprocess.Popen(['path_to_bsec_bme680'],stdout=subprocess.PIPE,…
roboblocky
  • 81
  • 5
0
votes
0 answers

Can't get data from Bosch IoT API

this is my first question to this great community, so please have mercy. I currently have following problem: I want to recieve data from Bosch IoT API, but even following their documentation…
0
votes
1 answer

Unable to make an MQTT pub-sub connection

I have been trying to make a simple MQTT pub sub communication on my device using node-red. I have published and subscribed to the topic: telemetry. the server and port used are : mqtt.bosch-iot-hub.com:8883 . For the TLS configuration, the iot hub…
0
votes
0 answers

How to connect RabbitMQ's MQTT-Broker ( in java) with a C client running on Bosch XDK IOT device

I am a student and stuck on a project, I need to send data from BOSCH XDK device to my laptop over MQTT. The device would be connected with USB to my laptop and I wish to send data from BOSCH XDK running as MQTT client (running C code using a…
0
votes
1 answer

how to pause Console window of Eclipse for Bosch XDK110

I just got the XDK110. I run an example program using the Eclipse IDE. I want to pause the continuous printf outputs in the Console window. I don't have a Jlink debugger yet. I assume the IDE comes with NO debug capability whatsoever, which is…
Doug Null
  • 7,989
  • 15
  • 69
  • 148