Forum Replies Created

Viewing 15 posts - 61 through 75 (of 996 total)
  • Author
    Posts
  • Renzo Mischianti
    Keymaster

      Hi,
      It’s very strange, but you receive some errors or similar?
      Bye Renzo

      in reply to: ESP8266 NodeMCU, SD CARD & SimpleFtpServer #30844
      Renzo Mischianti
      Keymaster

        Hi,
        You have set the filezilla whit the correct parameter?
        Bye Renzo

        Renzo Mischianti
        Keymaster

          Hi echo,
          You can use the programmer software of the EByte, you can download from here also.
          So you must set the device in config mode and connect to it.
          Bye Renzo

          in reply to: E220 remote Switch project crash #30842
          Renzo Mischianti
          Keymaster

            Hi,
            In fixed transmission you must use as destination address the address set in the config of the device that just receive the message.
            In wor the tx and rx is setted as usual respectly to the rx tx of the counter part.
            Bye Renzo

            in reply to: ESP32 with Lora E32 not receiving data #30823
            Renzo Mischianti
            Keymaster

              Hi,
              It’s seems ok, remember to do some long range test and use correct antenna.
              Bye Renzo

              in reply to: E220 remote Switch project crash #30820
              Renzo Mischianti
              Keymaster

                Hi William,
                I think you must check the power supply and the memory usage, you must debug all the variables used and the size.
                Bye Renzo

                in reply to: Lora hat (raspberry) waveshare e22-900ts #30812
                Renzo Mischianti
                Keymaster

                  Hi,
                  I can’t check the configuration and the wiring without the library that translates the byte in instruction, but It’s very improbable that the problem is the module.

                  But the configuration packet is 6 bytes so
                  C0 00 00 62 00 12
                  The sending packet for the address and channel you use seems incorrect.

                  Try using the library to simplify all the processes and reduce the errors; if it works, try replicating the byte array packet.

                  Bye Renzo

                  in reply to: ESP32 with Lora E32 not receiving data #30811
                  Renzo Mischianti
                  Keymaster

                    Hi,
                    the code is correct, the only thing you must do is close the
                    ResponseStructContainer c;
                    like so
                    c.close();

                    Check the power supply. The 1W module needs a lot of power to work, so now use an external power supply and add a 100uF electrolytic capacitor (or more) and a 0.1uF ceramic capacitor to it.

                    Then use a getConfiguration sketch and send me the result.
                    Bye Renzo

                    in reply to: Lora hat (raspberry) waveshare e22-900ts #30784
                    Renzo Mischianti
                    Keymaster

                      Hi,
                      If you correctly set the M0 and M1, the configuration for fixed transmission with relative addresses for the sender and receiver is okay. If you send the correct packet to address the message to the other device, it must work.
                      If It does not work, you do something wrong in one of these steps:
                      – connection schema
                      – configuration of receiver and sender
                      – code of the transmitter
                      – code of the receiver
                      Bye Renzo

                      in reply to: Lora hat (raspberry) waveshare e22-900ts #30779
                      Renzo Mischianti
                      Keymaster

                        And you use this library???
                        Bye RM

                        in reply to: Lora hat (raspberry) waveshare e22-900ts #30778
                        Renzo Mischianti
                        Keymaster

                          Hi ERicci,
                          To start a fixed-point communication, you need to configure the device properly.

                          Please post your configuration sketch and the sender/receiver one.

                          First of all, I advise you to try a simple get configuration and post an image of the connection to the board.
                          Bye Renzo

                          in reply to: ESP32-WROOM-32 Unable to upload program #30740
                          Renzo Mischianti
                          Keymaster

                            Thanks for the feedback 🙂

                            in reply to: E32 module in Power Save mode issue #30739
                            Renzo Mischianti
                            Keymaster

                              Hi,
                              A critical configuration parameter is WOR Cycle. For the sender, it is essential because it adds a long preamble to the message (long as wake time). The receiver uses wake time as a pull interval time check.
                              So, if the receiver checks every 2000ms (polling time) if there is a message, the sender adds a 2000ms preamble. The receiver intercepts the message preamble, waits for the actual message to read It, and returns to power-saving mode.

                              So, if you want to maximize the power savings, you must put the maximum WOR Cycle on the receiver. If you want more efficiency, you must do the inverse and add a long preamble to the sender.
                              Even if the EByte advises to use the same WOR cycle.
                              Bye Renzo

                              in reply to: RTC_DATA_ATTR Failure #30705
                              Renzo Mischianti
                              Keymaster

                                Hi Willian,
                                the code is quite complex, and I need time to check It in depth, but what is the scope of the Ticker library?
                                Bye Renzo

                                in reply to: E32-433T30D Receiving Struct Problem #30703
                                Renzo Mischianti
                                Keymaster

                                  Hi Baftu,
                                  I think you set the pointer for the structure, not the structure of single elements.
                                  You must create a fixed structure with fixed-size elements.
                                  Bye Renzo

                                Viewing 15 posts - 61 through 75 (of 996 total)