-
A connector / gateway has a way to dynamically retrieve all registered device IDs which are of a certain device type, e.g. XDK, Bosch Camera X. A gateway/connector would then be able to request additi…
-
Hello everyone,
I am new to use hawkbit.
I am trying to make device register to Bosch rollout or local hawkbit. But I don't know how to do that.
Thank you before.
-
Hi,
I am currently using
```
setup backend : MQTT {
clientId = "my-client;
cleanSession = true;
transport = deviceWiFi;
url = "mqtt://hono.eclipse.org:1883";
var mqttT…
-
I'm using the XDK110 and wanted to detect a single tap on it. The min. code is:
```
package main;
import platforms.xdk110;
every accelerometer.single_tap{
print("Stop it/n");
}
```
Wh…
-
Exception only thrown in background, it is not visible for the user.
> org.eclipse.e4.core.di.InjectionException: java.lang.IllegalStateException: Application does not have an active window
> at …
-
I am trying to build Machinna.io for Raspberry Pi 2 on Ubuntu 17.04.
Compiler host: gcc-6.3
Cross compiler: arm-linux-gnueabihf-gcc/g++-4.9
Build fails when executing:
LD_LIBRARY_PATH=/hom…
-
Confirmations:
- Vorto Generator (Backend + Toolset)
- Generates Simple API that is able to send telemetry data via MQTT to Eclipse Hono
- Generator invokes the JavaBean Generator for Model Classes
(R…
-
Hi There!
So far I am happy to have a working CNTK -> CortexM3 Pipeline. But I was wondering, why my results on the hardware differ so much from the test results in the Simulation in CNTK.
I used…
h4gen updated
7 years ago
-
Hi,
is there a max size for messages?
When I get a few more than 1000 Bytes (+ the topic Bytes I guess) no Message will be sent to the Broker.
Or might there be a HW limitation from the embedde…
stozk updated
7 years ago
-
Hi everybody!
I was able to go through all examples without problems. But when I tried the examples from ELL/examples/compiled_code, I neither had a Release directory nor a compile command. Do I ha…
h4gen updated
7 years ago