My EM7430 and EM7455 need to test TX signal with AT command.
I only found below information in the documents without any about LTE RF transmission examples.
There is an example about LTE RF test, but it’s about RSSI not RF transmission.
May someone help me?
Thanks.
The below sequence works. There are some points about it
Tx and Rx bandwidth need to be set and not just the Tx one. Additionally for this you need to set the right number of resource blocks (RB) in the waveform command as per the attached.
You need to use revision 3 of the AT command spec on the source as some of the commands have been added here.
The power is set by the at!dalstxpwr command which is not specified in the above document although I suspect it takes the same format as the at!dawstxpwr command.
AT!DAFTMACT
290300
OK
AT!DASBAND=42
0
OK
AT!DALSTXBW=3
OK
AT!DALSRXBW=3
OK
AT!DASCHAN=20175
19968
OK
AT!DALSTXMOD=0
OK
AT!DALSWAVEFORM=1,50,10,0
OK
AT!DALSNSVAL=1
OK
AT!DASTXON
OK
AT!DALSTXPWR=1,10
OK
If any of the parameters are wrong i.e. there is a conflict around the wrong combination of parameters there is no error checking on this and the unit will power cycle as the signalling software rejects it, not ideal but that is the way it works, not like you would see this in the field.
I need to create a script that turns on and off the transmission in selected frequencies / channels, for compliance purposes. The only documentation that I have is the AT command reference (Rev. 3), which is not very detailed in this matter.
Do you have any further information?
I tried to follow your example, and I get an error on
AT!DALSTXMOD=0
And I don’t have information in the AT command reference about AT!DALSTXPWR.
As the name of these commands implies they are intended for use in a factory to check antenna connectivity, they are NOT intended for use with compliance testing.
For compliance testing you need to use an LTE test set and use this to command the unit to setup the bearer as required. If you use the factory commands it is likely you will see unwanted results as the unit is not being used the way it has been designed or will actually operate i.e. with full power control on a properly modulated/demodulated signal. If you are using a test house that does not have the relevant test equipment to do this I would suggest you change test houses as they are most likely not capable of carrying out the testing as required by the standards anyway.
In which case the test house in question can configure the LTE test equipment to work only on the frequencies that you (or they) need it to. Alternatively, assuming you are using the QMI interface, you can force the unit to lock to a cell using the API’s (you cannot do this with AT commands).
AT!DAFTMACT
OK
AT!DASBAND=42
0
OK
AT!DALSTXBW=3
OK
AT!DALSRXBW=3
OK
AT!DASCHAN=20175
19968
OK
AT!DALSTXMOD=0
ERROR
AT!DALSWAVEFORM=1,50,10,0
OK
AT!DALSNSVAL=1
ERROR
AT!DASTXON
OK
AT!DALSTXPWR=1,10
ERROR
Can you give me an hint to troubleshoot? My module is EM7455.