- This topic has 1 reply, 2 voices, and was last updated 2 years ago by .
- You must be logged in to reply to this topic.
Tagged: Arduino UNO WiFi
I am having trouble sending email with my Arduino UNO R2 Wifi board (ATmega4809 8-bit microcontroller)
Connecting to Moonview
Connection: ESTABLISHED
Got IP address: 192.168.1.38
Sending status:
0
2
Could not connect to mail server
However, I have no problems with my Arduino MKR WIFI 1010
Connecting to Moonview
Connection: ESTABLISHED
Got IP address: 192.168.1.13
Sending status:
1
0
Message sent!
The IP’s are certainly different. What am I missing?
Hi Norm,
I don’t have an Arduino UNO WiFi, but it seems It uses WiFiNINA as the library, Have you had to change the configuration for an Arduino-like board with WiFiNINA?
Like so:
#ifndef DEFAULT_EMAIL_NETWORK_TYPE_ARDUINO
#define DEFAULT_EMAIL_NETWORK_TYPE_ARDUINO NETWORK_WiFiNINA
#define DEFAULT_INTERNAL_ARDUINO_STORAGE STORAGE_NONE
#define DEFAULT_EXTERNAL_ARDUINO_STORAGE STORAGE_SD
#endif
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. |
