Forum Replies Created
-
AuthorPosts
-
Hi Sascha,
thanks to you.The answer is yes and no.
Yes because I already buy 2 E220 to create the library, they are a simplified versione of E22
Ebyte LoRa E22 device for Arduino, esp32 or esp8266: specs and basic usage – 1
without repeater mode and other.No because I need to find 3 days to adapt the configuration file and redò all tests.
When I find some time I do the library, but I can’t now, I’m very busy.
But… would you like to write an article about your weather station?? I think It’s very interesting..
Bye Renzo
Hi Deniz,
you can set all parameter like soEMailSender emailSend("<user>", "<PASSWD>", "<FROM-EMAIL>", "<server-smtp>", <smtp-server-port>);
I think It’s what you need.
Bye Renzo
27 April 2021 at 14:08 in reply to: SMTP Error 534-5.7.14 https://accounts.google.com/signin/continue?sarp=1&scc=1&plt=AKgnsbu #11832Hi Deniz,
the port used to use GMail SMTP service is 465 .
I think you must only open that port, if you have more trouble we try to do a better log.
Bye Renzo22 April 2021 at 14:35 in reply to: Problem with the character ° in the sender name of emails #11614Hi Gilles,
I think that ° isn’t a character UTF-8, but I set UTF-8 encoding.
Bye RenzoHi ARNAB,
you have set
#define DEFAULT_EMAIL_NETWORK_TYPE_ESP8266 NETWORK_ESP8266_242
but you use 2.7.4 esp8266 core.
Bye Renzo
Hi Davidd,
follow the topic there is write that you must certificate the sender and you must change the define inside the file EMailSenderKey.h.Bye Renzo
21 April 2021 at 09:15 in reply to: Send Grid SMTP server without SSL good to send email with Arduino #11593Hi Davidd,
you can refer this topic, and SendGrid have an exaustive documentation.Using EMail Sender library with Arduino UNO Ethernet shield with Ethernet.h library
Bye Renzo
Hi Davidd,
if you use Ethernet Shield please refer to the articleSend email with attachments (v2.x library): Arduino Ethernet – 1
there are some limitation on secure connection and in Memory size like you can see on this topic
Using EMail Sender library with Arduino UNO Ethernet shield with Ethernet.h library
Bye Renzo
Hi Ayush,
I write an article on broadcast, I think you can find the solution on this articleEbyte LoRa E32 device for Arduino, esp32 or esp8266: fixed transmission – 4
Bye Renzo
13 April 2021 at 15:49 in reply to: pcf8574 ReadAll in low memory compare to single value byte #11413Hi Fernando,
you must reduce the DigitalInput object to a byte like so:byte byteValReadAll = 0; void setVal(uint8_t pin, uint8_t value){ if (value==HIGH){ byteValReadAll = byteValReadAll | bit(pin); }else{ byteValReadAll = byteValReadAll & ~bit(pin); } } [...] setVal(P0, digitalInput.p0); setVal(P1, digitalInput.p1); setVal(P2, digitalInput.p2); setVal(P3, digitalInput.p3); setVal(P4, digitalInput.p4); setVal(P5, digitalInput.p5); setVal(P6, digitalInput.p6); setVal(P7, digitalInput.p7); Serial.println(byteValReadAll, BIN); [...]
Bye Renzo
Yes, all LOW.
Bye RenzoHi Orvasson,
The flash memory use a SPI protocol, if I remember exist a specified library to simplify the usage without limitation.
Bye RenzoHi Claudio,
check with tester of m0 and M1 are correctly setted.
Bye RenzoHi Hector,
check Claudio configurazione, you must add the object Mame.
Bye RenzoSometime reboot loop can be generated by
- wrong wiring
- wrong usage
- and the e32 that have some waste on flash, to fix this problem you need the usb-ttl EByte device with the original software
Bye Renzo
-
AuthorPosts