5/12/2021 4:01 PM | |
Posts: 4 Rating:
|
this might help: https://embeddedpi.com/documentation/3g-4g-modems/simcom-5360e-modem-gps-configuration |
5/19/2021 3:57 PM | |
Joined: 4/12/2016 Last visit: 7/1/2022 Posts: 17 Rating:
|
Hi, I managed to get it working in IOT2050. I used a SIMCOM 7100E 4G/GPS mPCIe card., Unfortunalty the gsm is not stable, it did work for a while, but after a while after reboot, it connects but than goes from connected to 'registered' when I check with 'nmcli connection show', is up for a minute but goes down after a minute. However, I managed the node-red gpsd node working, there are many video's on youtube on how to install it on a RPI, most of the configuration works on this Debian build of the IOT2050 as well. It turned out that the GPS data was coming in from ttyUSB1, you have to redirect the socket to your serial USB port. first check if GPS data is coming in for instance: "cat /dev/ttyUSB1" or in your case maybe "cat /dev/ttyUSB2" After installing all the required packages, redirect in: "sudo nano/etc/rc.local" and change serial0 to your GPS port, for instance: ttyUSB1 A link to RPI4 & GPSD, many of the config will work: How to Use a GPS Receiver With Raspberry Pi 4 | Raspberry Pi | Maker Pro With minicom, you can send AT commands to the modem to enable GPS, for at least the module I was using. Unfortunately, I cannot install/compile any drivers for the specific mPCIe card I am using, when it tries to build, it is lacking linux-header files, building a new image from scratch is a liitle bit out of my league. By the way @Marcus, did the Sierra Wireless MC7304 PCI-E work out of the box and did the IOT2050 recognize it? |
Last edited by: Rembo1 at: 05/19/2021 16:02:14Last edited by: Rembo1 at: 05/19/2021 16:04:05 |
|
This contribution was helpful to
1 thankful Users |
Follow us on