Hi there, long time lurker, first time poster as I’m trying to start my first “proper” Arduino project.
The software side I’m fine with as my job is in software dev, but hardware wise I’m completely lost and have been trying to compare boards all day so I’m really hoping someone can assist with a recommendation or two.
I’m building a small IoT project, what id like:
A board with WiFi connection so i can build / test
But more importantly, a way to add 4G sim connection as the board will be installed remotely once ready
Ability to add up to say 5 sensors (GNSS and temperature sensor (BME280?)) as a starting point
Power to originate from 12V vehicle battery (with whatever required to make that power usable by the board)
The end result being the board will be able to send sensor data via either MQTT or HTTP to a web server at regular intervals.
Sorry if this has been asked loads but I think I’ve baffled myself with science and just want to order something!!
It is probably safe to say that any board with a WiFi module built in will work for this project. The question is how many GPIO pins are needed.
To safely power the project from a vehicle battery, a separate voltage regulator will be required. If the vehicle battery is in a vehicle, this also needs to be thoroughly protected from the large voltage transients associated with vehicle power systems.
Perfect thank you, so I currently have a “Nano ESP32” in my basket (I was recommended an ESP32 board prior but that’s about all I know)
Sorry for the incredibly dumb question, but would any board like this be able to be upgraded to use 4G / LTE instead of WiFi when it is finally installed remotely?
recommend a ESP32 (onboard WiFi, Bluetooth Classic and BLE), plenty of IO facilities (cost about £7 in UK). Supported by Arduino IDE.
In the past attached various modems to the ESP32 including a Quectel EC21 Series using a Quectel Mini PCIe EVB kit
Your SIM module probably has GPS included. You may not need a 4G shield, I understand some people can still use 2G.
If you use a SIM shield, the Wifi may be redundant, in which event a plain-vanilla Uno may suffice.