Skip to content
  • 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. Sending sensor data from raspberry via NRF24L01+ to arduino
  • Getting Started
  • Controller
  • Build
  • Hardware
  • Download/API
  • Forum
  • Store

Sending sensor data from raspberry via NRF24L01+ to arduino

Scheduled Pinned Locked Moved Troubleshooting
33 Posts 4 Posters 8.0k Views 3 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.
  • LaMB95L Offline
    LaMB95L Offline
    LaMB95
    wrote on last edited by
    #1

    I have been looking at instructions to set up a communication system where I can send my Arduino data to a Raspberry Pi via a NRF24L01+.

    I have used this link: https://www.youtube.com/watch?v=_68f-yp63ds&lc=z12wivkbyr3uzleri04ccblr3wflyntwpgk

    While everything run there is no data sent or received.

    If anyone could give me an advice or correction or even provide me with a new insturction link it would help !

    I am planning to send ultrasonic data or a HMC5883L data to the pi.

    mfalkviddM 1 Reply Last reply
    0
    • LaMB95L LaMB95

      I have been looking at instructions to set up a communication system where I can send my Arduino data to a Raspberry Pi via a NRF24L01+.

      I have used this link: https://www.youtube.com/watch?v=_68f-yp63ds&lc=z12wivkbyr3uzleri04ccblr3wflyntwpgk

      While everything run there is no data sent or received.

      If anyone could give me an advice or correction or even provide me with a new insturction link it would help !

      I am planning to send ultrasonic data or a HMC5883L data to the pi.

      mfalkviddM Offline
      mfalkviddM Offline
      mfalkvidd
      Mod
      wrote on last edited by mfalkvidd
      #2

      @LaMB95 welcome to the MySensors community!
      Doing that with MySensors is fairly easy. Create a gateway, either directly attached to the raspberry pi gpio pins (https://www.mysensors.org/build/raspberry ) or using a serial gateway (https://www.mysensors.org/build/serial_gateway )

      An example for sending data from a ultrasound distance sensor is available at https://www.mysensors.org/build/distance

      Be aware that using MySensors is VERY different from the instructions provided in the video you linked. You might want to start reading the getting started guide, https://www.mysensors.org/about

      1 Reply Last reply
      0
      • LaMB95L Offline
        LaMB95L Offline
        LaMB95
        wrote on last edited by
        #3

        Thank you so much for getting back to me!

        When you mean serial gateway is it something where the Arduino is directly connected to the pi?
        I wasn't sure which code to implement on the Arduino to send the sensor data.
        What I need is a code from the Arduino to send the data from an ultrasonic sensor to a database (or something) on the pi using the NRF modules.

        mfalkviddM 1 Reply Last reply
        0
        • LaMB95L LaMB95

          Thank you so much for getting back to me!

          When you mean serial gateway is it something where the Arduino is directly connected to the pi?
          I wasn't sure which code to implement on the Arduino to send the sensor data.
          What I need is a code from the Arduino to send the data from an ultrasonic sensor to a database (or something) on the pi using the NRF modules.

          mfalkviddM Offline
          mfalkviddM Offline
          mfalkvidd
          Mod
          wrote on last edited by
          #4

          @LaMB95 You might want to start reading the getting started guide, https://www.mysensors.org/about

          1 Reply Last reply
          0
          • LaMB95L Offline
            LaMB95L Offline
            LaMB95
            wrote on last edited by
            #5

            I have been working on the installation of the libraries.
            I have Added them to the Arduino ide software but when I run the gateway serial code it shows that
            fatal error: MySensors.h: No such file or directory
            compilation terminated.

            What is causing this?
            PS I am using a Macbook

            mfalkviddM LaMB95L 2 Replies Last reply
            0
            • LaMB95L LaMB95

              I have been working on the installation of the libraries.
              I have Added them to the Arduino ide software but when I run the gateway serial code it shows that
              fatal error: MySensors.h: No such file or directory
              compilation terminated.

              What is causing this?
              PS I am using a Macbook

              mfalkviddM Offline
              mfalkviddM Offline
              mfalkvidd
              Mod
              wrote on last edited by
              #6

              @LaMB95 seems like the MySensors library isn't installed. Did you follow the instructions on https://www.mysensors.org/about/arduino#installing-the-sensor-libraries ? If so, did you get any error messages?

              1 Reply Last reply
              0
              • gohanG Offline
                gohanG Offline
                gohan
                Mod
                wrote on last edited by
                #7

                I'm doing a project very similar to yours. Mysensors library can be installed from library manager in arduino ide, just like many other libraries.

                1 Reply Last reply
                0
                • LaMB95L LaMB95

                  I have been working on the installation of the libraries.
                  I have Added them to the Arduino ide software but when I run the gateway serial code it shows that
                  fatal error: MySensors.h: No such file or directory
                  compilation terminated.

                  What is causing this?
                  PS I am using a Macbook

                  LaMB95L Offline
                  LaMB95L Offline
                  LaMB95
                  wrote on last edited by LaMB95
                  #8

                  @mfalkvidd @gohan

                  Just resolved the issue !

                  Apparently my Arduino Ide wasnt updated to the lastest version which explains why I never found the Library Manager :P

                  mfalkviddM 1 Reply Last reply
                  1
                  • LaMB95L LaMB95

                    @mfalkvidd @gohan

                    Just resolved the issue !

                    Apparently my Arduino Ide wasnt updated to the lastest version which explains why I never found the Library Manager :P

                    mfalkviddM Offline
                    mfalkviddM Offline
                    mfalkvidd
                    Mod
                    wrote on last edited by
                    #9

                    Great that you found the problem @LaMB95, thanks for reporting back. It might help someone else in the future if they have the same problem :)

                    LaMB95L 1 Reply Last reply
                    0
                    • mfalkviddM mfalkvidd

                      Great that you found the problem @LaMB95, thanks for reporting back. It might help someone else in the future if they have the same problem :)

                      LaMB95L Offline
                      LaMB95L Offline
                      LaMB95
                      wrote on last edited by
                      #10

                      @mfalkvidd
                      Thanks !
                      However I am still facing some issues trying to set up a gateway with the raspberry pi,

                      Do you know who could help me with that ?

                      mfalkviddM 1 Reply Last reply
                      0
                      • LaMB95L LaMB95

                        @mfalkvidd
                        Thanks !
                        However I am still facing some issues trying to set up a gateway with the raspberry pi,

                        Do you know who could help me with that ?

                        mfalkviddM Offline
                        mfalkviddM Offline
                        mfalkvidd
                        Mod
                        wrote on last edited by
                        #11

                        @LaMB95 just create a new thread describing what you have done, what result you got and what result you expected and we'll help.

                        1 Reply Last reply
                        0
                        • H Offline
                          H Offline
                          hugo_pn
                          wrote on last edited by hugo_pn
                          #12

                          Hi,

                          I'm having problems exactly the same as @LaMB95

                          The MySensors library is installed, at least is says so doing as shown in the link @mfalkvidd sent.

                          This is my error:

                          "
                          DallasTemperatureSensor.ino:36:25: fatal error: MySensors.h: No such file or directory
                          Compilation terminated.
                          "

                          Thanks

                          LaMB95L gohanG 2 Replies Last reply
                          0
                          • H hugo_pn

                            Hi,

                            I'm having problems exactly the same as @LaMB95

                            The MySensors library is installed, at least is says so doing as shown in the link @mfalkvidd sent.

                            This is my error:

                            "
                            DallasTemperatureSensor.ino:36:25: fatal error: MySensors.h: No such file or directory
                            Compilation terminated.
                            "

                            Thanks

                            LaMB95L Offline
                            LaMB95L Offline
                            LaMB95
                            wrote on last edited by
                            #13

                            @hugo_pn

                            Okay could you check what version of Arduino IDE you have now ?
                            If there is a newer version upgrade to that.

                            My issue was that I could not find the library manager in the version I had.

                            Hope it helps !

                            1 Reply Last reply
                            0
                            • H hugo_pn

                              Hi,

                              I'm having problems exactly the same as @LaMB95

                              The MySensors library is installed, at least is says so doing as shown in the link @mfalkvidd sent.

                              This is my error:

                              "
                              DallasTemperatureSensor.ino:36:25: fatal error: MySensors.h: No such file or directory
                              Compilation terminated.
                              "

                              Thanks

                              gohanG Offline
                              gohanG Offline
                              gohan
                              Mod
                              wrote on last edited by
                              #14

                              @hugo_pn

                              You don't have the mysensors library installed

                              1 Reply Last reply
                              0
                              • H Offline
                                H Offline
                                hugo_pn
                                wrote on last edited by hugo_pn
                                #15

                                Hi all,

                                @LaMB95
                                I'll have to get back to you later on that.

                                @gohan
                                The software says it's installed. Is there a way to uninstall and install again?

                                Thanks

                                gohanG 1 Reply Last reply
                                0
                                • H hugo_pn

                                  Hi all,

                                  @LaMB95
                                  I'll have to get back to you later on that.

                                  @gohan
                                  The software says it's installed. Is there a way to uninstall and install again?

                                  Thanks

                                  gohanG Offline
                                  gohanG Offline
                                  gohan
                                  Mod
                                  wrote on last edited by
                                  #16

                                  @hugo_pn
                                  from library manager you can install, remove, update the libraries. You can try to remove from the Arduino IDE and try to copy the library manually where you have all the libraries

                                  1 Reply Last reply
                                  0
                                  • H Offline
                                    H Offline
                                    hugo_pn
                                    wrote on last edited by
                                    #17

                                    Hi all,

                                    Sorry for the delay, my IDE is 1.6.5 going to try and update.

                                    Thanks in advance.

                                    cheers

                                    1 Reply Last reply
                                    0
                                    • H Offline
                                      H Offline
                                      hugo_pn
                                      wrote on last edited by hugo_pn
                                      #18

                                      Got it working, IDE updated and everything working.

                                      My temperature already getting values.

                                      Going to try and attached another DS18B20 as shown in the example.

                                      Don´t really know what is going to show up.

                                      Thanks

                                      1 Reply Last reply
                                      0
                                      • gohanG Offline
                                        gohanG Offline
                                        gohan
                                        Mod
                                        wrote on last edited by
                                        #19

                                        Just change the node ID and you shouldn't have any problem

                                        LaMB95L 1 Reply Last reply
                                        0
                                        • gohanG gohan

                                          Just change the node ID and you shouldn't have any problem

                                          LaMB95L Offline
                                          LaMB95L Offline
                                          LaMB95
                                          wrote on last edited by
                                          #20

                                          @gohan

                                          I am facing an issue while sending data from an Arduino pro mini 5V to an arduino UNO. Receiving a lot of garbage from the Pro mini.
                                          Any idea why ?

                                          gohanG 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          2

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.0k

                                          Posts


                                          Copyright 2019 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
                                          • OpenHardware.io
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular