Postby MicroController » Fri Feb 17, 2023 3:53 pm
What kind of "network access" do you want?
The modules you found/linked to are "2G" modules (GSM+GPRS), not 5G and not LTE. If you have 2G coverage you can access the internet via GPRS, at about 50kbit/s IIRC (yes, that is KILO bits per second), which may or may not be sufficient for your application.
Most, if not all, of the mobile network chips and modules support voice calls out of the box; if you don't need that, just don't use the feature. Usually, the modules are controlled via a serial (UART) interface so you can connect them to any circuit you design where you have a serial port available.
LoRa is a completely different technology to cellular phone networks. Basically, LoRa only defines a protocol to send and receive data over radio frequency, directly from one LoRa device to another one. There are projects, many community-driven, to create cellular network like infrastructure to forward messages between LoRa devices or even to/from the internet; see if that'd be of use to your application. Plus, LoRa is designed for long range and very low power consumption and, as a result, provides very limited data rates as well, absolutely nowhere near those of 5G or LTE.
As for cell phone networks, there are dedicated chips and modules for LoRa communication which you'd connect to your controller via e.g. SPI.