Forum Replies Created
-
AuthorPosts
-
Hehehe.. good!
If you want, send us some photos of your work.
Bye RenzoHi moonman,
you can’t send more than 58byte in a single call, but if you use a structure with some packet instruction, you can manage It via software.struct Packet { byte deviceId; byte msgId; byte[54] rawBinary; bool end; };
with a similar structure, you can identify a sender device and the msgId, and you can rebuild the complete message in the server and use end == true to know if the stream was complete.
Bye Renzo
Hi Rainer,
try to format the SD of the printer.
Bye RenzoHi,
You can find it here
Ebyte LoRa E220 device for Arduino, esp32 or esp8266: manage Wake On Radio and sends structured data – 5Bye Renzo
Hi tarpacik,
I think It’s better if you use an example with the library.
Bye RenzoHi tarpacik,
you send/receive more than 1000 messages per second, and you can’t do that.
Bye RenzoHi tarpacik,
It seems ok, it can be a configuration problem. I can’t see any other issue.
Bye RenzoHi tarpacik,
I need to know what are you doing to help you.
Send me wiring and code.
Bye RenzoHi Matejet,
yes, It’s correct; if you don’t connect all the pins (M0 and M1 in particular), you can’t switch to a different mode.
So, you can do a single operation with a single configuration of M0 and M1.
Bye Renzo19 August 2022 at 07:56 in reply to: ESP8266 connection to LLCC68 always fails, the hardware used is E220-400T30D. #22348Hi,
probably you do the wrong wiring, or It’s a power supply problem.
Bye Renzo17 August 2022 at 07:15 in reply to: ESP8266 connection to LLCC68 always fails, the hardware used is E220-400T30D. #22344Hi, qhf,
to understand getConfiguration, read this
Ebyte LoRa E220 LLCC68 device for Arduino, esp32 or esp8266: configuration – 3what error do you obtain from the library?
Thanks, Renzo
16 August 2022 at 11:25 in reply to: EByte LoRa UART arduino library Raspberry Pi Pico support #22306Hi,
yes I tested the device and It’s fully supported.
I attach also the wiring diagram.Here the configuration for the diagram:
// ---------- Raspberry PI Pico pins -------------- // LoRa_E220 e220ttl(&Serial2, 2, 10, 11); // RX AUX M0 M1 // -------------------------------------
Attachments:
You must be logged in to view attached files.Hi Matejt,
I check your code, and there is an error, M0 and M1 must be HIGH, not LOW.If you get this example from the site, please, tell me where because I must fix It.
Bye Renzo
Hi Matejt,
I check your code, and there is an error, M0 and M1 must be HIGH, not LOW.If you get this example from the site, please, tell me where because I must fix It.
Bye Renzo
-
AuthorPosts