1

I discovered the https://iot2tangle.io/hub.html webpage. I tried to set up a project from the page using the STM32_B-L475E-IOT01A BLE project https://github.com/iot2tangle/STM32_B-L475E-IOT01A/tree/main/BLE-sender. I was able to set up a BLE connection to my android phone. I later tried to publish the data over the STREAMS BLE Gateway like in the description described (STEP Setting up the Streams BLE Gateway). But I receive an error

enter image description here

Is the project Iot2Tangle still working? I have found another streams project from iota https://github.com/iotaledger/streams but its not clear whether publishing BLE streams is supported

Milo
  • 11
  • 1

1 Answers1

1

IOTA Streams is very much still in development, with 2.0.0 release 2 days ago https://github.com/iotaledger/streams/releases/tag/v2.0.0

Iot2Tangle is a 3rd party project that publishes to IOTA Streams, but seems to not have had development since mid 2021. Probably not compatible with the latest IOTA Streams. Go to their Discord and ask.

Gambit Support
  • 204
  • 1
  • 2
  • Will there be a c binding in v2.0.0 similar to the on in v1.0.0? – emDave Dec 21 '22 at 10:25
  • IOT2Tangle seems to have been setback from all the latest changes and stuff. I have been trying to develop with the latest libraries and it is kinda hard in any language besides rust. – Tsangares Apr 06 '23 at 20:12