Forum Replies Created
-
AuthorPosts
-
I must do some tests, which kind of microcontroller do you use?
31 May 2022 at 06:55 in reply to: SMTP error: We do not authorize the use of this system to transport unsolicited change HELO #21056Hi Sebastian,
I find some similar issues and seems that It’s a limitation of your email provider like this.Which provider do you use?
Hi hahah,
please share the code to check if there are some issues.
Bye RenzoIt seems a common problem,
https://github.com/espressif/esp-idf/issues/8409
esp32.com/viewtopic.php?t=3155try to add all the code.
Bye Renzo
You must also change the ESP32 configuration from
#ifndef DEFAULT_FTP_SERVER_NETWORK_TYPE_ESP32 #define DEFAULT_FTP_SERVER_NETWORK_TYPE_ESP32 NETWORK_ESP32 #define DEFAULT_STORAGE_TYPE_ESP32 STORAGE_FFAT #endif
to
#ifndef DEFAULT_FTP_SERVER_NETWORK_TYPE_ESP32 #define DEFAULT_FTP_SERVER_NETWORK_TYPE_ESP32 NETWORK_ESP32 #define DEFAULT_STORAGE_TYPE_ESP32 STORAGE_SD #endif
use this topic for feedback.
Bye Renzo
Hi hahah,
the library use the FS command settings, so for now if you enter in the FtpServer.h file and substitute these lines probably work:#include <SD.h> #define STORAGE_MANAGER SD
with
#include "SD_MMC.h" #define STORAGE_MANAGER SD_MMC
give me feedback.
I do the integration as soon as possible, but I don’t know when 😛 .
I finally release an EMailSender version that supports SSL also for Ethernet, I tested It with STM32 and works well, but needs>64Kb.
Bye RenzoHi Lucas,
It’s very strange, can you attach your code.
It seems a memory leak.
Bye RenzoHi John,
For your features, I can tell you that just now that I’ll also develop those features soon, with a timer.The current PCB can’t raise 8Km distances, but I think the max length is about 5Km. With the future new version (already projected), I changed something to raise that distance.
Bye Renzo
Try to put a better external 5v power supply to the LoRa device.
If in your code there isn’t a memory leak there isn’t a reason for that.
Bye RenzoHi Georg,
no, I think there is a bug on your code.
Can you post the source code.
Bye RenzoNo, It’s safe for the esp32.
Bye RenzoHi Rix,
to get a long-distance It’s very important that you power supply the e32 with 5v and good amperage.
Don’t worry if the logic is 3.3v, use 5v on E32 VCC pin.
Bye RenzoHi Rix,
sorry, but I have some problems with COVID now.
With the information, you send me the only problem I have in mind is some wiring issue that generates noise or some pointers that now work correctly.Try monitoring memory.
Bye Renzo
12 May 2022 at 18:34 in reply to: Frequency displayed/calculated? incorrectly in 01_getConfiguration example #20803Hi Elija,
you must add that definition before the inclusion of the library.If doesn’t work, add that define directly on EByte_LoRa_E220_Series_Library/includes/statesNaming.h file.
Bye Renzo
-
AuthorPosts