- This topic has 3 replies, 2 voices, and was last updated 3 years, 6 months ago by .
Viewing 3 reply threads
Viewing 3 reply threads
- You must be logged in to reply to this topic.
Home › Forums › The libraries hosted on the site › EByte LoRa e220 UART devices LLCC68 › E220-900T30S
Hi Renzo, your LIB works perfect, many thanks to you!
I have a question that may not be directly related to the library, but I can’t find a solution for it.
If I send more than 4 messages (regardless of length) in a row (transparentTransmission) then the transmission module goes down and you have to reboot it.
Is this perhaps a Lora rule? … if so, can this be switched off?
Thanks for your work, Georg
Hi Georg,
no, I think there is a bug on your code.
Can you post the source code.
Bye Renzo
Hi Renzo,
thank you very much for the quick reply.
here the code for Lora send. The amount of data is about 15 characters.
// ************** LoRa-Send *****************
void LoraSend(int _counter, unsigned long _wert_millis) {
String temp; // Sendedaten zusammenbauen
temp = “Nr: ” + String(_counter) + ” Millis: ” + String(_wert_millis);
// Send message
//e220ttl.sendMessage(temp);
ResponseStatus rs = e220ttl.sendMessage(temp);
// Check If there is some problem of succesfully send
Serial.println(rs.getResponseDescription());
}
// ************** END LoRa-Send *****************
At the sender I always get the answer “successful”, even when sending more than 4 telegrams.
the first 4 telegrams arrive also without problems at the receiver, then unfortunately nothing more comes.
After that, no reset of the send-ESP32 helps, but only removing the voltage of the send-Ebyte220 – only then another 4 telegrams come through again.
Many thanks in advance for your help,
Georg
Try to put a better external 5v power supply to the LoRa device.
If in your code there isn’t a memory leak there isn’t a reason for that.
Bye Renzo
More
Just like a well-organized workbench, this website uses cookies to function properly and efficiently.
🛠️ The Essentials (Necessary): Some cookies are categorized as necessary and are stored on your browser because they are critical for the basic working of the site.
📊 The Analytics (Third-party): We also use third-party cookies to help us analyze traffic and understand which projects you like the most. These are stored only if you give us the green light.
You can choose to opt-out, but keep in mind that disabling them might make the site experience a bit less "smooth".
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |
