Search found 154 matches: sim7600
Searched query: sim7600
- Thu Sep 14, 2023 10:47 pm
- Forum: Networking and servers
- Topic: SIM7600 4G HAT
- Replies: 5
- Views: 457
Re: SIM7600 4G HAT
Can anyone help me? I don't have any specific experience, but there seem to be several guides for that HAT. Waveshare (the manufacturer): https://www.waveshare.com/wiki/SIM7600E-H_4G_HAT Twilio (SIM provider): https://www.twilio.com/docs/iot/supersim/getting-started-super-sim-raspberry-pi-waveshare...
- Thu Sep 14, 2023 9:37 pm
- Forum: Networking and servers
- Topic: SIM7600 4G HAT
- Replies: 5
- Views: 457
Re: SIM7600 4G HAT
Can anyone help me?
- Wed Sep 13, 2023 10:17 pm
- Forum: Networking and servers
- Topic: SIM7600 4G HAT
- Replies: 5
- Views: 457
Re: SIM7600 4G HAT
I am following this guide: https://developers.telnyx.com/docs/v2/wireless/wireless/tutorial/sim7600_a_rasp_pui_hat/ @raspberrypi:~ $ sudo qmicli -d /dev/cdc-wdm0 --dms-set-operating-mode='online' error: couldn't create QmiDevice: Couldn't query file info: Error when getting information for file “/de...
- Wed Sep 13, 2023 7:36 am
- Forum: Networking and servers
- Topic: SIM7600 4G HAT
- Replies: 5
- Views: 457
Re: SIM7600 4G HAT
It's a Waveshare SIM7600E-H 4G HAT.
Jumper on "B" and USB connection:

Jumper on "B" and USB connection:

