Skip to content

C code to flash to the XDK110 and have it sending datasets to a IOTA Streams Gateway

License

Notifications You must be signed in to change notification settings

iot2tangle/XDK110-Bosch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bosch XDK 110

The Bosch XDK110 is a programmable sensor device & a prototyping platform for many IoT use cases, being used in the field of Internet of Production, mainly to measure the performance of industrial machinery.

On the other side, IOTA Streams is a second layer cryptographic framework to securely distribute data over the Tangle.

IOT2TANGLE main goal is to provide open source software to allow interaction between this powerful hardware and the IOTA Tangle.

The following repository has the needed C code for the Bosch XDK110 to send its sensors data to the Streams Gateway

This branch code has been tested in Workbench 3.6.1

While our goal is to always be up to the latest release of the XDK Workbench (an Eclipse based IDE that comes with XDK to build software and flash it to the hardware), changes made by the Bosch team from release to release tend to leave our code with some compilation errors.

This is an issue we are reviewing actively with Bosch XDK team. Until we sync we recommend to use our so called CSVC (current stable version to compile). This will allow you to build your project without errors so you can start working with your XDK inmmediatly after.

Available connectivity

  • HTTP (WiFi on XDK will just post a request with the data to a given server)
  • HTTP-SD Card (same as HTTP but with a config file placed on the microSD card to allow portability)
  • MQTT (XDK110 sends data to a MQTT Broker)
  • MQTT-SD Card (XDK110 sends data to a MQTT Broker with config file to allow portability)

About

C code to flash to the XDK110 and have it sending datasets to a IOTA Streams Gateway

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published