Feasibility of using EmailSender (SSL/TLS) on Raspberry Pi Pico (RP2040) + W5500

Home Forums Arduino Feasibility of using EmailSender (SSL/TLS) on Raspberry Pi Pico (RP2040) + W5500

Viewing 1 reply thread
  • Author
    Posts
    • #33940
      folkloro.bona
      Participant

        I am currently trying to implement email sending using the C++/Arduino framework on a system combining a **Raspberry Pi Pico (RP2040)** and a **W5500** (via an Ethernet HAT or similar).

        If anyone has a successful implementation or is aware of **specific techniques** to overcome these resource constraints (e.g., using an extremely small TLS library, specific optimization flags), I would be very grateful for your guidance.

        Thank you in advance for your insights.

      • #33941
        Renzo Mischianti
        Keymaster

          Hi Folkloro,
          you can find some resources in this article:

          Raspberry Pi Pico and rp2040 board: ethernet w5500 with plain (HTTP) and SSL (HTTPS) requests

          Then in the library, there is a specified property to activate embedded SSL:
          This is the define
          But pay attention only to SSL/TLS non STARTTLS (only port 465, not 587)
          Hope this help, give us a feedback.
          Bye Renzo

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.
      Exit mobile version