|
gsm_modem sample changed in Zephyr 2.7
#ppp
Thank you guys for your help. I can't believe, I didn't think of removing that line. I think I need to take my work leave earlier lol. And yes, Next time I will include more information about potentia
Thank you guys for your help. I can't believe, I didn't think of removing that line. I think I need to take my work leave earlier lol. And yes, Next time I will include more information about potentia
|
By
Brenton Chetty
· #2817
·
|
|
gsm_modem sample changed in Zephyr 2.7
#ppp
Looked at the file structure to check: "fatal error: drivers/gsm_ppp.h: No such file or directory". Not so surprisingly the header file is not in the drivers folder it is in the drivers/modem folder,
Looked at the file structure to check: "fatal error: drivers/gsm_ppp.h: No such file or directory". Not so surprisingly the header file is not in the drivers folder it is in the drivers/modem folder,
|
By
William Fish
· #2815
·
|
|
gsm_modem sample changed in Zephyr 2.7
#ppp
Hi Brenton, this should be fixed by https://github.com/zephyrproject-rtos/zephyr/pull/40996 Cheers, Jukka
Hi Brenton, this should be fixed by https://github.com/zephyrproject-rtos/zephyr/pull/40996 Cheers, Jukka
|
By
Jukka Rissanen
· #2814
·
|
|
gsm_modem sample changed in Zephyr 2.7
#ppp
Hi. I did try removing my build folder and using the pristine build, both did not help unfortunately. I am also using a clean install of Ubuntu and Zephyr, so the sample should have worked out of the
Hi. I did try removing my build folder and using the pristine build, both did not help unfortunately. I am also using a clean install of Ubuntu and Zephyr, so the sample should have worked out of the
|
By
Brenton Chetty
· #2813
·
|
|
gsm_modem sample changed in Zephyr 2.7
#ppp
You may just need to just do a "pristine" build or delete the build folder as the file was moved a while ago to conform with coding standards. Billy..
You may just need to just do a "pristine" build or delete the build folder as the file was moved a while ago to conform with coding standards. Billy..
|
By
William Fish
· #2812
·
|
|
gsm_modem sample changed in Zephyr 2.7
#ppp
Hi there, I was using the Zephyr 2.6 branch, and I got the gsm_sample to work for my application. I was using the nrf5340dk_nrf5340_cpuapp with a U-blox R211 gsm modem. However, when I updated to Zeph
Hi there, I was using the Zephyr 2.6 branch, and I got the gsm_sample to work for my application. I was using the nrf5340dk_nrf5340_cpuapp with a U-blox R211 gsm modem. However, when I updated to Zeph
|
By
Brenton Chetty
· #2809
·
|
|
Azure MQTT with GSM modem over PPP
#mqtt
#modem
#ppp
#nrf52840
Hi Jukka, Thank you for your assistance. My MQTT client using GSM modem is now working. Regards, Jurgens
Hi Jukka, Thank you for your assistance. My MQTT client using GSM modem is now working. Regards, Jurgens
|
By
petrus.vanderwalt@...
· #2462
·
|
|
Azure MQTT with GSM modem over PPP
#mqtt
#modem
#ppp
#nrf52840
Hi Jurgens, have you tried to connect to Azure using for example qemu, this way we could rule out issues in modem config? I did not spot anything obviously wrong in your main.c, but as you have notice
Hi Jurgens, have you tried to connect to Azure using for example qemu, this way we could rule out issues in modem config? I did not spot anything obviously wrong in your main.c, but as you have notice
|
By
Jukka Rissanen
· #2433
·
|
|
Azure MQTT with GSM modem over PPP
#mqtt
#modem
#ppp
#nrf52840
Hi everyone, I am really struggling to get the mqtt_azure sample working. It just does not want to connect to IoT hub. Thank you once again for your assistance @Jukka. Can anyone help me to get this w
Hi everyone, I am really struggling to get the mqtt_azure sample working. It just does not want to connect to IoT hub. Thank you once again for your assistance @Jukka. Can anyone help me to get this w
|
By
petrus.vanderwalt@...
· #2432
·
|
|
Azure MQTT with GSM modem over PPP
#mqtt
#modem
#ppp
#nrf52840
Hi Jukka, I only had to add a board overlay for my nRF52840 in order to get the gsm_modem sample up and running. Drivers specifically for the Quectell BG 96 and Sara 412 are available in Zephyr. I act
Hi Jukka, I only had to add a board overlay for my nRF52840 in order to get the gsm_modem sample up and running. Drivers specifically for the Quectell BG 96 and Sara 412 are available in Zephyr. I act
|
By
petrus.vanderwalt@...
· #2426
·
|
|
Azure MQTT with GSM modem over PPP
#mqtt
#modem
#ppp
#nrf52840
Hi Petrus, Did you need to do any changes to generic gsm modem in order to get the BG96 or SARA modem working. I do not have these modems, so would be interested to know if they worked ok without any
Hi Petrus, Did you need to do any changes to generic gsm modem in order to get the BG96 or SARA modem working. I do not have these modems, so would be interested to know if they worked ok without any
|
By
Jukka Rissanen
· #2425
·
|
|
Azure MQTT with GSM modem over PPP
#mqtt
#modem
#ppp
#nrf52840
Hi, Zephyr community. I am trying to add Azure MQTT functionality to my project. I am using an nRF52840 with a Quectel BG96/Sara R412M-02B. I would also like to use the modem functionality to communic
Hi, Zephyr community. I am trying to add Azure MQTT functionality to my project. I am using an nRF52840 with a Quectel BG96/Sara R412M-02B. I would also like to use the modem functionality to communic
|
By
petrus.vanderwalt@...
· #2424
·
|
|
Have someone a guide to use PPP with the module quectel GSM/GPRS M95?
#protocol
#driver
#ppp
Lucas, Have a look at the Sara modem driver as a good starting point. drivers/modem Billy..
Lucas, Have a look at the Sara modem driver as a good starting point. drivers/modem Billy..
|
By
William Fish
· #1654
·
|
|
Have someone a guide to use PPP with the module quectel GSM/GPRS M95?
#protocol
#driver
#ppp
Hello, I'm using a module named Quectel GSM/GPRS M95 to connect to the internet. Until now I'm using it with UART and AT commands, but I'm wondering to use the PPP that released in v2.0.0-rc2 version.
Hello, I'm using a module named Quectel GSM/GPRS M95 to connect to the internet. Until now I'm using it with UART and AT commands, but I'm wondering to use the PPP that released in v2.0.0-rc2 version.
|
By
...
· #1653
·
|