Post topics, source code that relate to the Arduino Platform

User avatar
By electronicsguy
#21130
gwizz wrote:I had the same problem, using picocom on a raspberry pi.

I found the following allowed me to connect and enter AT commands:

Code: Select allsudo picocom /dev/ttyAMA0 --omap crcrlf


I am using the command above to connect, which it does. I can successfully do: AT+GMR, but AT+CWLAP still gives "Error". can anyone help with this?
User avatar
By electronicsguy
#21147 Ok I found the problem. You have to set mode to either 1 or 2 for it to connect to other wifi points. The mode was set at 2. I used this to change it to mode 3:

AT+CWMODE=3

Now I can list other wifi hotspots and connect to them successfully!