Hi. I'm currently using a Particle E313 in a project that needs a cellular connection. The devices can be viewed in the Particle Console. Unfortunately, with 3G networks being shut down soon, there is a need to move to a 4G-capable device.
The obvious solution is to upgrade to one of the 4G Particle devices (such as the B Series), however, this obviously comes at a cost—purchasing the B series, manufacturing new PCBs, etc.—so I want to do this cheaper.
A cheaper solution would be to simply purchase a 4G module such as the Quectel EG91-E, which is used in the B524, and attach it to the E313 through some of the unused pins.
My questions are:
- Is this possible? Can I use a different cellular module and disable the previous one?
- Will this still be able to connect to the Particle Cloud? I've seen other topics about using 3rd-party hardware which said that it requires licensing to work with the Cloud; although I'm not sure if that applies in this situation.
- What sort of changes do I need to make to do this? I was thinking the best option would be to modify the DeviceOS code, so my main code can still use functions like Particle.connect(). I'm not very familiar with the DeviceOS code, so I'm wondering where I should start.
Ideally, any changes I make will allow me to simply call the same functions from my code to set up the new 4G module, while the previous one stays disabled. I was looking at remapping pins and was also thinking about using the cellular HAL code for the B5SOM instead of the Electron code, but the code is quite different between them, so I'm not even sure if it'll work.
Here are some related topics which didn't answer my question:
WiFi +LTE together - Connectivity - Particle
Argon Bootloader + Firmware on third party hardware - Connectivity / BLE // NFC - Particle