Forum Replies Created

Viewing 15 posts - 616 through 630 (of 979 total)
  • Author
    Posts
  • in reply to: 5.5.4 Invalid Address #17931
    Renzo Mischianti
    Keymaster

      Hi scoo,
      sorry I lost the part of your topic where you write that you use

      Im using an MEGA with ENC28J60 Shield.

      the Arduino Ethernet not support SSL so you can’t use normal provider. You must use provider like sendgrid.
      For more information about Ethernt and Arduino read the article
      Send email with attachments (v2.x library): Arduino Ethernet – 1

      Bye Renzo

      in reply to: STM32 SMTP testing, and SSL TSL support #17930
      Renzo Mischianti
      Keymaster

        Hi ps2chiper,
        I think It’s a good idea.

        If you want, I’d be pleased if you wrote an article with all the steps, and I can help you with the schemas, cover, and others. Your knowledge about the problem can be helpful for other people.

        Bye Renzo

        in reply to: 5.5.4 Invalid Address #17918
        Renzo Mischianti
        Keymaster

          Hi scoosys,
          I found this answer to your problem

          To fix this you need to add the full domain name or a workgroup name to the network identification.

          Open the System Properties and go to the Computer Name tab (Network Identification on Win2000 server). You will see “MACHINE-name.” in the full computer name field. You will need to append your full domain name or workgroup name here. Click the “Change” button (Properties for Win2k) on the Computer Name tab, then click “More”. Enter the full domain name or workgroup name in the “Primary DNS suffix of this computer” and click OK. After you OK the change, you will be required to reboot.

          When you come back up, the Network ID page should show the Full machine.domain.com name.

          Other causes may be, a failure to assign a valid email address to the mandatory From property:
          Mail.From = “name@domain.com”
          This error may also occur if a name instead of an email address is specified for this property. Another reason is, invalid syntax in an email address passed to any of the methods: AddAddress, AddCC, AddBcc or AddReplyTo.

          I think the second part can help you.

          I don’t need if necessary for your provider (but I think no) you can set the value to HELO message with emailSend.setPublicIpDescriptor(<Value of HELO>)

          If you don’t need authentication you must set It with this command

          emailSend.setUseAuth(false);

          Bye Renzo

          in reply to: STM32 SMTP testing, and SSL TSL support #17875
          Renzo Mischianti
          Keymaster

            Hehehehehhe… fantastic!
            Would you like to write the article where explain how you find this solution? and how to use the library with bluepill?

            I think It’s more correct that you write that and take the paternity 😛

            Bye Renzo

            in reply to: STM32 SMTP testing, and SSL TSL support #17872
            Renzo Mischianti
            Keymaster

              Hi,
              I found these informations

              The error message “Relaying disallowed” will occur in the following cases.
              From address that you are trying to add in SMTP client might not be listed in your Send Mail as section (in Zoho Mail). Please ensure that the email address that you are trying to use is one of the From addresses present in your Send Mail as section. Refer help to locate Send Mail as page.
              If “Outgoing Server Requires Authentication” option is not enabled in the SMTP client. Ensure that the settings entered are correct by referring this link help page.

              what is the port you use for SMTP server?

              Can you try with gmail (with application password or insecure app)?

              Bye Renzo

              in reply to: Ebyte E220 (LLCC68) compatibility #17867
              Renzo Mischianti
              Keymaster

                Thanks, Paul,
                I think many people had written to It, after only a couple of weeks they contacted me.
                If you need a preview of the library, contact me, I must write and test all the examples, and I have already written the first two articles about that.
                Thanks again Renzo

                in reply to: BeePrint on Robin E3D #17846
                Renzo Mischianti
                Keymaster

                  Sorry, Arkadiusz,
                  I lost your reply, but in brief, do you have in mind to standardize the protocol of BeePrint?
                  And how do you intend to connect to the 3D printer?
                  All suggestion is appreciated; if you have a route to follow, we can think about that.
                  Bye Renzo

                  in reply to: Can’t read value of INPUT with library #17756
                  Renzo Mischianti
                  Keymaster

                    Hi Alejandro,
                    I think the problem is the debounce time and setting; if an input pin goes up then goes down in the interval, you lost the change.
                    Try to set

                    
                    #define READ_ELAPSED_TIME 10
                    

                    To 0 so you remove debounce, and you must use interrupt.

                    You can refer to the pcf8574 example.

                    Bye Renzo

                    in reply to: incoming signal quality #17755
                    Renzo Mischianti
                    Keymaster

                      Hi Sezgin,
                      No, E32 doesn’t have RSSI; you must select E22 or E220 (library available soon).
                      Bye Renzo

                      in reply to: STM32 SMTP testing, and SSL TSL support #17749
                      Renzo Mischianti
                      Keymaster

                        Hi ps2chiper,
                        Have you had time to try if the solution works for you?
                        Bye Renzo

                        in reply to: [BeePrint enhancement] Add mqtt support #17748
                        Renzo Mischianti
                        Keymaster

                          Hi Davide,
                          It’s a good idea, I must check if have enough resources to manage mutual authentication..
                          Bye Renzo

                          in reply to: emailsender with W5100 crash #17745
                          Renzo Mischianti
                          Keymaster

                            Hi Gilles,
                            no sorry, not yet, I hope next week I put on my Eclipse Sloeber and check It.

                            Can you write here a description of the program?
                            It will be very usefully when I’ll go to examine It.

                            Bye Renzo

                            in reply to: E22 Wiring and Constructor Validation #17733
                            Renzo Mischianti
                            Keymaster

                              Hi Theo,
                              I don’t have a DTU to compare the configuration, but if you have some problem, you can contact Ebyte, who changes his organization to help and better support the developer.

                              You can also try to configure a BROADCAST message instead of a transparent transmission.

                              Please give me feedback about that.

                              Bye Renzo

                              in reply to: E22 Wiring and Constructor Validation #17732
                              Renzo Mischianti
                              Keymaster

                                Hi Theo,

                                I can try and make a tutorial for the PCB design through easy eda if interested in your blog?

                                Sure, if you can do that. It’s fantastic!.

                                Bye Renzo

                                in reply to: emailsender with W5100 crash #17731
                                Renzo Mischianti
                                Keymaster

                                  Hi Gilles,
                                  Update the library to the last version (now 2.4.3); there are some memory fixes than retry.
                                  Bye Renzo

                                Viewing 15 posts - 616 through 630 (of 979 total)