07 Jan 2020

How are Connected IO modems configured to Work with Meraki?

Our Modem works fine with Meraki version MX 14.53 Z1 / Z3

MX64 with firmware version 14.53 ( may take some longer  time to recognize a modem)

To run a connection with Meraki you have to use an additional PS(Power Supply) connected to the modem

(Because of Meraki does not provide enough voltage power from a USB port to activate a modem)

To get it to work make sure the Meraki version is supported.

Run connection with modem first (https://www.connectedio.com/support#how-do-i-configure-the-modem)

When connecting to Meraki

For more information please refer to Meraki documentation:

https://documentation.meraki.com/MX/Cellular_with_USB_Modems

 

Few troubleshooting tips:

1.  Make sure SIM card activated & provisioned properly with M2M Plan

2. Please check a signal and data transfer on your PC/Laptop before connecting to Meraki

3. Use the power supply when connecting to Meraki USB

4.  Data cable may not be compatible with the Meraki device you tried to connect ( please replace "Y" or " V" cable  provided and use standard USB to MicroUSB cable and powercycle Meraki without powercycling modem! )

5. Make sure USB port on Meraki device fully functioned and recognized new connection ( Please connect to Meraki portal and check connection verification, sometimes USB may lose or malfunction and does not recognize connections)

 

 

Learn More keyboard_backspace
07 Jan 2020

What are the main AT commands supported by Connected IO modems?

To connect Connected IO devices to a 4G network, type the following
AT%CMATT=1 //attach to the eNodeB and register on the network 
AT%DPDNACT=1 //enable the data-plane

To disconnect Connected IO devices from 4G network, type the following
AT%DPDNACT=0 //disable the data-plane

Learn More keyboard_backspace
07 Jan 2020

Do Connected IO modems support IP pass-through?

Connected IO devices support IP pass-through mode by default. IP addresses are assigned to the host device rather than the Modem.

Learn More keyboard_backspace
07 Jan 2020

How do I configure the modem?

 

Unlike a router, which is a standalone device, a modem is a peripheral and depends upon a host. Connected IO Modems support Windows and Linux hosts. Each needs a driver to know how to communicate with the modem.

Setting up a modem consists of three simple steps:

1. First, install the proper driver on your host computer.

https://connectedio.com/support?q=2

2. Then connect the modem and power it up.

3. Lastly, activate the modem and tell it where to 'communicate'

To connect, use the USB  cable, as desired, and plug in the modem until the Power LED illuminates.

To configure the driver,  follow the next step to make some additional changes for driver signature disabling:

4. Additional changes for driver signature disabling:

Windows blocks Telit USB ports since Telit's drivers are not signed by Microsoft.

Please use the link below (option 2) to disable driver signature enforcement (it should be re-enabled on the next reboot):

https://www.howtogeek.com/167723/how-to-disable-driver-signature-verification-on-64-bit-windows-8.1-so-that-you-can-install-unsigned-drivers/

5. Linux driver support:

To allow-hotplug and start data on raspberry do :

sudo vim /etc/network/interfaces

And add the following lines:

allow-hotplug usb0

auto usb0

    iface usb0 inet manual

    up path/to/StartDataCM4NA.sh

Link to Linux USB driver install user guide: Here

 

Learn More keyboard_backspace
07 Jan 2020

What is the difference between static and dynamic IP addresses (APNs)?

Dynamic IP (VZWINTERNET)

With dynamic IP addresses, incoming connections into the host system behind your devices are blocked.

Static IP (VZWSTATIC)

With static IP addresses, inbound connections into the host system behind Machine Connect are allowed. Any application that requires remote access to the host device needs to use Static IP addresses.

M2M static SIM is EAAA.NP.GW2.VZWENTP


 

Learn More keyboard_backspace
07 Jan 2020

Do Connected IO modems support Verizon's Private Network?

Connected IO Modems are certified for Verizon Private Network connectivity.

Learn More keyboard_backspace
18 Feb 2022

AT&T 3G sunset, urgent upgrade notification

Due to AT&T’s 3G sunsetting network upgrades EM1000T-NA-CAT1 and CM4NA modems running on AT&T’s network need to make configuration changes. Customers can implement this change by issuing the AT command “AT+CEMODE=2”. Failure to implement this change may prevent the devices from connecting to AT&T’s network.

Learn More keyboard_backspace