Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of WikiWatershed, an initiative of Stroud Water Research Center designed to help people advance knowledge and stewardship of fresh water.
New to EnviroDIY? Start here

Yosemite library cant be found!

Home Forums Environmental Sensors Yosemite library cant be found!

Viewing 26 reply threads
  • Author
    Posts
    • #13533
      Deppi
      Participant
        Hello! I downloaded envirodiy library for the arduino ide. The problem is that my arduino program finds it outdated and cant find the h files im trying to include. I would really appreciate if someone
      • #13534
        Sara Damiano
        Moderator
          Is this what you’re looking for: https://github.com/EnviroDIY/YosemitechModbus

          Did you download all of the libraries in this “Libraries” repository (https://github.com/EnviroDIY/Li

        • #13535
          Deppi
          Participant

            Thanks for your answer although i got all the correct libraries and can see the one im looking for. The arduino ide still dont recognize it sadly.

          • #13537
            Sara Damiano
            Moderator
              In what way does it “not see it?”. You mean a program won’t compile? Or you cannot see the examples in the library drop downs? What does you library folder look like? Your program? D
            • #13546
              Deppi
              Participant
                I have them all installed but the examples says they are not compatible and when i type in the includes it says it cant find them

              • #13547
                Sara Damiano
                Moderator
                  sensors/YosemitechY504.h is part of the ModularSensors library, not part of the Yosemitech library.

                  You need to post more details of what exactly you’re t

                • #13587
                  Deppi
                  Participant

                    Yeah im sorry was really tired but its working now. Do you or someone know if there is a library for the nodemcu?

                  • #13588
                    Sara Damiano
                    Moderator

                      ModularSensors does NOT work using an ESP8266 of any flavor, including NodeMCU, as the main processor.

                      The Yosemitech library might; I’ve never tried.

                    • #13599
                      Deppi
                      Participant
                        I use softwareserial and ive heard that it work but dont really know. But i am continuing some code for a module. As i couldnt download his code i made it from scratch. Acording to how i connected it
                      • #13600
                        Sara Damiano
                        Moderator
                          Are you using Arduino core on your ESP8266 or are you using NodeMCU Lua? They are completely different firmwares; Arduino core uses cpp and has many libraries that parallel functionality to an AVR Ar
                        • #13607
                          Deppi
                          Participant
                            Yeah i use the arduino ide on my nodemcu. Im testing the sensor with the yosemite displayvalues library.

                            The thing i meant with own code was that the one working on this project before didnt give me

                          • #13608
                            Deppi
                            Participant

                              Got information now that it is the y-500b does that even work with this library?

                            • #13611
                              Sara Damiano
                              Moderator
                                I’m sorry, but you keep saying things that are unclear and incomplete which makes it very frustrating for me in trying to help you. I need you to share more information.

                                Do you have or have yo

                              • #13657
                                Deppi
                                Participant
                                  Attachments:
                                • #13673
                                  Sara Damiano
                                  Moderator
                                    It would help me to help you if you would be more verbose and detailed in your responses.

                                    You didn’t answer whether you, yourself, had every succeeded in communicating with the sensor in any ot

                                  • #13678
                                    Deppi
                                    Participant
                                      It would help me to help you if you would be more verbose and detailed in your responses.

                                      Yeah sorry about that will try to answer better. Im really appreciative about your help!

                                      You didn’t answer

                                    • #13681
                                      Sara Damiano
                                      Moderator
                                        Ah ha!  Can you check which version of SensorModbusMaster you have?  Is it by chance 0.6.7 or lower?  There’s was nasty bug that would cause non-avr boards to crash if the DE/RE pin was set a
                                      • #13691
                                        Deppi
                                        Participant

                                          Thank you very much! I got it to connect but reciving 1 bytes because of (CRC of response is not correct!)

                                          Probably just me doing something wrong with delays!

                                        • #13693
                                          Deppi
                                          Participant

                                            I just get 1byte but sometimes i get 2, the read too 0x03. So i dont really know whats wrong now lol.

                                          • #13699
                                            Deppi
                                            Participant

                                              Do you have any idea what could be the issue? Thanks

                                            • #13701
                                              Sara Damiano
                                              Moderator
                                                Are you using the same program you posted earlier?  Can you post the output with debugging enabled?

                                                Are you getting seeing

                                              • #13716
                                                Deppi
                                                Participant
                                                  I found the issue with the help of a friend. It doesnt work with some board versions. Got it to work with esp8266 version 2.5. The only one ive tested that works but my friend told me that atleast 2 m
                                                • #13717
                                                  Sara Damiano
                                                  Moderator
                                                  • #17555
                                                    Cal
                                                    Participant
                                                      Trouble Compiling

                                                      We have several installations of Mayfly .5 & Digi modems in the field running code we developed years ago on the Arduino IDE. This winter we want to convert our solution to run

                                                    • #17556
                                                      neilh20
                                                      Participant
                                                        Hi Cal, its good if you could include the compile errors, even perhaps as an attachment. In your current form you are making anybody wanting to help do a lot more work.

                                                        As you are posting in this old

                                                      • #17558
                                                        Cal
                                                        Participant
                                                          Thanks for the reply Neil.  The only reason I picked this thread to post was it started with a title “library can’t be found”. That’s been one of  my problems.  Let me know
                                                        • #17561
                                                          neilh20
                                                          Participant
                                                            Hi Cal, great to hear you’ve got your problem solved.

                                                            Believe me that is part of the process, learning how the libs go together. They can be amazing to pull in,  – but its part of the pr

                                                        Viewing 26 reply threads
                                                        • You must be logged in to reply to this topic.