Site icon Renzo Mischianti

E220-900T22D problem with receiving configuration

hey - I have a problem reading the configuration from my device EBYTE E220-900-T22D with arduino nano. The only thing displayed on my serial monitor is the following:
TransModeWORPeriod : 0 -> 500ms
TransModeTransContr: 0 -> WOR Receiver (default)
TransModeEnableLBT : 0 -> Disabled (default)
TransModeEnableRSSI: 0 -> Disabled (default)
TransModeEnabRepeat: 0 -> Disabled (default)
TransModeFixedTrans: 0 -> Transparent transmission (default)
—————————————-
No response from device! (Check wiring)
12
—————————————-
HEAD: 0 0 97
Model no.: 61
Version : 72
Features : 65
—————————————-

also when I try to set the configuration, there is a slight problem because I get the unsuccess information, but here it seems to me that the code partially works because after changing the transmitter frequency to a different frequency than the receiver one, the receiver stops reading the data.
Success
1

Success
1
Save mode returned not recognized!
11
Success
1
my pins configurations:
#include “Arduino.h”
#include “LoRa_E220.h”
#include <SoftwareSerial.h>
SoftwareSerial mySerial(3, 2); // Arduino RX <– e220 TX, Arduino TX –> e220 RX
LoRa_E220 e220ttl(&mySerial, 4, 6, 5); // AUX M0 M1

The device is well connected - I checked several times...
Exit mobile version