Greetings,
I am getting started with SIM7020G COM.X NB-IOT module. Currently, I am interfacing this module with STM32 microcontroller.
Issue is that I am getting echo while transmitting AT command using STM32 UART. After some quick search I found that echoing can be turned OFF using "ATE0" AT command; So I tried that command but still facing same issue.
Command which I send is not being recognized as I sent reboot command but it doesn't work.
Baudrate:
I have tried 9600,115200,38400 but got the same result.
Length of cable & terminal software:
I also tried various Serial terminal software to transmit AT command via PC. cable length between Tx-Rx pin is hardly 10cm (using female-male jumper cable).
Power supply:
I am powering SIM7020G with 5V-1A supply and tried USB supply directly to that green PCB on module too.
Network status LED:
network status LED is blinking every second. I know that means module is not connected to network but atleast I should get response from SIM7020G.
I appreciate any kind of help.
Thank you so much for your time & efforts.
Note: I also tried AT&W command to save settings after using ATE0 command.