Forum Replies Created
-
AuthorPosts
-
Thanks for your feedback, JaTo; I often find some bugs in EByte software, and I try to fix Them when I find them.
Bye RenzoHi Srill,
Strangely, the library does not say again any response from the device. You get
Available buffer: 0 structure size: 6
and means that the device doesn’t give a response.There is a power supply problem or wiring problem.
Bye RenzoHi Andrecolz,
probably some internal management, try to remove/change all pull-up resistors and try to use other pins.
Bye RenzoYes, thanks, I’m going to test It too.
Bye RenzoHi,
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
-
This reply was modified 1 year, 9 months ago by
-
AuthorPosts