- Tue Sep 12, 2023 10:54 pm
- Forum: Networking and servers
- Topic: SIM7600 4G HAT
- Replies: 5
- Views: 457
Re: SIM7600 4G HAT
Which HAT is it? Does it use a usb connection?
- Tue Sep 12, 2023 10:03 pm
- Forum: Networking and servers
- Topic: SIM7600 4G HAT
- Replies: 5
- Views: 457
SIM7600 4G HAT
Hi guys, I have a problem configuring my SIM7600 4G HAT on my Raspberry Pi 4 Model B. I've tried everything and I can't solve it... I'm following this topic: https://forums.raspberrypi.com/viewtopic.php?t=224355 1. I installed the required software: ...
- Sat Aug 05, 2023 7:44 am
- Forum: Interfacing (DSI, CSI, I2C, etc.)
- Topic: Cannot get ttyUSB
- Replies: 9
- Views: 1259
Re: Cannot get ttyUSB
... going down to as low a 4.92V, but not below it. This is after I have the raspberry pi camera, 2 SG90 servos, a Waveshare Sense HAT and Waveshare SIM7600G-H connected. I wonder why is this low voltage error keep reappearing then. My understanding is that it should come up when the voltage is way ...
- Fri Jul 28, 2023 9:56 am
- Forum: Compute Module
- Topic: Cannot turn on SIM7600 module on Waveshare Compute Module PoE 4G Board
- Replies: 8
- Views: 829
Re: Cannot turn on SIM7600 module on Waveshare Compute Module PoE 4G Board
There has been progress on this upstream - https://www.spinics.net/lists/linux-serial/msg55220.html - the proposal being to add a new property ("nxp,modem-control-line-ports") that allows none, all, or either half of the GPIOs to be used for modem control. Without the property, the pins re...
- Thu Jul 27, 2023 5:11 pm
- Forum: Compute Module
- Topic: Cannot turn on SIM7600 module on Waveshare Compute Module PoE 4G Board
- Replies: 8
- Views: 829
Re: Cannot turn on SIM7600 module on Waveshare Compute Module PoE 4G Board
The schematic appears to reveal all. They've used GPIO7/RIA as SIM_PWRKEY. RI (Ring Indicate) is an input into the UART when used as a modem control signal, but they're using it as an output. I would have hoped that they'd have chosen DTR (Data Terminal Ready) or similar output modem signal to wake...
- Thu Jul 27, 2023 4:53 pm
- Forum: Compute Module
- Topic: Cannot turn on SIM7600 module on Waveshare Compute Module PoE 4G Board
- Replies: 8
- Views: 829
Re: Cannot turn on SIM7600 module on Waveshare Compute Module PoE 4G Board
I'd suspect that it is patch https://github.com/torvalds/linux/commit/679875d1d8802669590ef4d69b0e7d13207ebd61 that came in at 5.18 that is causing you grief. The SC16IS752 driver now correctly advertises the modem control registers as modem control, not as GPIOs, so SC16IS752 now has no GPIOs inste...
- Thu Jul 27, 2023 4:20 pm
- Forum: Compute Module
- Topic: Cannot turn on SIM7600 module on Waveshare Compute Module PoE 4G Board
- Replies: 8
- Views: 829
Re: Cannot turn on SIM7600 module on Waveshare Compute Module PoE 4G Board
Both Buster and Bullseye support the legacy sysfs route for GPIO control - it's actually a function of the kernel, not the distribution, and whilst the kernel devs have stated it is deprecated, it still hasn't been removed. What kernel version are you now running (uname -a)? Does the SC16IS752 drive...
- Thu Jul 27, 2023 2:57 pm
- Forum: Compute Module
- Topic: Cannot turn on SIM7600 module on Waveshare Compute Module PoE 4G Board
- Replies: 8
- Views: 829
Re: Cannot turn on SIM7600 module on Waveshare Compute Module PoE 4G Board
You do know that WaveShare should be supporting their own boards? My guess is that they are expecting the 8 GPIOs on the SC16IS752 to appear on GPIOs 496-503, making 503 GPIO7, a.k.a. SIM_PWRKEY. Have you loaded the sc16is752 overlay? From https://www.waveshare.com/wiki/Compute_Module_PoE_4G_Board#...
- Thu Jul 27, 2023 10:06 am
- Forum: Compute Module
- Topic: Cannot turn on SIM7600 module on Waveshare Compute Module PoE 4G Board
- Replies: 8
- Views: 829
Re: Cannot turn on SIM7600 module on Waveshare Compute Module PoE 4G Board
You do know that WaveShare should be supporting their own boards? My guess is that they are expecting the 8 GPIOs on the SC16IS752 to appear on GPIOs 496-503, making 503 GPIO7, a.k.a. SIM_PWRKEY. Have you loaded the sc16is752 overlay? From https://www.waveshare.com/wiki/Compute_Module_PoE_4G_Board#O...
- Thu Jul 27, 2023 9:36 am
- Forum: Compute Module
- Topic: Cannot turn on SIM7600 module on Waveshare Compute Module PoE 4G Board
- Replies: 8
- Views: 829
Re: Cannot turn on SIM7600 module on Waveshare Compute Module PoE 4G Board
The use of Linux global GPIO numbers and the sysfs GPIO interface are deprecated. Waveshare should use the gpiod utilities (gpioset, gpioget, gpiofind and gpioinfo). Running "gpioinfo" (you may need to "sudo apt install gpiod" first) will show you the details of all the GPIO pro...
- Thu Jul 27, 2023 9:24 am
- Forum: Compute Module
- Topic: Cannot turn on SIM7600 module on Waveshare Compute Module PoE 4G Board
- Replies: 8
- Views: 829
Re: Cannot turn on SIM7600 module on Waveshare Compute Module PoE 4G Board
The use of Linux global GPIO numbers and the sysfs GPIO interface are deprecated. Waveshare should use the gpiod utilities (gpioset, gpioget, gpiofind and gpioinfo). Running "gpioinfo" (you may need to "sudo apt install gpiod" first) will show you the details of all the GPIO prov...
- Thu Jul 27, 2023 8:41 am
- Forum: Compute Module
- Topic: Cannot turn on SIM7600 module on Waveshare Compute Module PoE 4G Board
- Replies: 8
- Views: 829
Cannot turn on SIM7600 module on Waveshare Compute Module PoE 4G Board
... sleep 0.2s ./4G_Module.sh: line 20: echo: write error: Invalid argument It seems that it is unable to export the pin 503. For this board, the SIM7600 module is embedded and not a USB device or a Module, which means that it should be communicating over serial. I have disabled login shell over ...
- Wed May 31, 2023 11:32 am
- Forum: General discussion
- Topic: Set up Waveshare SIM7600E-H 4G as a server
- Replies: 0
- Views: 1015
Set up Waveshare SIM7600E-H 4G as a server
... can be connected to its public IP and thus receive the tcp stream. All of this done by Python and using the Raspberry Pi 4. CAMERA ---> RPI4 ---> SIM7600 - - - - - - - > REMOTE_PC First of all, is this just possible? If so, I would appreciate help. THanks and I hope I was clear, otherwise please ...
- Thu May 11, 2023 11:01 pm
- Forum: Interfacing (DSI, CSI, I2C, etc.)
- Topic: Error correction while interfacing SIM7600 module with raspberry pi
- Replies: 0
- Views: 870
Error correction while interfacing SIM7600 module with raspberry pi
I am trying to interface SIM7600 module(Maduinonzero 4G LTE modem) with raspberrypi 3 model B+. I am getting error like this : root@iotlab1pi:/home/iotlab1pi/SIM7600_NDIS# make rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_versions ...
- Tue May 09, 2023 8:53 am
- Forum: Raspberry Pi OS
- Topic: previous kernel version for raspbian OS
- Replies: 4
- Views: 563
Re: previous kernel version for raspbian OS
... of working. Then again kernel interfaces can change over the years, so it may have issues. Waveshare also appear to make a module based on the SIM7600. Whilst not brilliant with ongoing driver support, it may be that their instructions are slightly more up to date. https://www.waveshare.com/wiki/SIM7600E-H_4G_HAT
- Sat Apr 29, 2023 7:36 am
- Forum: Android
- Topic: [DEV] LineageOS 19 (Android 12L) for Raspberry Pi 4 B
- Replies: 149
- Views: 57583
Re: [DEV] LineageOS 19 (Android 12L) for Raspberry Pi 4 B
... direction. I realize this will be for a much older version of Lineage, but would still be useful to look through regardless. If I can't get the SIM7600 to work, I may look into switching over to the Quectel EDIT: I found the datasheet for this card and what kernel updates to make, and assume ...
- Fri Apr 28, 2023 5:23 pm
- Forum: Android
- Topic: [DEV] LineageOS 19 (Android 12L) for Raspberry Pi 4 B
- Replies: 149
- Views: 57583
Re: [DEV] LineageOS 19 (Android 12L) for Raspberry Pi 4 B
... direction. I realize this will be for a much older version of Lineage, but would still be useful to look through regardless. If I can't get the SIM7600 to work, I may look into switching over to the Quectel EDIT: I found the datasheet for this card and what kernel updates to make, and assume ...
- Mon Mar 20, 2023 11:24 pm
- Forum: Beginners
- Topic: I need some help on how to make my project
- Replies: 13
- Views: 607
Re: I need some help on how to make my project
... through USB, as far as I can tell. It's actually a HAT, but the connection seems to be via USB. To be more precise, I'm talking about the SIM7600. "Almost mandatory" means "not mandatory". I recommend that you use a DS18B20 temperature sensor and connect it with 10 ...
- Thu Mar 02, 2023 9:50 am
- Forum: Networking and servers
- Topic: SIM7600 Connect to PI as RNDIS - how to get information?
- Replies: 2
- Views: 325
Re: SIM7600 Connect to PI as RNDIS - how to get information?
... trying to apply it on my pi I did everything it said here (first guide I have found) https://www.elementzonline.com/blog/Accessing-internet-with-SIM7600-4G-Modem-using-MBIM-interface-in-Pocketbeagle-Beaglebone everything look OK got IP but no internet access : no ping to 8.8.8.8 , but when I ...
- Thu Mar 02, 2023 8:51 am
- Forum: Networking and servers
- Topic: SIM7600 Connect to PI as RNDIS - how to get information?
- Replies: 2
- Views: 325
Re: SIM7600 Connect to PI as RNDIS - how to get information?
RNDIS is MicroSoft specific protocol, you need more extensive internet searching. And RNDIS might be removed from newer Linux kernels as some people have discovered an unresolvable security issue. Use an open/native Linux protocol I would say. MBIM for example./
- Thu Mar 02, 2023 8:02 am
- Forum: Networking and servers
- Topic: SIM7600 Connect to PI as RNDIS - how to get information?
- Replies: 2
- Views: 325
SIM7600 Connect to PI as RNDIS - how to get information?
Hello, I have used SIM7600 as wwan0 and the modem was setup as /dev/cdc-wdm0 I had some connection problems and I have try to use RNDIS it's seem to be working better now - but I can't any information about it with the old way (/dev/cdc-wdm0) ...