Hi Teltonika Community,
I’m using a Teltonika FMM003 installed in an EV and I want to send telemetry (especially SOC / State of Charge) to AWS IoT Core on a fixed interval, then store it in DynamoDB.
I found Teltonika documentation about connecting devices to AWS IoT Core, but I’m not sure whether FMM003 supports direct MQTT to AWS IoT Core (MQTT over TLS on port 8883, using X.509 certificates) with standard firmware, or if it requires a special firmware / feature.
Could someone confirm:
-
Can FMM003 connect directly to AWS IoT Core using MQTT over TLS (no intermediate server/gateway)?
-
If yes, which firmware version / configuration is required (any specific “MQTT-enabled” firmware)?
-
If no, what’s the recommended approach—should we send data via Codec (TCP/UDP) to our own server first and then forward to AWS?
Any guidance or official references would be appreciated. Thanks!