LLCC68 Initialization #1315
-
Previously purchased E220 (PLCC68) boards work without problems. I bought 2 new E220 boards (LLCC68). There was a problem with initialization. The problem with setting the spread factor: I chose a value from 7 to 12. The remaining parameters are set successfully. What could be the problem? The part of sketch: |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
E220 (PLCC68) = E220 (LLCC68) |
Beta Was this translation helpful? Give feedback.
-
I don't know what an "expansion coefficient" is, but assuming you're talking about spreading factor, LLCC68 is more limited in its configuration compared to SX126x, it only supports 125, 250 and 500 kHz bandwidth, and a limited selection of spreading factors (SF5 - 9 for BW 125, SF5 - 10 for BW 250 and SF5-11 for BW 500). My guess is that you have an invalid combination of spreading factor and bandwidth, though the library should be able to prevent that. |
Beta Was this translation helpful? Give feedback.
-
Hi Jan, thank you for reply. I try to set up BW=125 and SF=7. These values are correct. Why I see this message? May be this module E220 is bad? But the second one give the same message. 73! Eugene |
Beta Was this translation helpful? Give feedback.
-
The part of scketch: Serial.print(F("[LLCC68] Initializing 2.. ")); // carrier frequency: 433.0 MHz } Message: Could you please explain what "code -2" means? |
Beta Was this translation helpful? Give feedback.
E220 (PLCC68) = E220 (LLCC68)