Issue with LLCC68: Seeking Assistance with Ebyte LoRa Module E220-400M22S Integration with Arduino UNO #944
Replies: 1 comment 6 replies
-
To answer your questions:
The meaning of that error is shown here: Lines 114 to 118 in 86136d3 The library way simply not able to find the LLCC68 transceiver on the SPI itnerface, which is most commonly a hardware issue. Try to run the program again with debug and verbose mode enabled and that should tell you more.
That's probably the supply voltage range of the E220 module. Are you powering it from 3.3V? And since Arduino Uno is a device with 5V logic, do you have a logic level shifter? The LLCC68 pins are most likely not 5V-tolerant.
That's just the power consumption of the module in different modes, I don't understand what you want to change in code. |
Beta Was this translation helpful? Give feedback.
-
Dear Community and Developers,
I am encountering challenges in the development of a wireless transmitter device utilizing the Ebyte LoRa module E220-400M22S, which features the LLCC68 chip. Below is the code snippet I am currently using:
I am encountering the following error in the Serial Monitor:
12:41:58.228 -> Failed, code -2
My connections are as follows:
For more details on the Ebyte LoRa E220-400M22S module, please refer to the following links:
12:41:58.228 -> Failed, code -2
What is the reason of this?Min: 1.8v, Normal: 3.3v, Max: 3.7v
(Is I need to change in code?)Tx Current: 100mA, Rx Current: 6.5mA, Sleep Current: 180uA
( Is I need to change in code?)I appreciate any guidance or assistance the community can provide in resolving this issue.
Thank you,
Krishan Kumar
Beta Was this translation helpful? Give feedback.
All reactions