Forum Replies Created

Viewing 15 posts - 826 through 840 (of 1,031 total)
  • Author
    Posts
  • in reply to: Can’t get PCF8574 lib working on Wio Terminal #12566
    Renzo Mischianti
    Keymaster

      Hi RoSchmi,
      It’s possible that endTransmission (where I retrieve the begin status) had no return on Wio Terminal.

      Can you try if work even if the begin had no return?

      You can check your wiring with the pinout diagram

      [caption id="attachment_12555" align="alignnone" width="300"]Wio Terminal pinout mischianti low resolution Wio Terminal pinout mischianti low resolution[/caption]

      the default configuration require BCM2 (SDA) and BCM3 (SCL) pinout.

      Bye Renzo

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

        Hi C,
        The success alert you that the sender device send the message, but it don’t kbow if a receiver receive it.

        Try with trasparent or check M0 M1.

        Enable debug and retry.
        Bye Renzo

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

          Is everything working now? If you want share your project with us.
          Bye Renzo

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

            Hi C,
            sorry if i answer only now, but with C name your post go on SPAM and I lost It.

            Your speed air rate was different from sender and receiver. I think you must fix It.

            Bye Renzo

            in reply to: Configuration for transparent transmission #12452
            Renzo Mischianti
            Keymaster

              Hi Flowmikos,
              thanks for reporting, I will immediately fix the scheme, could you tell me the exact article.
              Thanks again Renzo

              in reply to: Configuration for transparent transmission #12431
              Renzo Mischianti
              Keymaster

                Damn, It’s surely that, I had not noticed the parameter.

                
                	ResponseStatus rs = e32ttl.setConfiguration(configuration, WRITE_CFG_PWR_DWN_SAVE);
                

                For the speed, you had try to bid distance at 45ms if some package comes after others.

                But you

                in reply to: Configuration for transparent transmission #12427
                Renzo Mischianti
                Keymaster

                  Hi Flowmikos,
                  I don’t know if the problem was only that but 60millis can be managed by this devices, try a test with 3000 millis or more.
                  If you don’t receive response, try to enable DEBUG and send the result.

                  Bye Renzo

                  in reply to: EmailSender error message #12407
                  Renzo Mischianti
                  Keymaster

                    Hi Alex,
                    the port you use is 587, I think It’s STARTTSL protocol, and It’s not supported by my library.
                    You must choice a service that use SSL only.
                    Bye Renzo

                    in reply to: Configuration for transparent transmission #12361
                    Renzo Mischianti
                    Keymaster

                      Hi Flowmikos,
                      Try to put a value on ADDL or ADDH, then you must set a delay, the device can’t send message at 8Mhz (8000 msg per secs).
                      Retry and tell me the result.
                      Bye Renzo

                      in reply to: different mail server not connecting #12354
                      Renzo Mischianti
                      Keymaster

                        Hi edje,
                        I think the problem is that my library not support STARTTLS, and I need a quite bit of time to implement.
                        You must use standard SSL SMTP server.
                        Bye Renzo

                        in reply to: ABB Aurora Monitor upload/flash pre compiled file #12345
                        Renzo Mischianti
                        Keymaster

                          Hi Kriss,
                          I use esptool to upload, and i use this command

                          esptool.exe -cd nodemcu -cb 921600 -cp COM17 -ca 0x00000 -cf Aurora_Web_Inverter_Monitor_242.bin

                          use the version with ftp and upload the data files (html files), then I think It’s better if you put the version without ftp so you free some resources.

                          bye Renzo

                          Attachments:
                          You must be logged in to view attached files.
                          in reply to: PCF8574-transistor base switch #12343
                          Renzo Mischianti
                          Keymaster

                            Hi tsctrl,
                            here a schema with a simple npn transistor to light a led.
                            Bye Renzo

                            Attachments:
                            You must be logged in to view attached files.
                            Renzo Mischianti
                            Keymaster

                              Sorry sezgin,
                              I need more time to do this test. I’m very busy, but I try as son as possible.
                              Bye Renzo

                              in reply to: Nano 33 iot not sending basic gmail example #12198
                              Renzo Mischianti
                              Keymaster

                                Hi Ian,
                                I think you don’t add the google domain to the certificate list.

                                I must publish an article about that, but for now you must upload

                                File –> Examples –> WiFiNINA –> Tools –> FirmwareUpdater

                                [caption id="attachment_9318" align="alignnone" width="300"]Arduino IDE WiFiNINA Firmware updater sketch Arduino IDE WiFiNINA Firmware updater sketch[/caption]

                                then click on WiFiNINA firmware updater

                                [caption id="attachment_9317" align="alignnone" width="300"]Arduino IDE WiFiNINA firmware update menu Arduino IDE WiFiNINA firmware update menu[/caption]

                                Select correct COM port.

                                And add google.com:433 to the list of domain (Add domain).

                                And click on Upload certificate to WiFiModule .

                                Bye Renzo

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

                                  Hi Liam,
                                  esp32 not use SoftwareSerial, but redefine the pin for the hardware serial, check the constructor on this article

                                  Ebyte LoRa E32 device for Arduino, esp32 or esp8266: WOR (wake on radio) and new ESP32 shield – 8

                                  
                                  LoRa_E32 e32ttl(&Serial2, 15, 21, 19); //  RX AUX M0 M1
                                   
                                  //LoRa_E32 e32ttl(&Serial2, 22, 4, 18, 21, 19, UART_BPS_RATE_9600); //  esp32 RX <-- e22 TX, esp32 TX --> e22 RX AUX M0 M1
                                  // -------------------------------------
                                  

                                  You can get more information to configure the parameter here

                                  Ebyte LoRa E32 device for Arduino, esp32 or esp8266: library – Part 2

                                  If you have other difficult write here.

                                  Bye Renzo

                                Viewing 15 posts - 826 through 840 (of 1,031 total)