How Can We Help?
ACE-GTW-4G Quick Setup Video
For start your first MQTT communication between:
- MQTT Broker (Server) < >
- < > ACE-GTW-4G Gateway (MQTT Client)
- < > Another MQTT (Here, another MQTT Client Software)
For start, you just need:
- ACE-GTW-4G Gateway
- WiFi Internet connection or Ethernet network (RJ45) with DHCP server and Internet access
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 (see video)
- or WAN interface (DHCP Client) to your local network that has a DHCP server and Internet access.
- 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 : (Please contact us to obtain it – This MQTT server is a test broker for our customers, not for permanent use)
- Use this Broker only for your tests (For install your own MQTT Broker, you can see How to install a Cloud MQTT Broker on a VPS)
- MQTT Topic GPS/Available with the internal Payload bit $GPSVAL$[0;1]
- This internal Payload (bit 0/1) indicates if internal GPS data is available
- Common tag prefix for PUBs and SUBs (optional) : MyPrefix/
- Don’t forget the / at the end
- This function avoids the need to enter a common prefix and/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.
Parameters are the following:
- MQTT Broker: aceautomation.ddns.net or 101b7a0.online-server.cloud (replace the emqx.io broker in the video)
- Username : aceautomation
- Password : (Please contact us to obtain it – This MQTT server is a test broker for our customers, not for permanent use)
Continue with the help of the comments in the bubbles!
All fields have a mouse-over help: Hover the mouse over the field title or the column headers to get more details on the parameters.