|
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
·
|
|
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
Narendra Sonawane
·
|
|
Time Zone Support 3 messages
#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
·
|
|
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@...
·
|
|
LwM2M client with a B-L475E-IOT01A board (failed to setup networking) 3 messages
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
·
|
|
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
Stephen Doll
·
|
|
ESP32-AT socket connection errors 5 messages
#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
·
|
|
mcuboot restart 2 messages
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@...
·
|
|
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
kvz5544@...
·
|
|
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
·
|
|
GSM-PPP on main and on version v3.2.0 question 2 messages
#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
·
|
|
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
·
|
|
Zephyr I2C question 2 messages
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
Daniel Saber Tehrani
·
|
|
GSM-PPP and ESP32-AT WiFi
Hi all, I'm a jr zephyr developer and I'm trying to make work two different modems in my dev board; 1- SIM7600 Modem using the gsm-ppp driver (UART1) 2- ESP32-WROOM using the espressif,esp32-at driver
Hi all, I'm a jr zephyr developer and I'm trying to make work two different modems in my dev board; 1- SIM7600 Modem using the gsm-ppp driver (UART1) 2- ESP32-WROOM using the espressif,esp32-at driver
|
By
Federico GC
·
|
|
GSM MUX public API?
#driver
#modem
#ppp
Hi there, I'm using a Quectel EC21 with the GSM PPP driver. This works well so far. Now I would like to use SMS messaging and GNSS additionally. GSM MUX seems to be a good feature therefor. But I am w
Hi there, I'm using a Quectel EC21 with the GSM PPP driver. This works well so far. Now I would like to use SMS messaging and GNSS additionally. GSM MUX seems to be a good feature therefor. But I am w
|
By
slide333333@...
·
|
|
On race conditions when using k_thread_suspend and k_thread_resume 3 messages
Hi fellow Zephyr users. I am trying to have a thread go to sleep until either: A) A Counter alarm fires B) Another ISR wants to asynchronously wake it up. This could be implemented something like this
Hi fellow Zephyr users. I am trying to have a thread go to sleep until either: A) A Counter alarm fires B) Another ISR wants to asynchronously wake it up. This could be implemented something like this
|
By
Erling Rennemo Jellum
·
|
|
murata boards support
Hi team, Do we have zephyr support for murata WIFI/BLE module ? chip set CYW43439. Regards, Vinay S L&T Technology Services Ltd www.LTTS.com L&T Technology Services Limited (LTTS) is committed to safe
Hi team, Do we have zephyr support for murata WIFI/BLE module ? chip set CYW43439. Regards, Vinay S L&T Technology Services Ltd www.LTTS.com L&T Technology Services Limited (LTTS) is committed to safe
|
By
Vinay S
·
|
|
Active scanning failed to start (err -134) 2 messages
Hi, I am trying to start active scanning, however I do want the duplicates. For this i am giving "BT_LE_SCAN_OPT_NONE" option in parameters to the `bt_le_scan_start`. This however is resulting in erro
Hi, I am trying to start active scanning, however I do want the duplicates. For this i am giving "BT_LE_SCAN_OPT_NONE" option in parameters to the `bt_le_scan_start`. This however is resulting in erro
|
By
Alok Sethi
·
|
|
[Zephyr-devel] Add ESP WROOM-32 DEV board to Zephyr RTOS
Hi there, We have a board porting guide that you can use as a starting point to work on adding support for this board: https://docs.zephyrproject.org/latest/hardware/porting/board_porting.html Feel fr
Hi there, We have a board porting guide that you can use as a starting point to work on adding support for this board: https://docs.zephyrproject.org/latest/hardware/porting/board_porting.html Feel fr
|
By
Carles Cufi
·
|
|
Add ESP WROOM-32 DEV board to Zephyr RTOS
Hi, This is Ananya KC from Urbanmorph. We are using ZephyrRTOS to program the ESP WROOM-32 board. Under the supported boards in ZephyrRTOS, XTENSA board - ESP WROOM-32 is not supported. It is a 38 pin
Hi, This is Ananya KC from Urbanmorph. We are using ZephyrRTOS to program the ESP WROOM-32 board. Under the supported boards in ZephyrRTOS, XTENSA board - ESP WROOM-32 is not supported. It is a 38 pin
|
By
Ananya KC
·
|