|
Simcom SIM7080 - no L2 connection to the modem
#networking
#modem
Hey everyone, I am trying to get the Simcom SIM7080 Modem driver to work. I have previously tried the gsm_ppp modem drivers - and got them to work quite easily. I used the HTTP GET example code to tes
Hey everyone, I am trying to get the Simcom SIM7080 Modem driver to work. I have previously tried the gsm_ppp modem drivers - and got them to work quite easily. I used the HTTP GET example code to tes
|
By
markus.prager@...
·
|
|
LwM2M composite observe 2 messages
#networking
#nrf9160
Hi, No, the Composite Observe feature isn’t supported in Zephyr yet. It’s a part of the LwM2M 1.1 specification which we don’t support at this point. We are planning to add LwM2M 1.1 support, but I do
Hi, No, the Composite Observe feature isn’t supported in Zephyr yet. It’s a part of the LwM2M 1.1 specification which we don’t support at this point. We are planning to add LwM2M 1.1 support, but I do
|
By
Lubos, Robert
·
|
|
Hawkbit sample functionality
#networking
#mcuboot
#mcumgr
Hi, I am trying to learn how to perform an OTA update for my nrf5340dk. I was initially planning to use the "big_http_download" sample to download the update file, and then flash that image into slot1
Hi, I am trying to learn how to perform an OTA update for my nrf5340dk. I was initially planning to use the "big_http_download" sample to download the update file, and then flash that image into slot1
|
By
Brenton Chetty
·
|
|
How to use gsm_modem sample on the nrf5340dk
#networking
#nrf5340
Hi Zephyr Users Hope all is good with everyone. - I am trying to use the nrf5340dk with the Ublox Lara-R211 GSM modem. - I managed to get the nucleo_f746zg board working with this modem using the gsm_
Hi Zephyr Users Hope all is good with everyone. - I am trying to use the nrf5340dk with the Ublox Lara-R211 GSM modem. - I managed to get the nucleo_f746zg board working with this modem using the gsm_
|
By
Brenton Chetty
·
|
|
Are sockets thread safe? 3 messages
#networking
Hi, Yes, socket API is thread safe. Regards, Robert
Hi, Yes, socket API is thread safe. Regards, Robert
|
By
Lubos, Robert
·
|
|
Should I choose Zephyr OS?
#modem
#networking
I am considering switching to Zephyr OS and want to know if this is the right choice considering the following. My project requires LTE-M connectivity which I want to develop on a quectel BG96 dragino
I am considering switching to Zephyr OS and want to know if this is the right choice considering the following. My project requires LTE-M connectivity which I want to develop on a quectel BG96 dragino
|
By
tiborcasteleijn@...
·
|
|
Switch between network interfaces during runtime (Offloaded modem/Ethernet) 2 messages
#driver
#networking
#stm32
#ethernet
#modem
Hi John, do you need both interfaces be up all the time? If you do not, then simplest way is to take the other interface down. The stack selects the network interface according to destination IP addre
Hi John, do you need both interfaces be up all the time? If you do not, then simplest way is to take the other interface down. The stack selects the network interface according to destination IP addre
|
By
Jukka Rissanen
·
|
|
BSD Sockets and poll-triggered work items
#networking
#api
Hi, Is there currently any way to trigger a work item when a message arrives to a BSD socket (without creating a new thread)? From the documentation it looks like there are two polling methods (k_poll
Hi, Is there currently any way to trigger a work item when a message arrives to a BSD socket (without creating a new thread)? From the documentation it looks like there are two polling methods (k_poll
|
By
valentin.plotkin@...
·
|
|
Store DTLS credentials independent to the binary
#networking
#flash
#dtls
#nrf52480
Hello everybody, I would like to ask you if it is safe to use these functions in order to store and get DTLS credentials on the device? I would like to make over the air update so I would like the tra
Hello everybody, I would like to ask you if it is safe to use these functions in order to store and get DTLS credentials on the device? I would like to make over the air update so I would like the tra
|
By
Nikos Karamolegkos
·
|
|
STM32: Ethernet Driver not working on F7 and H7 with 2.4.0 3 messages
#networking
#driver
#ethernet
#stm32
Andreas, Can you bisect this to narrow down where things stopped working for you? David
Andreas, Can you bisect this to narrow down where things stopped working for you? David
|
By
David Leach
·
|
|
LWM2M client to nrf582540-DK 14 messages
#nrf52840
#networking
Hi all, I would like to ask you if I can change the lwm2m observer period. There is enough delay (some seconds), after calling lwm2m_engine_set_u8("5/0/3", STATE_IDLE) until the server get informed.
Hi all, I would like to ask you if I can change the lwm2m observer period. There is enough delay (some seconds), after calling lwm2m_engine_set_u8("5/0/3", STATE_IDLE) until the server get informed.
|
By
Nikos Karamolegkos
·
|
|
[EXT] [Zephyr-users] Custom Ethernet driver and IPv4
#ipv4
#ethernet
#networking
Hello, Have you added ETH_NET_DEVICE_INIT In your code? Do you have CONFIG_NET_IPV4=y set in your application? What sample are you using? You can have a look at enc28j60 code, that is an SPI ethernet
Hello, Have you added ETH_NET_DEVICE_INIT In your code? Do you have CONFIG_NET_IPV4=y set in your application? What sample are you using? You can have a look at enc28j60 code, that is an SPI ethernet
|
By
Andrei Gansari
·
|
|
Custom Ethernet driver and IPv4
#ipv4
#ethernet
#networking
I am working to implement a driver for a SPI Ethernet controller. The code is being called at initialization, but I am stuck at testing the driver. I would like to use the Net Shell, so net ping xxx.x
I am working to implement a driver for a SPI Ethernet controller. The code is being called at initialization, but I am stuck at testing the driver. I would like to use the Net Shell, so net ping xxx.x
|
By
Maik Vermeulen
·
|