|
ws2812
#risc-v
Dear all, I am trying to run Zephyr sample ./zephyr/samples/drivers/led_ws2812/README.rst on chipset ESP32c3. After some tuning of this example, I am able to run it, diodes starts to flash one by one,
Dear all, I am trying to run Zephyr sample ./zephyr/samples/drivers/led_ws2812/README.rst on chipset ESP32c3. After some tuning of this example, I am able to run it, diodes starts to flash one by one,
|
By
Ivo
· #3143
·
|
|
Regarding HTTPS support on zephyr RTOS
Hi Team, I am trying to enable https on zephyr system as i dont have file system on board i passed certificate and key in array format and passed it to init_ssl() callback but function not getting cal
Hi Team, I am trying to enable https on zephyr system as i dont have file system on board i passed certificate and key in array format and passed it to init_ssl() callback but function not getting cal
|
By
...
· #3142
·
|
|
Time Zone Support
#zephyr
Hi, thanks for the hints. I've looked into newlib and picolib but found no way to do it since the functions used in the Zephyr tests `tzset()` and `setenv()` are not supported by Zephyr according to t
Hi, thanks for the hints. I've looked into newlib and picolib but found no way to do it since the functions used in the Zephyr tests `tzset()` and `setenv()` are not supported by Zephyr according to t
|
By
e-va
· #3141
·
|
|
How to verify a driver using gpio1 on native_posix
#drivers
#devicetree
#ztest
Hi! I'm trying to verify a "reset_n" gpio with Twister, using board = native_posix. The behavior is to make reset_n low for 1 ms and then set it high again. The driver code is using gpio1 but this doe
Hi! I'm trying to verify a "reset_n" gpio with Twister, using board = native_posix. The behavior is to make reset_n low for 1 ms and then set it high again. The driver code is using gpio1 but this doe
|
By
jerry@...
· #3140
·
|
|
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
·
|