Forum Replies Created
-
AuthorPosts
-
Hi Morpheus,
the complexity is 255*255 and I think It’s sufficient.You can use the code you write and set via setConfiguration.
Bye Renzo
Hi Morpheus,
the EByte modules integrate cryptography, so you can change the key in configuration to be more sure that nobody can read your message.configuration.CRYPT.CRYPT_H configuration.CRYPT.CRYPT_L
Bye Renzo
2 February 2023 at 15:08 in reply to: SMTP error: We do not authorize the use of this system to transport unsolicited change number response #24105Hi David,
post your code and enable DEBUG variable to get the debug output.
Bye RenzoHi Andrea,
if you like to share your project contact me, if It’s adequate I give you a space on the site.
Bye RenzoHi ozzy,
If you receive a server error, there are probably some issues with the server configuration.
Bye RenzoHi pallasch,
I fixed It. In the C3 version, Espressif now includes a new definition named UART_PARITY, which is the same name as my internal define.Thanks for the issue.
Bye RenzoHi esadcal,
I think that in your case the simplest solution is to split your structure and send 2 separate message.To the head of the message add a descriptor and use the read of partial structure like the examples in the tutorial.
Bye Renzo
Hi,
can you explain what board you use and the version of the framework.
Thanks RenzoHi frederic,
I must re-test It with the lastest framework, I try to find some time in the current week.
Bye RenzoHi esadcal,
I don’t have a code ready for you.
You need to create a structure with a progressive to recompose messages to the server.
The code depends on the kind of data to transfer.If you post your possible solution, we will try to optimize it and help you.
Bye RenzoHi,
you can change HELO contents withsetPublicIpDescriptor("Pippo");
Bye Renzo
I think you have some problems with your environment; try to reinstall the Arduino IDE framework.
It seems you have some missing dependencies.
Bye RMHi ejderhaa,
Can you explain the problem you have?
Thanks RenzoHi Erick,
I understand the ESP8266SdFat given by Raspberry is different from the original one, so I integrate your change in the version that you can find in the master branch.#ifndef DEFAULT_EMAIL_NETWORK_TYPE_RP2040 #define DEFAULT_EMAIL_NETWORK_TYPE_RP2040 NETWORK_RP2040_WIFI #define DEFAULT_INTERNAL_ARDUINO_RP2040_STORAGE STORAGE_LITTLEFS #define DEFAULT_EXTERNAL_ARDUINO_RP2040_STORAGE STORAGE_SDFAT_RP2040_ESP8266 #endif
Please try it and give me feedback.
Thanks, RenzoHi Erick,
trySTORAGE_SDFAT2
.
Bye RM -
AuthorPosts