-1

I have a NodeMCU microcontroller.

Question 1: Is it possible to connect this to a 3G network? Question 2: How? Please could someone provide me the example code for connecting to it?

Thanks in advance!

Ryan Brown
  • 47
  • 1
  • 8

1 Answers1

1

A ESP8266 (the MCU used by the NodeMCU boards) connects to WiFi but not GPRS unless you add extra hardware i.e. a GPRS modem.

Marcel Stör
  • 22,695
  • 19
  • 92
  • 198