Changes between Version 18 and Version 19 of wireless/modem/AMITMDG


Ignore:
Timestamp:
10/17/2022 03:52:21 PM (19 months ago)
Author:
Ryan Erbstoesser
Comment:

add ssh info

Legend:

Unmodified
Added
Removed
Modified
  • wireless/modem/AMITMDG

    v18 v19  
    6565
    6666= Software
     67
     68== SSH
     69It is possible to SSH into the MDG200
     70
     71Default SSH username/password: (If it has not been changed in the webgui)
     72
     73admin/wirelessm2m
     74
     75Command list is provide [here]
     76
    6777== AT Commands and Script
    6878
     
    7282
    7383The script logs into the web ui on the device, sets the password if needed (required on first login), set the mode to "modem" mode, sets the sim selection to the external sim (on the GW board), and set AT_NMEA mode then reboots the device.
     84
     85Download the init_mdg200.sh script [http://trac.gateworks.com/attachment/wiki/wireless/modem/AMITMDG/init_mdg200.txt here]
    7486
    7587Here are the commands run in order (assuming attached script is on the board at /root/init_mdg200.sh):
     
    8496}}}
    8597
    86 After the command runs, the modem reboots and re-initializes into modem modem with the AT interface exposed that modemmanager can then latch on to. This takes 30-45 seconds to complete to the point modem manager can then communicate with it. From there, I was simply able to do the following to gain internet activity.
     98After the command runs, the modem reboots and re-initializes into modem modem with the AT interface exposed that modemmanager can then latch on to. This takes 30-45 seconds to complete to the point modem manager can then communicate with it. From there, we were simply able to do the following to gain internet activity.
    8799
    88100{{{