Closed ciror00 closed 3 years ago
Please check the power supply, whether it is greater than 2A, and your power cord, please use a high-quality USB cable
Hi @lewisxhe !
Thank you very much for your answer.
The problem is intermittent. Sometimes it works and sometimes it doesn't. The cable is high quality and is the same as it works (sometimes).
I have this problem consistently. If I switch the device to use the Arduino tinyGSM example with the same cable and setup it seems to work correctly so it seems like maybe something specific to the mPy example. Any ideas on how to trouble shoot this?
Issues have not been active for a long time and will be closed. If there is a problem, please reopen it.
Sorry @lewisxhe can we re-open this issue, as you can see from my message above I have having problems. The GSM module works fine with arduino tinyGSM code but fails with the micropython example which means that it doesn't seem to be a power issue but rather an issue with the micropython code. Can you give me ideas on how to troubleshoot this or another python library/code to use instead?
@shaunmulligan Have you run the MicroPython code in the example? If possible, please publish your code and let me see.
Hi @lewisxhe thanks for the reply, yes I ran this micropython example: https://github.com/Xinyuan-LilyGO/LilyGo-T-Call-SIM800/blob/master/examples/MicroPython_LoBo/main.py which failed with the same issue and error logs @ciror00 reported above. I then ran this Arduino example: https://github.com/Xinyuan-LilyGO/LilyGo-T-Call-SIM800/blob/master/examples/Arduino_TinyGSM/Arduino_TinyGSM.ino and it worked perfectly
@shaunmulligan Which version are you using? Please let me know, I will test it again tomorrow. By the way, please share the error log with me.
I tested the four boards currently on sale. Only one of them had an accident. The reason may be that the USB current was too small. At the moment of entering the network, the current was too large, causing the module to be triggered by an unexpected low battery. The solution is on the board. It can be solved by connecting a 1000mA lithium battery to the lithium battery interface. Hope this can help you. I have tested the program and there is no problem.
Hi! I come from the issue number #21
The example code does not work. The debug screen shows this:
(very much logs)
Does anyone have any solution? Thanks!.