Forum Replies Created

Viewing 15 posts - 796 through 810 (of 1,029 total)
  • Author
    Posts
  • in reply to: WOR wemos server cannot send message after wake #13737
    Renzo Mischianti
    Keymaster

      Hi Craig,
      also in this sketch you must call

      
      e32ttl.begin();
      

      only one time, remove the others, you can’t change mode without connect M0 and M1, that these are needed to set LOW or HIGH to change the mode.

      do these changes and retry.

      Bye Renzo

      in reply to: WOR wemos server cannot send message after wake #13734
      Renzo Mischianti
      Keymaster

        Hi Craig,
        for now the only problem I see is that you do begin 2 times, remove

        
        	e32ttl.setMode(MODE_2_POWER_SAVING);
        

        and the second

        
        	e32ttl.begin();
        

        and to have more information uncomment this line on LoRa_E32.h

        
        // #define LoRa_E32_DEBUG
        

        and put the client code also.

        Bye Renzo

        Renzo Mischianti
        Keymaster

          Hi Thayro,
          you are right, has been ready for months, i try to publish as soon as possible.
          Bye Renzo

          in reply to: LoRa_E32.h with ESP32 #13656
          Renzo Mischianti
          Keymaster

            Sorry your reply was in spam.
            Change pin and use pin without internal resistor.
            Bye Renzo

            in reply to: LoRa_E32.h with with LoLin NodeMCU #13651
            Renzo Mischianti
            Keymaster

              Hi AVM,
              sorry if I reply only now, but your topic was went on Spam.

              Try to add AUX, without AUX the Success response is based only on empirical data. And check before that you got an error.
              Write the constructor declaration o I check better if something was wrong.
              Bye Renzo

              in reply to: Transmission Does NOT Work #13377
              Renzo Mischianti
              Keymaster

                Hi,
                I use this device
                https://s.click.aliexpress.com/e/_A4tZaa
                with the specified program for e32
                https://www.ebyte.com/en/pdf-down.aspx?id=199
                Bye Renzo

                in reply to: Transmission Does NOT Work #13370
                Renzo Mischianti
                Keymaster

                  Hi,
                  I think the better solution is to reset all device with the original software and adaptor.
                  Sometime when this device not wor tha software is the solution.
                  Bye Renzo

                  in reply to: LoRa_E32.h with ESP32 #13367
                  Renzo Mischianti
                  Keymaster

                    Hi,
                    No no, not remove the resistor of the e32, only the 2 added by you.
                    And yes M0 and M1 are used to switch modality

                    Ebyte LoRa E32 device for Arduino, esp32 or esp8266: configuration – Part 3

                    Bye Renzo

                    in reply to: LoRa_E32.h with ESP32 #13281
                    Renzo Mischianti
                    Keymaster

                      Hi Asmi,
                      try to remove the resistor, or change the value of these.
                      M0 and M1 are connected together with a little resistor, so if pull-up are too hight ot too low the device doesn’t go low or hight.
                      Bye Renzo

                      in reply to: Transmission Does NOT Work #13279
                      Renzo Mischianti
                      Keymaster

                        Hi,
                        try to remove the resistor, some device have some different setting.
                        If problem continue try to change the e32 and execute the same code per try to reset with the EByte usb board.
                        Bye Renzo

                        Renzo Mischianti
                        Keymaster

                          Hi,
                          ok, perfect.
                          So if your device was resetting every 15 days there isn’t a problem of EMailSender.
                          Probably you have a little memory leak that eat a minimal quantity of ram.
                          The execution of this function use the same quantity of memory, and when the function end free all memory of the function scope.
                          But, if the main scope increase day by day the memory usage in the long term the device reset at the execution of the function.
                          Bye Renzo

                          in reply to: Transmission Does NOT Work #13267
                          Renzo Mischianti
                          Keymaster

                            Hi jorge,
                            first try to get config to check if it’s all ok.
                            If all ok retry in trasparent transmission.
                            Then set configuration with save.
                            And now resend the message.
                            If not work try to change pull_up resistot.
                            Bye Renzo

                            in reply to: LoRa_E32.h with ESP32 #13222
                            Renzo Mischianti
                            Keymaster

                              Hi Asmi,
                              if you use standard Serial to comunicate you must configure the E32 like so:

                              
                              // ---------- esp32 pins --------------
                              LoRa_E32 e32ttl(&Serial, 15, 12, 13); //  RX AUX M0 M1
                              

                              and after you must test if the pull-up resistor create problems.

                              You can take every examples on library, you must only change the constructor.

                              Bye Renzo

                              in reply to: ABB Aurora WIM power supply #13198
                              Renzo Mischianti
                              Keymaster

                                Hi jetronic,
                                under my roof I have only the power from solar inverter, so if no sun no power, and I add an UPS to the device so the server It’s always online, and I prevent power noise.

                                The system work without that also, you must only remove the battery shield.

                                Bye Renzo

                                Renzo Mischianti
                                Keymaster

                                  Hi Gilles,
                                  sending email need a good quantity of ram, so if you have a memory leack in some part of your code, It’s possible that when EMailSender request It’s quote of memory the microcontroller reboot.

                                  A good practique is to separate all the functionality in function with a specified scope, so qhen function finish you free all memory.

                                  Bye Renzo

                                Viewing 15 posts - 796 through 810 (of 1,029 total)