Forum Replies Created
-
AuthorPosts
-
Hi Flaminio,
the configuration of the devices is independent of the SimpleFTPServer library, you must only select the correct config inFtpServerKey.h
as you can read in the articles.FTP server on esp8266 and esp32
Bye Renzo
Hi,
Do the other commands works correctly?
Bye RenzoHi Mike,
In the Italian forum, people write about and use static ip without problemsBye Renzo
Sorry, i can’t see the image.
Bye RenzoHi Mike,
sorry, I don’t understand, can you attach a screenshot, if I can I send you the material.But you can find all material (Back-end and Front-end) in these articles.
MKS WIFI for Makerbase Robin: PCB and how to compile & upload firmware – 2
Bye Renzo
Hi Leonardo,
GPIO15 is the standard CS, and it’s used for SD, so you must change it.
Bye RenzoHi Leonardo,
you can use a custom SPI interface with the relative pin/* Default SPI #define HSPI_MISO 12 #define HSPI_MOSI 13 #define HSPI_SCLK 14 #define HSPI_SS 15 */ SPIClass * hspi = NULL; void setup() { hspi = new SPIClass(HSPI); // sck, miso, mosi, ss hspi->begin(HSPI_SCLK, HSPI_MISO, HSPI_MOSI, 16); }
In the example, I use the same SPI pin but a dedicated CS for activation.
I didn’t test It but I think It’s ok.As you can see in the pinout on the same SPI pins there is the SD.
Bye Renzo
Hi Newsoftman,
I think you must attach your code to help you.
ESPsyncWebServer uses the response to add the header, so if you post your code we tell you the correct position.response->addHeader("Location",String ("http://")+"192.168.1.80");
I think you can find some information also here
Web server with esp8266 and esp32: multi purpose generic web server – 3There is the ESP8266webserver and ESPAsyncWebServer implementation.
Bye Renzo
Here you can find more information,
https://playground.arduino.cc/Code/AvailableMemory/
if you need more info write andi try to give you other examples.
Bye RenzoHi Melis,
probably there is a memory leak.
Check the memory usage.
Bye RenzoThe Library for E220 is released. You can find it from library manager and GitHub.
Bye RenzoThe Library for E220 is released. You can find it from library manager and GitHub.
Bye RenzoHi Usillante,
I think LLCC68 and sx1276 are incompatible, and I know that some E32 based on sx1276/sx1278 are challenging to interoperate with other devices because EByte has an internal encrypting algorithm.
Bye RenzoHi Daniel,
I release the library.I don’t know if It’s possible, but if you do a copy of the library and change the class name I think It’s possible.
Bye Renzo
Hi George,
you can find the explanation of the configuration here.
Bye Renzo -
AuthorPosts