Replies: 2 comments 21 replies
-
That buck converter is rated at 3A, which you should be able to get from your 24V 1A supply. Actually, with 100uH about 2.5A. I would be probing the 5V with an oscilloscope before I changed the power setup. If you see voltage dips maybe try a few more 1000uF low-ESR caps on the output. |
Beta Was this translation helpful? Give feedback.
-
Have you checked the data lines to/from the the SIM800 with an oscilloscope - ensuring that the signal integrity is high, both generally and not too much affected by SD card communication? Also, be sure to verify the timings on the serial connection - if they are borderline, corruptions can trigger from slight temperature/humidty/voltage changes. SIM800L, and GSM generally, is a power hungry beast. Major PITA compared to 4G LTE modems. Would not recommend for new design. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a specific problem with my system configuration. I have a TTGO T-Call module with an integrated SIM800L module. I want to add an external SD card module (3.3V) to the system as I want to store data there long-term. The expected size is in the area of hundreds of MB, so I can't just store it in flash memory.
What I want to achieve is to send data over GPRS to the cloud via HTTP POST requests and store the data on the SD card as well for archiving in case transmission fails. Initially, I was just using flash memory to store data as I thought storing them on an SD card later would be trivial. Everything worked fine. Then I added an external SD card, and now I have a problem with transmission. If I initialize the SIM module first, I am able to obtain an IP address and connection, but later I cannot transmit data. It fails even to get the signal strength.
Then I tried initializing the SD card first and the SIM module after that, and the SIM module initialization fails. Based on this, I assume I am having a problem with power. I am using an external power supply of 24V@1A and then stepping down the voltage with a voltage converter:

Is there a way to solve the issue without changing the power supply, perhaps by adding some inductors and/or capacitors to stabilize the circuit?
Beta Was this translation helpful? Give feedback.
All reactions