- This topic has 4 replies, 2 voices, and was last updated 2 weeks, 3 days ago by .
- You must be logged in to reply to this topic.
Home › Forums › Arduino › Feasibility of using EmailSender (SSL/TLS) on Raspberry Pi Pico (RP2040) + W5500
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.
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
Thanks for the guidance and the documentation you shared earlier.
I tried to create a program based on the provided materials, but I couldn’t get it to work as expected. I’m uploading a small sample to reproduce the issue.
Could you please let me know if there are any required settings or common configuration points I might be missing?
Hi, retry to upload the .ino files.
Bye Renzo
More
Just like a well-organized workbench, this website uses cookies to function properly and efficiently.
🛠️ The Essentials (Necessary): Some cookies are categorized as necessary and are stored on your browser because they are critical for the basic working of the site.
📊 The Analytics (Third-party): We also use third-party cookies to help us analyze traffic and understand which projects you like the most. These are stored only if you give us the green light.
You can choose to opt-out, but keep in mind that disabling them might make the site experience a bit less "smooth".
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |
