Forum Replies Created
-
AuthorPosts
-
Hi,
It seems that the pinout Is wrong; put the device on a breadboard and, with an LED, test the single pin output.
Give me feedback RMNo no,
I need the first part of Serial output where the pin initialized are printed.
Bye RMPlease add also the pin initialization part.
Bye RM12 December 2023 at 10:49 in reply to: Battery power supply for modules LoRa E22-400T33D and Arduino Nano ProMini #28680Hi Elkez,
I usually use this solution
Emergency power bank homemadeThe step-up drain current is from 18650 (you can put more than one in parallel), and the output is 600mha, which I think is sufficient to power the 400T33D, but check with the tester how much the current drains the device.
Bye Renzo
Hi,
use get configuration sketch and enable the debug.
After that post the output.
Bye RenzoHi,
I think It’sSerial1
notSerial2
.
And there isn’t necessary specify the pin of the serial.
Bye Renzo-
This reply was modified 1 year, 9 months ago by
Renzo Mischianti.
Hi Erick,
Do you already try to set the SD filesystem in the external storage?
Bye RenzoHi 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
-
This reply was modified 1 year, 9 months ago by
-
AuthorPosts