Read GPS NMEA Message from SIM7600 on IGT-30

SIM7600 from SIMCOM provides a built-in GPS functionality. However, by default, GPS function is not enabled automatically. Here’s my approach to enable the GPS functionality of SIM7600 on IGT-30. Before we start to send the command, make sure SIM7600 is ...

Read more

Running Docker on IGT-30 and IGT-20 Series

Docker has been a very hot topic. It enables one to package up code and all its dependencies in a single container image, which can later be easily loaded in another environment. IGT-20 and IGT-30 series equip with armv7 architecture processors, which are fort...

Read more

Installing Node-RED on IGT-20 and IGT-21

Update 2020/5/8: Node.js 10 has been install successfully. And this article applies also to IGT-30D, IGT-31D, IGT-33V and IGT-34C. Node-RED is a frequently used software package for IoT, Internet of Things, applications. Though the factory OS images of IGT-20 ...

Read more

How to Create a Host-only LAN Adapter for a VirtualBox Virtual Machine

When running a virtual machine, VM hereafter, it’s quite often to communicate between a Guest and the Host. For example, here we would like to transfer some files from the Host to the IGT-20 Toolchain Guest. There’s also another possibility, such a...

Read more

How to Create a New VirtualBox VM Using a Exisiting Disk File

After VirtualBox is installed, open it and click New. A Create Virtual Machine Window will pop up. If Guided Mode shows up, click Export Mode. Otherwise, ignore this step. Once getting into the Expert Mode, select the type of OS (here for example Linux) and ve...

Read more