Forum Replies Created
-
AuthorPosts
-
Hi rs77can,
to manage that situation I add 2 methods:emailSend.setAdditionalResponseLineOnConnection(1);
and
emailSend.setAdditionalResponseLineOnHELO(1);
these methods manage strange responses from the SMTP server, use that instead of adding
client.flush()
in the library.Can you confirm that the space after the PublicIPDescriptor generate another problem?
Thanks Renzo
Ahh ok!
But I think you can check only the GPS status. The EByte LoRa device has a buffer where It puts all the messages to send, so you can sendMessage every time the GPS data is available.
Bye RenzoMy GPS has pin PPS waveshare L76X is it possible to synchronize the transmitting lora with the received GPS signal?
Can you explain better “synchronize the transmitting lora with the received GPS signal”?
Thanks Renzo
Hi Piotr,
To understand look at this line’s code. If the AUX pin is settled, I check when It’s going LOW else I add a big delay to wait for the device to complete the operation.
Bye RenzoHi Paolo,
It’s very strange. Which battery type do you use?
Bye RenzoBut with the flush and the space deletion work?
Ahh perfect! This is important information.
Probably the version of Bluetooth changed and also changed the management.
Bye RenzoHi,
ok, your SMTP server needs the IP of your server in the helo message; you can use the library commandsetPublicIpDescriptor()
to change It from ‘mischianti’ to another value.
And update the library to the latest version.
Bye Renzo
Hi rs77can,
no, nothing in particular, but you can try downloading an older library (in the Arduino IDE you can select all the previous version) to check if something is different.
Bye RenzoHi TLes,
It’s possible that you don’t give so much power to the microcontroller to do the operations, try to add an external power supply.
Bye RenzoHi Piotr,
I think there is an issue with your code, and It seems that you want to send a message every millisecond in the loop.
I think you must set a correct delay on It.But first of all, you must connect AUX; otherwise, every send need a big delay for execution.
Bye RenzoHi rs77can,
I think your email provider change something about EHLO message.
Try to contact your provider or check if there was some system updade.
Bye RenzoCiao Alex,
potresti mettere il codice?
setti la configurazione temporaneamente o in maniera permanente?
Mi metti il link al tuo dispositivo ed anche la configurazione che usi sull’arduino IDE?
Ciao RMHi Georg,
It’s the same process, if you don’t put the device in wake up mode you must simply check the AUX pin when raising it from LOW.
Bye RenzoHi Georg,
Yes sure, you can find the examples hereBye Renzo
-
AuthorPosts