ACE-GTW-4G Quick Setup Video
For start your first MQTT communication between
ACE-GTW-4G Gateway (MQTT Client) >>> MQTT Broker (Server) >>> Another MQTT Client (Software)
For start, you just need:
- ACE-GTW-4G Gateway
- WiFi Internet connection
Connect to the Gateway web interface
- IP address: 192.168.8.1 (Your PC must be on the same network 192.168.8.xxx)
- Login = root
- Password = root (Replace it with a strong password in production)
Setup and Check an Internet connection
- Internet connection via its WiFi
- Check the Internet connection with the Ping tool
Setup a connection to a MQTT Broker and send the first MQTT Topic
- MQTT Broker: aceautomation.ddns.net or 101b7a0.online-server.cloud (replace the emqx.io broker in the video)
- Username : aceautomation
- Password : ilovetheseproducts
- Use this Broker only for your tests
- MQTT Topic GPS/Available with the internal Payload bit $GPSVAL$[0;1]
- This internal Payload indicates if internal GPS data is available
- Common tag prefix for PUBs and SUBs (optional) : MyPrefix/
- Don’t forget the / at the end
- Avoid entering a common prefix (or suffix) for all Topics
Check with another MQTT Client the Topic we sent from the ACE-GTW-4G
- Topic : MyPrefix/GPS/Available
Here, we check with the MQTT-Explorer software: