Additionally, confirm that the baud rates and communication protocols are configured correctly in your software.
Assumptions:
I assumed that both the SIM800L and NEO-6M-GPS modules will be connected directly to the ESP8266's RX and TX pins. Typically, for serial communications, you'll connect the TX of one device to the RX of another and vice versa.
These connections assume that there will be no conflicts in communication and that your ESP8266 will manage the connections correctly.
If you need different connections or if my assumptions are incorrect, please let me know!
2y
2
create a high level mermaid block diagram of U1, U2. Include key component's man...
error33744
copilot
-
SIM800L (U2):
- Connect U2:VCC to the +3.3V power supply.
- Connect U2:GND to the ground (GND).
-
NEO-6M-GPS (U4):
- Connect U4:VCC to the +3.3V power supply.
- Connect U4:GND to the ground (GND).
-
Nodemcu-12E ESP8266 (U1):
- Connect U1:VIN to the +3.3V power supply.
- Connect U1:GND to the ground (GND).
Data Connections