Forum Replies Created
-
AuthorPosts
-
7 December 2023 at 11:15 in reply to: Error in setting configuration parameters in E22-900T30S #28623
Hi Dark,
scroll up from your link of the guideline, and check the constructor, you set It like an ESP32, but Arduino Mega doesn’t have the possibility to do that.
Bye Renzo7 December 2023 at 10:57 in reply to: Printer not connected (Baudrate Marlin problem on BeePrint MKS WiFi) #28618Hi,
in this file is the command I send to the printer firmware from MKS WiFi
commands.jsand here is where I was processing the response from the printer
realtimeUpdate.jsIf the Marilin firmware uses a different protocol, the MKS WiFi can’t communicate, so we must change these commands and keywords to enable communication.
Bye Renzo
Thanks for the feedback.
But can I ask you the procedure to communicate via AT commands.
I see that the AT commands are supported only by a small number of devices.
Bye Renzo3 December 2023 at 12:34 in reply to: Printer not connected (Baudrate Marlin problem on BeePrint MKS WiFi) #28596Hi all,
I think the problem isn’t only the baud rate, but the communication protocol also.
So It’s more complex work, but if you can find the protocol and generate the key to do the relative request, I can try to generate a version for your 3D printer.Here is the protocol info for MKS
MKS WIFI for Makerbase Robin: communication protocol and Cura plugin – 3Bye Renzo
29 November 2023 at 08:42 in reply to: Printer not connected (Baudrate Marlin problem on BeePrint MKS WiFi) #28476Hi build a specified version with Serial at 250000, without any dynamic management, I attach the firmware.
Please give me a feedback.
Bye RenzoAttachments:
You must be logged in to view attached files.28 November 2023 at 15:46 in reply to: Printer not connected (Baudrate Marlin problem on BeePrint MKS WiFi) #28465Ok, but by default, can we consider that 90% of all firmware is 115200 and 250000?
Thanks RM28 November 2023 at 14:38 in reply to: Printer not connected (Baudrate Marlin problem on BeePrint MKS WiFi) #28462Hi NikoloCZ,
thanks for your clarification. So the only 2 options are 115200 and 250000?
Or are there multiple options??
Bye RenzoHi Elkez,
Yes, it’s good, if you have trouble you can add it directly tostateName.h
file.
Bye RenzoHi Norm,
I don’t have an Arduino UNO WiFi, but it seems It uses WiFiNINA as the library, Have you had to change the configuration for an Arduino-like board with WiFiNINA?Like so:
#ifndef DEFAULT_EMAIL_NETWORK_TYPE_ARDUINO #define DEFAULT_EMAIL_NETWORK_TYPE_ARDUINO NETWORK_WiFiNINA #define DEFAULT_INTERNAL_ARDUINO_STORAGE STORAGE_NONE #define DEFAULT_EXTERNAL_ARDUINO_STORAGE STORAGE_SD #endif
Bye Renzo
You must set the define
#define E32_TTL_2W
Bye Renzo
Hi Elkez,
what is your problem?
Bye RenzoHi Fabioo…
I don’t know how to convert It. But EByte grants that the Version byte is that.
Bye RenzoHi Ludophot,
if you have the EByte USB adapter, try to reset with It.It’s strange. I have some Lolin32, and they work correctly.
What kind of defect do they have?Bye Renzo
17 November 2023 at 17:20 in reply to: The BeePrint web interface on FlyingBear Ghost 6 is fully compatibility #28265Thanks a lot for the information, Роман.
Bye RenzoHi fabiooo,
I don’t use AT commands, you can retrieve that info with ModuleInformation, more info in this section.Do You use currently the AT commands?
Ho do you query that info?Bye Renzo
-
AuthorPosts