xreef / EByte_LoRa_E220_Series_Library

Arduino LoRa EBYTE E220 LLCC68 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico (rp2040 boards)..
https://www.mischianti.org/category/my-libraries/lora-e220-llcc68-devices/
Other
92 stars 23 forks source link

Arduino Uno R3 - Timeout #29

Open Nikolay961996 opened 1 month ago

Nikolay961996 commented 1 month ago

Hello. You did a great job! But i have problem with Arduino Uno R3 with E220-900T22D. I wire like you pic, and run you code 01_setConfiguration with adding on top

#define FREQUENCY_868
#define LoRa_E220_DEBUG

and module info printing

e220ttl.begin();
ResponseStructContainer c;
c = e220ttl.getModuleInformation();
ModuleInformation moduleInformation = *(ModuleInformation*) c.data;
printModuleInformation(moduleInformation);

I get next message:

----------------------------------------
HEAD: 0 0 2
Model no.: 0
Version  : 50
Features : A1
----------------------------------------
Timeout!!
9
----------------------------------------
----------------------------------------
HEAD: 0 0 2
Model no.: 0
Version  : 50
Features : A1
----------------------------------------
Timeout!!
9
----------------------------------------
HEAD : 0 0 2

AddH : 0
AddL : 50

Chan : 0 -> 850MHz

SpeedParityBit     : 0 -> 8N1 (Default)
SpeedUARTDatte     : 101 -> 38400bps
SpeedAirDataRate   : 1 -> 2.4kbps

OptionSubPacketSett: 0 -> 200bytes (default)
OptionTranPower    : 11 -> 10dBm
OptionRSSIAmbientNo: 0 -> Disabled (default)

TransModeWORPeriod : 0 -> 500ms
TransModeEnableLBT : 0 -> Disabled (default)
TransModeEnableRSSI: 0 -> Disabled (default)
TransModeFixedTrans: 0 -> Transparent transmission (default)
----------------------------------------
Timeout!!
9
Timeout!!
9
----------------------------------------
HEAD : 0 0 2

AddH : 0
AddL : 50

Chan : 0 -> 850MHz

SpeedParityBit     : 0 -> 8N1 (Default)
SpeedUARTDatte     : 101 -> 38400bps
SpeedAirDataRate   : 1 -> 2.4kbps

OptionSubPacketSett: 0 -> 200bytes (default)
OptionTranPower    : 11 -> 10dBm
OptionRSSIAmbientNo: 0 -> Disabled (default)

TransModeWORPeriod : 0 -> 500ms
TransModeEnableLBT : 0 -> Disabled (default)
TransModeEnableRSSI: 0 -> Disabled (default)
TransModeFixedTrans: 0 -> Transparent transmission (default)
----------------------------------------
Nikolay961996 commented 1 month ago

I measure now on Lora pins: M0, M1, TXD, AUX - 3.3V RXD - 1V VCC+GND - 5V

Nikolay961996 commented 1 month ago

I found problem. Arduino wiring pin picture in ReadMe not some pins in scratch