Open nits-skydeploy opened 8 months ago
To change the BW/sampling rate, I would suggest you check information in this issue : https://github.com/open-sdr/openwifi/issues/155
Hi Xianjun, Thanks for your reply. I have tried the same and made modifications in the design including the filters, verilog files and .sh files but I don't know how to check whether the changes are working or not. Shall i make two of such boards and try to make adhoc network with 10MHz bandwidth and then check for the data rate with iperf? Also can i change the freq to any value other than 5.9GHz, as 10MHz is allowed over ITS band right now.
Regards Nitin Kumar
On Tue, Mar 26, 2024, 13:29 Jiao Xianjun @.***> wrote:
To change the BW/sampling rate, I would suggest you check information in this issue : #155 https://github.com/open-sdr/openwifi/issues/155
— Reply to this email directly, view it on GitHub https://github.com/open-sdr/openwifi/issues/394#issuecomment-2019717431, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHWN5X24NPEOAL5MQXJBSZ3Y2EMDVAVCNFSM6AAAAABENMH6MWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJZG4YTONBTGE . You are receiving this because you authored the thread.Message ID: @.***>
Hi Xianjun, I tried making two radios with 10MHz bandwidth, i am able to run the script for ad-hoc network with channel 174 and 10MHz bandwidth, but the two radios do not connect on same network, the cell ID for both are different. Can you suggest where i may be wrong, additionally please suggest how the linux kernel supports 1/2/5/10 MHz bandwidth.
Thanks and regards Nitin Kumar
On Wed, Mar 27, 2024 at 11:03 AM Nitin Kumar @.***> wrote:
Hi Xianjun, Thanks for your reply. I have tried the same and made modifications in the design including the filters, verilog files and .sh files but I don't know how to check whether the changes are working or not. Shall i make two of such boards and try to make adhoc network with 10MHz bandwidth and then check for the data rate with iperf? Also can i change the freq to any value other than 5.9GHz, as 10MHz is allowed over ITS band right now.
Regards Nitin Kumar
On Tue, Mar 26, 2024, 13:29 Jiao Xianjun @.***> wrote:
To change the BW/sampling rate, I would suggest you check information in this issue : #155 https://github.com/open-sdr/openwifi/issues/155
— Reply to this email directly, view it on GitHub https://github.com/open-sdr/openwifi/issues/394#issuecomment-2019717431, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHWN5X24NPEOAL5MQXJBSZ3Y2EMDVAVCNFSM6AAAAABENMH6MWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJZG4YTONBTGE . You are receiving this because you authored the thread.Message ID: @.***>
Hello! Any progress with enabling 802.11p? This topic is also very interesting to me. I was just able to launch openwifi on the LibreSDR platform and now I’m thinking about how to enable the 10 MHz band and solve the problem with frequencies. I was not able to set it above 5900 MHz, only if directly in the registers using ./sdrctl.
hi, I did what was suggested by @JiaoXianjun, but it is not working out. I can't connect any user to the wifi, also not able to connect two devices using ad-hoc network. With 10MHz another issue is that the MAC layer in Linux do not support 10MHz directly ( i believe) and modifications are also required in that. Usually the wifi chip's driver (openwifi in this case) must report is to MAC that is has the capability of 5/10MHz bandwidth, i can't figure out how to do that.
Maybe you could search/learn how other chip support 5MHz and 10Mhz in the kernel driver tree, like ath9k (if my memory is correct).
ok @JiaoXianjun I will look into this. Thanks for sharing
Hi Xianjun, My name is Nitin, first of all let me congratulate you. Openwifi is really very neat and strong work from you, thanks for doing it and sharing it.