Home › Forums › Mayfly Data Logger › LTEBee on Verizon? › Reply To: LTEBee on Verizon?
2022-08-24 at 6:06 PM
#17278
The SIMCom 7080G modem chip upon which the EnviroDIY LTE Bee is built did not have Verizon certification until early August. Once they notified me, I asked SIMCom support what APN setting to use for V
The SIMCom 7080G modem chip upon which the EnviroDIY LTE Bee is built did not have Verizon certification until early August. Once they notified me, I asked SIMCom support what APN setting to use for Verizon, and this was their response:
Set you APN as follows:
at+cgdcont=1,”ipv4v6”,””
at+cgdcont=2,”ipv4v6”,”vzwadmin”
at+cgdcont=3,”ipv4v6”,”vzwinternet”
We were able to get an EnviroDIY LTE Bee to connect to Verizon, using ModularSensors, by setting the apn to an empty string, e.g.:
1 2 |
// Network connection information const char* apn = ""; |
Hopefully this helps anyone else who needs Verizon coverage with these newer modems.
Best,
Matt