Other Parts Discussed in Thread: WL1837
I have been working the with WL1837 linux version of the wifi radio for a little over a week now and I cannot for the life of me get the radio to output the power it should be (around 10 dBm). One thing that is confusing is that the datasheet lists the limiting value at 10 dbM.. but the spectrum analyzer reads negative numbers (-65 is pretty much the norm).
I have been using these commands:
calibrator wlan0 plt power_mode on
calibrator wlan0 wl18xx_plt tune_channel 48 1 1
calibrator wlan0 wl18xx_plt set_tx_power 20,000 0 1 48 0 0 1 1 0 0 0 0
calibrator wlan0 wl18xx_plt start_tx 500 4 500 0 0 1 0 0 #chip MAC #my MAC 0
The 20,000 in the first field of the set_tx_power should set the output power to 20 dbM.. but again the average is -65.
Suggestions?