Hello there,
I have a project on fleet tracking, the concept here is I have an Arduino Nano and connected to it is GPS Module, Vibration Sensor, and OBD2 (MCP2515). And nano will send those data using a GSM Module.
Before I was using Blynk Iot for this but for data managing it is not as good and I want to connect it to BigQuery, and from that I found Google IoT Cloud.
My question is, is it possible to use Arduino Nano to connect to Google Cloud Iot? because most of the refference that I found was using ESP32 like this Project , if it is possible is there a good refference or example project that I can follow?
I just want to know if it is possible for now because I already assemble the hardware for prototyping, but if it is impossible I might change the board to ESP32 TTGO SIM800L.
The hardware that Im using now:
- Arduino Nano
- SIM800L (GSM)
- SW420 (Vibration Sensor)
- MCP2515 (CAN-BUS OBD2)