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. First Project, no errors but no data

First Project, no errors but no data

Scheduled Pinned Locked Moved Troubleshooting
13 Posts 5 Posters 2.6k Views 5 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.
  • J Offline
    J Offline
    Justin Rich
    wrote on last edited by
    #4

    Ah, I stopped reading that post after it said how to ask for help. I had assumed the troubleshooting info stopped there.
    I've tried to swap out a few different radios with the same result. I've also verified the wiring and it looks ok. I guess I'll have to pick up some capacitors to try that. Not sure what else i could be.

    Thanks

    1 Reply Last reply
    0
    • keldandorinK Offline
      keldandorinK Offline
      keldandorin
      wrote on last edited by
      #5

      Hi, I do have the exact same problem. I have added capacitor but still get the same error. My setup is Arduino pro mini with dallas temp sensor. Gateway is a arduino UNO. havent made any Changes in sketches.
      Sensor say
      send: 255-255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,st=bc:
      sensor started, id=255, parent=255, distance=255
      find parent
      send: 255-255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,st=bc:
      find parent
      send: 255-255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,st=bc:
      find parent
      send: 255-255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,st=bc:

      Gateway say
      2016-03-19 08:52:47 INFO Connected to COM3
      2016-03-19 08:52:48 RX 0;0;3;0;9;gateway started, id=0, parent=0, distance=0
      2016-03-19 08:52:48 RX 0;0;3;0;14;Gateway startup complete.

      If you figure out your problem please share
      Thanks

      keldandorinK 1 Reply Last reply
      0
      • keldandorinK keldandorin

        Hi, I do have the exact same problem. I have added capacitor but still get the same error. My setup is Arduino pro mini with dallas temp sensor. Gateway is a arduino UNO. havent made any Changes in sketches.
        Sensor say
        send: 255-255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,st=bc:
        sensor started, id=255, parent=255, distance=255
        find parent
        send: 255-255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,st=bc:
        find parent
        send: 255-255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,st=bc:
        find parent
        send: 255-255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,st=bc:

        Gateway say
        2016-03-19 08:52:47 INFO Connected to COM3
        2016-03-19 08:52:48 RX 0;0;3;0;9;gateway started, id=0, parent=0, distance=0
        2016-03-19 08:52:48 RX 0;0;3;0;14;Gateway startup complete.

        If you figure out your problem please share
        Thanks

        keldandorinK Offline
        keldandorinK Offline
        keldandorin
        wrote on last edited by
        #6

        @keldandorin
        Really strange. After about 20 restarts I got it working. have no idea what made it work But I'm happy :)

        J 1 Reply Last reply
        0
        • keldandorinK keldandorin

          @keldandorin
          Really strange. After about 20 restarts I got it working. have no idea what made it work But I'm happy :)

          J Offline
          J Offline
          Justin Rich
          wrote on last edited by
          #7

          @keldandorin I just restarted my sensor about 10 times and it finally started to send. however it failed to send

          send: 105-105-0-0 s=0,c=1,t=1,pt=7,l=5,sg=0,st=fail:39.0

          guess i still need those caps

          i guess i should take a step back and get the caps and then build something with the radios just to test with and get comfortable with them.

          Im worried that if i actually start to use this that if there is ever a problem (system/gateway reboot) that it might be a nightmare to get this all back online, especially if i get a handful of sensor setup

          parachutesjP 1 Reply Last reply
          0
          • J Justin Rich

            @keldandorin I just restarted my sensor about 10 times and it finally started to send. however it failed to send

            send: 105-105-0-0 s=0,c=1,t=1,pt=7,l=5,sg=0,st=fail:39.0

            guess i still need those caps

            i guess i should take a step back and get the caps and then build something with the radios just to test with and get comfortable with them.

            Im worried that if i actually start to use this that if there is ever a problem (system/gateway reboot) that it might be a nightmare to get this all back online, especially if i get a handful of sensor setup

            parachutesjP Offline
            parachutesjP Offline
            parachutesj
            wrote on last edited by
            #8

            @Justin-Rich
            Hi,
            Solution to my (your?) issue:
            use a stable 3.3V power source for your radio!

            I am very new to MySensors, think this is a great project and community, have quite some experience with electronics though.

            As I am lazy as most, I used my cheep Arduinos and the first node I created worked without issues right after uploading sample code etc.
            Then building up the 2nd node, I experienced the similar issue you had. I unplugged, changed radios, added caps etc. noting solved it because everything was the same as the 1st node - expect the Arduino. So I swiched that, and it worked. Ok, that made me think of the tolerances they might have and after measuring it, the 3.3V from node 1 was 3.4 and from node 2 was 3.2
            After using a voltage regulator it worked.

            Cheers,
            SJ

            1 Reply Last reply
            0
            • J Offline
              J Offline
              Justin Rich
              wrote on last edited by
              #9

              Yeah I just threw the multimeter on a couple of boards and from USB power the 3.3 is all over the place. usually in the high 2's, but, looks like enough to cause a problem, i'll have to find another power source.

              I would think in your case where its 3.2 and 3.4 those should both be close enough for it to be fine?

              I could maybe use the 5v (which is also a bit low) and step it down?

              I have two cheap Arduino's and one branded one. one of the cheap ones is solid and the other cheap one along with the named one are both fairly unstable. I tried a few different USB ports and a powered USB hub. the powered USB hub was the best result. Im going to have to screw with this some more.

              I also found a power module for it and powered it with that (6v) and i didnt see much difference in my 3.3/5v pins.... considering how all over the place they are, im curious how well my multimeter is connected to the pins.... too many variables :-/

              parachutesjP 1 Reply Last reply
              0
              • J Justin Rich

                Yeah I just threw the multimeter on a couple of boards and from USB power the 3.3 is all over the place. usually in the high 2's, but, looks like enough to cause a problem, i'll have to find another power source.

                I would think in your case where its 3.2 and 3.4 those should both be close enough for it to be fine?

                I could maybe use the 5v (which is also a bit low) and step it down?

                I have two cheap Arduino's and one branded one. one of the cheap ones is solid and the other cheap one along with the named one are both fairly unstable. I tried a few different USB ports and a powered USB hub. the powered USB hub was the best result. Im going to have to screw with this some more.

                I also found a power module for it and powered it with that (6v) and i didnt see much difference in my 3.3/5v pins.... considering how all over the place they are, im curious how well my multimeter is connected to the pins.... too many variables :-/

                parachutesjP Offline
                parachutesjP Offline
                parachutesj
                wrote on last edited by
                #10

                @Justin-Rich
                I have a few of those connected to the Arduino directly and they provide a stable 3.3V and they are just about 0.20 $ or so:
                LD1117V33

                J 1 Reply Last reply
                0
                • parachutesjP parachutesj

                  @Justin-Rich
                  I have a few of those connected to the Arduino directly and they provide a stable 3.3V and they are just about 0.20 $ or so:
                  LD1117V33

                  J Offline
                  J Offline
                  Justin Rich
                  wrote on last edited by
                  #11

                  I'll have to grab a couple of those and give it a try. Any suggestions for power sources? If I'm going to have to order stuff I'd rather get a handful of things to help solve any other problems I might run in to rather than a lot of small orders.

                  parachutesjP 1 Reply Last reply
                  0
                  • J Justin Rich

                    I'll have to grab a couple of those and give it a try. Any suggestions for power sources? If I'm going to have to order stuff I'd rather get a handful of things to help solve any other problems I might run in to rather than a lot of small orders.

                    parachutesjP Offline
                    parachutesjP Offline
                    parachutesj
                    wrote on last edited by
                    #12

                    @Justin-Rich
                    Depends on what you connect. For my weather node, I am using the 5V from Arduino, if I need more the HLK-PM01 seems to be a good choice (driving relays etc)

                    1 Reply Last reply
                    0
                    • J Offline
                      J Offline
                      Justin Rich
                      wrote on last edited by
                      #13

                      Great thanks :)

                      1 Reply Last reply
                      0

                      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


                      76

                      Online

                      12.0k

                      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