Page 1 of 1

Setting Wifi module in Rx mode

Posted: Mon May 04, 2020 8:16 am
by puV
Hi,
I need to test if a device I have been working on complies with Radio regulations. To do that I need to set the wifi module of my raspberry pi zero w in Rx mode. What I mean by Rx mode is that it should not be sending anything(as that would damage the equipment in the lab) but still recieve data. I don't wanna disable the wifi module as I still want the antenna to be active.

Is this possible? Anyone know how to do this?

Thanks in advance!

edit: I ofcourse mean Rx mode not Tx mode....

Re: Setting Wifi module in Tx mode

Posted: Mon May 04, 2020 8:55 am
by drgeoff
puV wrote:
Mon May 04, 2020 8:16 am
..... I need to set the wifi module of my raspberry pi zero w in Tx mode. What I mean by Tx mode is that it should not be sending anything(as that would damage the equipment in the lab) but still recieve data.
Tx mode means transmitting.

Re: Setting Wifi module in Tx mode

Posted: Mon May 04, 2020 8:59 am
by puV
drgeoff wrote:
Mon May 04, 2020 8:55 am
puV wrote:
Mon May 04, 2020 8:16 am
..... I need to set the wifi module of my raspberry pi zero w in Tx mode. What I mean by Tx mode is that it should not be sending anything(as that would damage the equipment in the lab) but still recieve data.
Tx mode means transmitting.
Whoops my bad. I meant that I wanna turn of Tx so I got them mixed up in my head. I have edited the post.