Forum Replies Created
-
AuthorPosts
-
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
Hi deryl,
you can follow 2 ways to put in work (and there is a risk that pcf8575 is too slow for the DHT22).
You rewrite the DHT library to use pcf8575 or you implement the DHT22 communication protocol over pcf8575.
Bye RenzoHi deryt,
you must follow the datasheet for communication protocol.
And add an interrupt to the pcf8575 to retrieve all data.Bye Renzo
On Server or Client?
Put close on the second device configuration.
When did you receive that error?
-
AuthorPosts