Forum Replies Created
-
AuthorPosts
-
Hi all,
paste the controller you use to mange It.
Bye RenzoHi all,
Do you have to follow the guide to configure the FTP client?
Bye RM11 December 2023 at 16:16 in reply to: Printer not connected (Baudrate Marlin problem on BeePrint MKS WiFi) #28637Hi Carontes,
these 2 files describe the commands sent and received; if you want Beeprint to communicate with Marilin, I think these commands must be changed in the function of the Marilin protocol.
But first of all, you must know the basic usage of NodeJS and its relative programming environment.
Bye Renzo8 December 2023 at 09:45 in reply to: Error in setting configuration parameters in E22-900T30S #28630Hi,
the message “Wrong UART configuration” signifies that you didn’t create the constructor correctly and that you probably set a pin on the UART configuration.
Use the examples shared with the library with the constructor created for Arduino.Arduino UNO like
LoRa_E22 e22ttl(4, 5, 3, 7, 6);
Arduino Mega
LoRa_E32 e32ttl100(&Serial2, 3, 7, 6);
You can find other info here
Mega 2560 e32 EByte frozen in example sendReceiveTransparentTransmissionMessageBye Renzo
7 December 2023 at 11:15 in reply to: Error in setting configuration parameters in E22-900T30S #28623Hi 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 Renzo -
AuthorPosts