Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Waveshare SIM7000X NB-IoT HAT #27

Open
mukulele opened this issue Sep 19, 2022 · 1 comment
Open

Waveshare SIM7000X NB-IoT HAT #27

mukulele opened this issue Sep 19, 2022 · 1 comment

Comments

@mukulele
Copy link

I'd like to add a SIM7000X NB-IoT HAT to your setuphelper.
The hardware spec is published here: https://www.waveshare.com/wiki/SIM7000E_NB-IoT_HAT
I have installed setuphelper, the module is recognized out-of-the-box in Venus OS large 2.90 with vendor ID 1e0e:9001. The device is displayed in the remote console as "Device List / Settings / GPS " and "Device List / Settings / GSM - Modem".
So far so good.

1/ GPS
By issuing a "/bin/echo -n -e "AT+CGNSPWR=1\r\n" > /dev/ttyUSB2" in the root shell, I get the GPS-out data into the Venus gps-dbus/remote console.
Can you / how do I add this to to your script?

2/ What do yo recommend regarding the LTE Cat-M functionality?
Is GSM - Modem appropriate or should I better add a new device class?

I confirm the CAT-M connection is working with a 1nce SIM card by issuing a series of AT commands (documented on 1nce website) or via libqmi (qualcomm msm interface) on Raspi OS ver. buster and bullseye.

@kwindrem
Copy link
Owner

I have no experience with GPS or GSM interfaces so I really don't know how this hat could be integrated.

You would probably need to create a service that executes that command you mention either once when the system boots or periodically to update the data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants