Good morning everyone!
I'm new to the forum and I hope I'm writing in the right place and way.
I'm using a SIM800L (RoHS) module connected to Arduino (Uno and Mega). I use the module to send data to a MySql database via php. Everything works perfectly.
However, I noticed that when the SIM800L module is connected to Arduino, the values I read on the analog pins vary a lot and are not stable. As soon as I disconnect the SIM800L module everything goes back to ok and the values become stable.
Has anyone had the same experience and can help me?
Thank you very much!
Have a nice day everyone!
The SIM800L is powered by an external 5V-5A power supply that also powers the Arduino.
The SIM800L is connected to the Arduino on digital pins 13 and 12 with a SoftwareSerial.
ok my thought was on a surge of current draw when the SIM800L connects to the network, leading to a voltage drop that could impact the ADC and its reference voltage
seems your power supply is quite capable though, so this my not be the issue
Excuse me but I verified that the problem was with the connections made with cables on breadboard... I made a small PCB and it seems that the readings are stable.