-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SIMCOM support is non existent, Lilygo here is near 0, still... #286
Comments
remote RSSI indication? What do you mean? |
Radio link is between UE and eNB. |
The module can only obtain the RSSI value of the downlink, use AT+CPSI to query |
Too bad. Local RSSI is shown in more than one place. AT+CENG also shows Tx power but it is only valid when transmitting and I have not been able to latch it. Tx power is commanded by eNB and should follow remote conditions. |
Could you please ask SIMCOM for a way to read the TX power measure ? |
It can be tested through cmw500. No commands are required during signaling test, and it can be sent through the instrument. |
I'm not sure I understand what you mean by this... I'm not trying to measure this in a test environment, I want to have a means to know the current TX power that should be the consequence of the tower (eNB) commanding it. |
Can you please ask SIMCOM of a procedure to be able to read tx power with AT+CENG ? |
Added CTBURST_Application_Note |
Lewisxhe, ATI OK Also, I read the CTBURST application note, and it is intended for testing, assuming it works for the SIM7000 family which does not seem to be the case: at+CFUN=5 Just in case, please take a minute to understand my need. I need to read during working conditions the current TX power level of the modem. According to the LTE norm, this level is determined by the base station (eNB) depending on the uplink conditions, thus is a fair estimator of the uplink conditions. I have some areas where the node is failing to connect and in field testing this information would be most valuable. Thank you! |
Your requirement is to read the current transmit power level of the modem at runtime. SIMCOM replied that there is no such function. Sorry. |
Ok, thank you. It seems whoever replies just wants to reply something, given what I already Engineering Mode is designed to allow a field engineer to view and test the If camping on a CAT-M or NB-IOT cell: <tx power> Tx power value in 1/10 dBm. <tx power> is only meaningful |
OK, I understand what you are asking for. I misunderstood.. So your real problem is that the TX power field returned by AT+CENG is always 255, right? Send AT+SIMCOMATI to check your current software version, and what is the pn field on the modem? |
Right, my problem is that I have not been able to "read" or "latch" the tx power value. AT+SIMCOMATI OK |
SIMCOM requires you to provide the debugging log How to connect USB and USB driver can be viewed here The video of capturing log operation is here. The video demonstrates SIM7080 and the operation method is the same as SIM7000 Capture logAfter the connection log is captured, you can send AT+CENG to operate, and the log will capture your current network status, etc. |
Lewis, Still, I'm open to do whatever, just tell me what. |
They require that we capture the modem operation log and send it to simcom for analysis. |
Lewis, this happens to a new modem in my bench, I'm trying to find out how to measure field status by programming the read of tx power, so I'm working with a test unit. Are you a technical person ? If so, you would understand that to analyse something there has to be something to be analysed first. I know what a log is, I have no problem in getting a log, but the device should be trying to do something during the log capturre for the log to have any value. Also , this is not the problem of one device AFAIK, I have more than one here. If they think that AT+CENG should send meaningfull data, it might make more sense to test something with another device ? In any case, please ask them to provide a script for the test they want. |
Use your SIM card, register the network, send AT+CENG query, the modem will record these things, you can query several times, of course, according to the AT manual, TX POWER will only be displayed when there is data traffic, you also need to find a way to keep the modem connected to a server, SIMCOM can analyze whether the base station you are using supports this function. Remember to start capturing from the time the module is turned on, this is the reply they gave. |
The base station supports this function ? This is nonsense. You are telling me to send a log of anything. I will, but it would be much more efficient if this had any value... they are just keeping us busy. |
Here you are ... qmdl inside .zip |
Can you re-capture the log? The log does not include the network registration process. |
I don't understand what CAT-M or NB-IOT has to do with this. AT+SNPING4="8.8.8.8",3,16,100;+CENG? +CENG: 1,1,1,LTE CAT-M1 +CENG: 0,"9360,336,-76,-47,-14,10,15103,128281604,722,34,255" OK On the other hand, they are using an old TEST version of firmware ? I'm using B08: Can you please ask them to suggest a short script that demonstrates the working reading ? What have they done prior to that +CENG command ? |
I think I understand the reason for the problem. If the data and query are both on the AT port, then the data has been sent by the time the query is made, and the power is 255. |
Then on a system like the LiyGO-T-SIM7000G, the feature is useless because all interaction with the modem is through the AT port. |
FTR, today I enabled NB-IOT on the modem and here... +CENG does return the TX power: +CENG: 0,"9312,336,-62,-61,-3,20,35103,128281804,722,34,-130" So it seems to be a firmware bug of sorts. Yes, it works for SIMCOM because they tested in NB, not in CAT-M |
Does anybody know if there is some way of getting remote RSSI indication ?
I.e. the local RSSI reflects the DL conditions, but how can I get an idea of UL conditions ?
TIA
The text was updated successfully, but these errors were encountered: