I'm a student who is trying to make a simple project with arduino and a sim800l evb module.
I watched some videos on youtube to hunderstand the basic but i'm stuck cause my sim800l doesn't work.
I can't figure out wich is the ring of the chain that doesn't work, it could be a wrong supply or wiring, defective board, wrong sim plan or maybe the code; so i'm here to ask help.
The only things that i can see are:
the module's leds doesn't light up
the module heat up a little bit
if i give some at commands form serial monitor it does noting
This is what i have:
Arduino uno
Sim800L EVB
Powerbank 5V/3.4A
sim form thingsmobile
This is the wiring (board -> arduino):
5VIN -> Powerbank
GND -> Powerbank
VDD -> 5V
TXD -> pin 2
RXD -> pin 3
GND -> GND
RST -> X
The tutorial video that i used is this: https://youtu.be/zvluM-YI-0E
It is an italian maker (i'm also italian) and it is pretty reliable, is not the first time that i use one of his video like reference.
A schematic, not a frizzy would help along with links to each of the hardware devices that show technical information. Be sure it shows all ground connections as you have wired it. You can disconnect everything and load the blink sketch into your arduino, if that works the Arduino is probably OK. It should not get warm.
I am a concerned about this information but I'm not clear about your connections to the sim800l
Powerbank 5V/3.4A
This is the wiring (board -> arduino):
5VIN -> Powerbank
GND -> Powerbank
VDD -> 5V
The referenced tutorial states
VCC supplies power for the module. This can be anywhere from 3.4V to 4.4 volts. Remember connecting it to 5V pin will likely destroy your module! It doesn’t even run on 3.3 V! An external power source like Li-Po battery or DC-DC buck converters rated 3.7V 2A would work.
@cattledog i have already see that site and it is done really good but that isn't my board, i have this one
Form what i read this have a circuit that make the 5v suitable.
As schematic i followed the tutorial of the past link:
Thanks for the clarification. I now understand more about the V2 module and understand the 5v power supply.
I am still unclear about the Vdd pin of the UART section. It appears that you have connected it to 5v. Many of the references found on the web for that board with a 5v Arduino show it as not connected.