Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Troubleshooting
  3. [SOLVED] Transport device initialization failed - Mqqt gateway

[SOLVED] Transport device initialization failed - Mqqt gateway

Scheduled Pinned Locked Moved Troubleshooting
4 Posts 2 Posters 755 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    taserface987
    wrote on last edited by Yveaux
    #1

    Hi,
    I went over a few of the posts that describe similar issue that I'm experiencing, but nothing helped.
    So here is my problem:
    Board: Itead IBoard (link)
    Radio: NRF24L01+ (link) - tried a couple of these
    Sketch: GatewayW5100MQTTClient (link) - I just changed necessary IP addresses (MY_IP_ADDRESS and MY_CONTROLLER_IP_ADDRESS).

    Using Iboard should have been a pretty straightforward. I just plug radio to nRF24L01+ module interface and uploaded the sketch. But, I'm always getting the following error (link).

    I even tried building gateway using Arduino Uno and W5100 R3 Network Ethernet Shield (link), but the error message is the same.

    Am I missing something?
    Any feedback I really appreciated.

    Regards

    Y 1 Reply Last reply
    0
    • T taserface987

      Hi,
      I went over a few of the posts that describe similar issue that I'm experiencing, but nothing helped.
      So here is my problem:
      Board: Itead IBoard (link)
      Radio: NRF24L01+ (link) - tried a couple of these
      Sketch: GatewayW5100MQTTClient (link) - I just changed necessary IP addresses (MY_IP_ADDRESS and MY_CONTROLLER_IP_ADDRESS).

      Using Iboard should have been a pretty straightforward. I just plug radio to nRF24L01+ module interface and uploaded the sketch. But, I'm always getting the following error (link).

      I even tried building gateway using Arduino Uno and W5100 R3 Network Ethernet Shield (link), but the error message is the same.

      Am I missing something?
      Any feedback I really appreciated.

      Regards

      Y Offline
      Y Offline
      Yveaux
      Mod
      wrote on last edited by Yveaux
      #2

      @taserface987 Hi, and welcome to the forum!

      The error "11 !TSM:INIT:TSP FAIL Transport device initialization failed" indicates that the radio failed to initialize correctly.

      I found the schematics of the board (https://www.itead.cc/wiki/images/5/50/SCH_IM120410001_iBoard.pdf) and the AVR SPI bus that usually has a direct connection to the the nRF24 is connected differently:
      0_1567231726417_c9079fde-8e27-44da-b986-4819feff09f6-image.png

      Could you try again, pasting following snippet just below #define MY_RADIO_RF24 in your sketch?

      #define MY_SOFTSPI
      #define MY_RF24_CE_PIN        (D3)
      #define MY_RF24_CS_PIN        (D8)
      #define MY_SOFT_SPI_SCK_PIN   (D7)
      #define MY_SOFT_SPI_MISO_PIN  (D6)
      #define MY_SOFT_SPI_MOSI_PIN  (D5)
      

      http://yveaux.blogspot.nl

      T 1 Reply Last reply
      2
      • Y Yveaux

        @taserface987 Hi, and welcome to the forum!

        The error "11 !TSM:INIT:TSP FAIL Transport device initialization failed" indicates that the radio failed to initialize correctly.

        I found the schematics of the board (https://www.itead.cc/wiki/images/5/50/SCH_IM120410001_iBoard.pdf) and the AVR SPI bus that usually has a direct connection to the the nRF24 is connected differently:
        0_1567231726417_c9079fde-8e27-44da-b986-4819feff09f6-image.png

        Could you try again, pasting following snippet just below #define MY_RADIO_RF24 in your sketch?

        #define MY_SOFTSPI
        #define MY_RF24_CE_PIN        (D3)
        #define MY_RF24_CS_PIN        (D8)
        #define MY_SOFT_SPI_SCK_PIN   (D7)
        #define MY_SOFT_SPI_MISO_PIN  (D6)
        #define MY_SOFT_SPI_MOSI_PIN  (D5)
        
        T Offline
        T Offline
        taserface987
        wrote on last edited by
        #3

        @yveaux It's seems that helped (success log). And I'm little embarrassed that I didn't think to check IBoard specs.

        Thank you.

        Y 1 Reply Last reply
        1
        • T taserface987

          @yveaux It's seems that helped (success log). And I'm little embarrassed that I didn't think to check IBoard specs.

          Thank you.

          Y Offline
          Y Offline
          Yveaux
          Mod
          wrote on last edited by
          #4

          @taserface987 no worries, glad I could help!

          http://yveaux.blogspot.nl

          1 Reply Last reply
          1

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          16

          Online

          12.1k

          Users

          11.2k

          Topics

          113.4k

          Posts


          Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • MySensors
          • OpenHardware.io
          • Categories
          • Recent
          • Tags
          • Popular