|
LwM2M client with a B-L475E-IOT01A board (failed to setup networking)
Hello Robert, thanks a lot for the prompt reply! Adding 'CONFIG_NET_SOCKETS_OFFLOAD=n' did the trick and have managed to connect 🎉 ... *** Booting Zephyr OS build zephyr-v3.2.0-3154-g3c4783042eed ***
Hello Robert, thanks a lot for the prompt reply! Adding 'CONFIG_NET_SOCKETS_OFFLOAD=n' did the trick and have managed to connect 🎉 ... *** Booting Zephyr OS build zephyr-v3.2.0-3154-g3c4783042eed ***
|
By
Christos Vasilakis
· #3139
·
|
|
LwM2M client with a B-L475E-IOT01A board (failed to setup networking)
Hi, The Wi-Fi driver you use implements socket functions on its own (i. e. uses socket offloading feature), but the implementation seems to be incomplete. Generally, it fails when the LwM2M lib tries
Hi, The Wi-Fi driver you use implements socket functions on its own (i. e. uses socket offloading feature), but the implementation seems to be incomplete. Generally, it fails when the LwM2M lib tries
|
By
Lubos, Robert
· #3138
·
|
|
LwM2M client with a B-L475E-IOT01A board (failed to setup networking)
Hello all, I am experimenting with the LwM2M client example on a B-L475E-IOT01A board. Based on the lwm2m example that comes with Zephyr I have modified it and added code that initializes the Wi-Fi su
Hello all, I am experimenting with the LwM2M client example on a B-L475E-IOT01A board. Based on the lwm2m example that comes with Zephyr I have modified it and added code that initializes the Wi-Fi su
|
By
Christos Vasilakis
· #3137
·
|
|
SMS Driver
Good Day, I am very new to Zephyr RTOS, as in I've set up the environment and have loaded sample files and flashed them to my pinnacle 100 DVK. It turns out that I need to write a driver for receiving
Good Day, I am very new to Zephyr RTOS, as in I've set up the environment and have loaded sample files and flashed them to my pinnacle 100 DVK. It turns out that I need to write a driver for receiving
|
By
...
· #3136
·
|
|
Time Zone Support
#zephyr
Hi there, Zephyr supports both newlib and picolibc, which are fully-featured C standard libraries. Unless I am mistaken timezone-conversion functions are part of the C standard library (<time.h>), so
Hi there, Zephyr supports both newlib and picolibc, which are fully-featured C standard libraries. Unless I am mistaken timezone-conversion functions are part of the C standard library (<time.h>), so
|
By
Carles Cufi
· #3135
·
|
|
Time Zone Support
#zephyr
Hi, I've got a question concerning time zone support: Does Zephyr provide any functions for converting UTC to other time zones? I have not found anything about it in the docs aside from the standard f
Hi, I've got a question concerning time zone support: Does Zephyr provide any functions for converting UTC to other time zones? I have not found anything about it in the docs aside from the standard f
|
By
e-va
· #3134
·
|
|
ESP32-AT socket connection errors
#esp32
I used it in the past to do some smart devices at home but programming the nrf24 micro with Arduino IDE (maybe 8 years ago) instead of using it as a modem, maybe that's the difference. I'll keep worki
I used it in the past to do some smart devices at home but programming the nrf24 micro with Arduino IDE (maybe 8 years ago) instead of using it as a modem, maybe that's the difference. I'll keep worki
|
By
Federico GC
· #3133
·
|
|
ESP32-AT socket connection errors
#esp32
Hmm...the NRF24L01 is a proprietary 2.4Ghz radio but doesn't implement wi-fi as far as I know.
Hmm...the NRF24L01 is a proprietary 2.4Ghz radio but doesn't implement wi-fi as far as I know.
|
By
Jonathan Beri
· #3132
·
|
|
ESP32-AT socket connection errors
#esp32
Hi Jonathan, I'm using the latest release version ESP32-WROOM-32-V2.4.0.0. I'll continue investigating the issue. Do you know if there's support for NRF24L01 devices to use them as WiFi modems over SP
Hi Jonathan, I'm using the latest release version ESP32-WROOM-32-V2.4.0.0. I'll continue investigating the issue. Do you know if there's support for NRF24L01 devices to use them as WiFi modems over SP
|
By
Federico GC
· #3131
·
|
|
ESP32-AT socket connection errors
#esp32
I haven't tried this myself but make sure you check which release of the esp32-at your device is running. It also seems that the ESP32-S2 is no longer supported:
I haven't tried this myself but make sure you check which release of the esp32-at your device is running. It also seems that the ESP32-S2 is no longer supported:
|
By
Jonathan Beri
· #3130
·
|
|
ESP32-AT socket connection errors
#esp32
Hi all, I'm using an ESP32-WROOM-S2 as WiFi modem through its AT commands interface and I'm facing a lot of issues using UDP/TCP sockets. I have a worker thread that publish messages over sockets (TCP
Hi all, I'm using an ESP32-WROOM-S2 as WiFi modem through its AT commands interface and I'm facing a lot of issues using UDP/TCP sockets. I have a worker thread that publish messages over sockets (TCP
|
By
Federico GC
· #3129
·
|
|
mcuboot restart
Hi, Since your question is specific to the nRF Connect SDK, I would recommend that you raise your issue on the Nordc DevZone or ask your question in the #nordic channel on Zephyr's Discord instance. T
Hi, Since your question is specific to the nRF Connect SDK, I would recommend that you raise your issue on the Nordc DevZone or ask your question in the #nordic channel on Zephyr's Discord instance. T
|
By
Bolivar, Marti
· #3128
·
|
|
mcuboot restart
I testing the asset_tracker sample application after adding custom code. The prj.conf is as below: # Copyright (c) 2021 Nordic Semiconductor ASA # # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
I testing the asset_tracker sample application after adding custom code. The prj.conf is as below: # Copyright (c) 2021 Nordic Semiconductor ASA # # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
|
By
mexcoindia@...
· #3127
·
Edited
|
|
Generate 2 images in CMake
Hello, I have a project with thousands of files, assume one of those files is version.cpp, defining variable with version. I want to generate 2 HEX images where the only difference will be version.cpp
Hello, I have a project with thousands of files, assume one of those files is version.cpp, defining variable with version. I want to generate 2 HEX images where the only difference will be version.cpp
|
By
...
· #3126
·
|
|
Zephyr SDK 0.15.2 Release
Hi, Zephyr SDK 0.15.2 has been released. https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.15.2 The following changes have been made in this release: - general: * Fixed "ERROR: Unsupported
Hi, Zephyr SDK 0.15.2 has been released. https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.15.2 The following changes have been made in this release: - general: * Fixed "ERROR: Unsupported
|
By
Stephanos Ioannidis
· #3125
·
|
|
GSM-PPP on main and on version v3.2.0 question
#modem
Hi, It’s likely related to https://github.com/zephyrproject-rtos/zephyr/issues/52139, we’re reverting the changes that introduced the regression here: https://github.com/zephyrproject-rtos/zephyr/pull
Hi, It’s likely related to https://github.com/zephyrproject-rtos/zephyr/issues/52139, we’re reverting the changes that introduced the regression here: https://github.com/zephyrproject-rtos/zephyr/pull
|
By
Lubos, Robert
· #3124
·
|
|
GSM-PPP on main and on version v3.2.0 question
#modem
Hi all, I have a board with a STM32L04 microcontroller and a SIM7600 evaluation board. The gsm-ppp driver works fine in a zephyr branch from 23 September but is not working with latest main code. with
Hi all, I have a board with a STM32L04 microcontroller and a SIM7600 evaluation board. The gsm-ppp driver works fine in a zephyr branch from 23 September but is not working with latest main code. with
|
By
Federico GC
· #3123
·
|
|
Using heap listener with default system heap
How can the heap listener be used with the system heap, that is the k_malloc() and k_free() functions? It would seem from the documentation that this is possible using HEAP_ID_LIBC. I took the blinky
How can the heap listener be used with the system heap, that is the k_malloc() and k_free() functions? It would seem from the documentation that this is possible using HEAP_ID_LIBC. I took the blinky
|
By
W Kicinski
· #3122
·
|
|
Zephyr I2C question
Do you have the defines in the prj.conf file? # I2c for 24LC512 CONFIG_I2C=y CONFIG_I2C_NRFX=y CONFIG_I2C_LOG_LEVEL_OFF=y David Kaplan Software | AMI Reply EMAIL Address dkaplan@... SKYPE Ac
Do you have the defines in the prj.conf file? # I2c for 24LC512 CONFIG_I2C=y CONFIG_I2C_NRFX=y CONFIG_I2C_LOG_LEVEL_OFF=y David Kaplan Software | AMI Reply EMAIL Address dkaplan@... SKYPE Ac
|
By
David Kaplan
· #3121
·
|
|
Zephyr I2C question
Hi, I'm trying to run some sensors using I2C with the nRF52840-DK. So I used the https://docs.zephyrproject.org/latest/develop/getting_started/index.html to install zephyr but is see that the I2C pack
Hi, I'm trying to run some sensors using I2C with the nRF52840-DK. So I used the https://docs.zephyrproject.org/latest/develop/getting_started/index.html to install zephyr but is see that the I2C pack
|
By
...
· #3120
·
|