Forum Replies Created
-
AuthorPosts
-
Hi Mike,
Use the dynamic ip than use the my wifi firmware to set the static ip.
Bye RenzoHi Mike,
No no other people have this issue. Probably is the firmware of the printer.
Bye Renzo31 March 2022 at 08:50 in reply to: how to retrieve the debugging information of sending email #19918Hi Kev,
you must uncomment the
#define EMAIL_SENDER_DEBUG
on EMailSenderKey.h.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 Renzo -
AuthorPosts