AT_MODE_NO_SUPPORT when trying to send a message in P2P

Hello,

I’m trying to send a message in P2P, but the response is AT_MODE_NO_SUPPORT.
I don’t understand what I’m doing wrong.
This is the log:

17:31:13.174 -> AT+NWM=0
17:31:14.341 -> OK
17:31:14.341 -> RAKwireless RAK3172
17:31:14.387 -> ------------------------------------------------------
17:31:14.434 -> Version: RUI_4.0.5_RAK3172-E
17:31:14.481 -> Current Work Mode: LoRa P2P.
17:31:14.527 -> AT+PFREQ=868000000
17:31:15.464 -> OK
17:31:15.464 -> 
17:31:15.464 -> AT+PSF=7
17:31:16.489 -> OK
17:31:16.489 -> 
17:31:16.489 -> AT+PBW=0
17:31:17.473 -> OK
17:31:17.473 -> 
17:31:17.473 -> AT+PCR=0
17:31:18.505 -> OK
17:31:18.505 -> 
17:31:18.505 -> AT+PPL=8
17:31:19.483 -> OK
17:31:19.483 -> 
17:31:19.483 -> AT+PTP=14
17:31:20.517 -> OK
17:31:20.517 -> 
17:31:20.517 -> AT+P2P=?
17:31:21.494 -> AT+P2P=868000000:7:0:0:8:14
17:31:21.540 -> OK
17:31:21.540 -> 
17:31:21.540 -> AT+PRECV=0
17:31:22.496 -> OK
17:31:22.496 -> 
17:31:22.496 -> AT+SEND=112233
17:31:23.524 -> AT_MODE_NO_SUPPORT
17:31:23.524 ->

When I use AT+PSEND instead of AT+SEND, the response is:

19:19:38.703 -> AT+P2P=?
19:19:39.735 -> AT+P2P=868000000:7:0:0:8:14
19:19:39.735 -> OK
19:19:41.709 -> 
19:19:41.756 -> AT+PRECV=0
19:19:42.738 -> OK
19:19:42.738 -> 
19:19:42.738 -> AT+PSEND=112233
19:19:43.767 -> AT_PARAM_ERROR
19:19:43.767 -> AT_COMMAND_NOT_FOUND
19:19:43.814 ->

Welcome to RAK forum @adrianza ,

I did test about it using the latest firmware and I didn’t see that issue.

image

My suggestion is maybe perform a full chip erase first using STM32CubeIDE then upload the rui3 v4.0.5 then test again using the same configuration.

Hi @carlrowan ,
Thank you for your answer!
I did what you suggest and works great now.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.