Forum Replies Created
-
AuthorPosts
-
Hi moniteur,
in the space of the output (that you attach a screenshot) there are a lot of line, try to cut and paste.I use standard SD library, but if you change the FtpServerKey.h with SD I can’t know whitch library you use and what information you want.
Try to give me all the information you have, without information it is impossible to find a solution.
Bye Renzo
11 December 2021 at 08:48 in reply to: Arduino Uno Wifi Rev2 Could not connect to mail server #16972Hi all,
can you send me the configuration of EMailSenderKey.hYou must have something like this
#ifndef DEFAULT_EMAIL_NETWORK_TYPE_ESP8266 #define DEFAULT_EMAIL_NETWORK_TYPE_ESP8266 NETWORK_ESP8266 #define DEFAULT_INTERNAL_ESP8266_STORAGE STORAGE_SPIFFS #endif #ifndef DEFAULT_EMAIL_NETWORK_TYPE_ESP32 #define DEFAULT_EMAIL_NETWORK_TYPE_ESP32 NETWORK_ESP32 #define DEFAULT_INTERNAL_ESP32_STORAGE STORAGE_SPIFFS #endif #ifndef DEFAULT_EMAIL_NETWORK_TYPE_ARDUINO #define DEFAULT_EMAIL_NETWORK_TYPE_ARDUINO NETWORK_WiFiNINA // substitute from the default config NETWORK_W5100 #endif #ifndef DEFAULT_EMAIL_NETWORK_TYPE_ARDUINO_SAMD #define DEFAULT_EMAIL_NETWORK_TYPE_SAMD NETWORK_WiFiNINA #endifUNO WiFi It isn’t a SAMD device It’s an ATMEGA and you must select backward UNO compatibility.
Please test It, I don’t have the board, but I hope that It’s work.
Bye Renzo
10 December 2021 at 22:07 in reply to: Arduino Uno Wifi Rev2 Could not connect to mail server #16971Mmmm… It’s very strange, Arduino had told me that WiFiNINA of my MKR 1010 It’s the same of Arduino Uno Wifi Rev2, but now I’m quiete sure that It isn’t true.
I try to re-write to It and I put the answer here.
Bye RenzoHi,
that screenshot is only the last part. You must copy and paste in a txt file.
Bye RenzoHi,
and please add the compiling output also please.
Thanks RenzoHi Grant,
if you have some time, can you describe your experience with teensy?
I think a lot of people can need help.
Bye Renzo9 December 2021 at 11:41 in reply to: esp8266 from stattion mode to access point mode with FtpServer code #16964Hi,
please add the information I had requested.
Bye Renzo9 December 2021 at 10:19 in reply to: esp8266 from stattion mode to access point mode with FtpServer code #16961Hi,
i tried it now and it worked correctly.Try to format SD again and write and read something before start server FTP.
Give me some other information like the console output of compiling time.
Bye Renzo
Hi Grant,
perfect.. if you need more help write here.
Bye RenzoHi jordan23,
only e22 has the repeater function, with e32 you must do It manually, a device that receive a message and resend It to another device.
Bye RenzoHi Dusan,
you can use this example.And you must follow the instruction that you can find on this article
FTP server on esp8266 and esp32It’s important that you change the configuration on FtpServerKey.h like so
#ifndef DEFAULT_FTP_SERVER_NETWORK_TYPE_ESP32 #define DEFAULT_FTP_SERVER_NETWORK_TYPE_ESP32 NETWORK_ESP32 #define DEFAULT_STORAGE_TYPE_ESP32 STORAGE_SD #endifBye Renzo
5 December 2021 at 19:07 in reply to: [BeePrint enhancement] G-code sender in BeePrint web interface #16929Hi Aras,
but you have an original Ender 3??
And this printer support my firmware???Can you send me the specs, and if you know other printer that support the firmware please send me.
Thanks Renzo
5 December 2021 at 11:54 in reply to: [BeePrint enhancement] G-code sender in BeePrint web interface #16927Hi Aras,
the only feedback we can receive is OK because the communication protocol from MCU and MKS WiFi don’t have other response type except the one explained hereMKS WIFI for Makerbase Robin: communication protocol and Cura plugin – 3
But we can send It via text, I think about that soon.
Bye Renzo
Hi Moniteur,
please insert the sketch the sketch on this forum, and the key file with ftp configuration, we are going to check.
I try with the SD (as I can understand from serial output) with an esp32 and AndFTP and It’s work for me.Bye Renzo
4 December 2021 at 12:39 in reply to: [BeePrint enhancement] G-code sender in BeePrint web interface #16917Hi Aras,
I think It’s a good idea.
Do you have in mind how to do the widget? Like an editor and send GCode in sequence.
or where to put this development? In the movement widget??If you have some idea write here Thanks Renzo
-
AuthorPosts

