|
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
·
|
|
build zephyr OS in ASIC without user mode
3 messages
Hi Zephyr experts, We are planning to use Zephyr OS in our project, but our ASIC doesn’t support User mode, only has machine mode. What you want to do Could you kindly tell me if there has any approac
Hi Zephyr experts, We are planning to use Zephyr OS in our project, but our ASIC doesn’t support User mode, only has machine mode. What you want to do Could you kindly tell me if there has any approac
|
By
Jinnan Li A
·
|
|
mps2_an521 UART interrupt issue
2 messages
I am running Zephyr on an mps2_an521. I am having trouble with a very simple example that has three UARTs that are active. One UART serves as a console and the other two UARTs provide a bidirectional
I am running Zephyr on an mps2_an521. I am having trouble with a very simple example that has three UARTs that are active. One UART serves as a console and the other two UARTs provide a bidirectional
|
By
Michael Eskowitz
·
|
|
[stm32][ethernet] New ethernet API deployment
Hi, This message specifically targets STM32 users and developers that are using ethernet on STM32F4 and STM32H7 SoCs. A new STM32 HAL ethernet driver has been released earlier this year in STM32Cube p
Hi, This message specifically targets STM32 users and developers that are using ethernet on STM32F4 and STM32H7 SoCs. A new STM32 HAL ethernet driver has been released earlier this year in STM32Cube p
|
By
Erwan Gouriou
·
|
|
Zephyr SDK 0.15.1 Release
Hi, Zephyr SDK 0.15.1 has been released. https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.15.1 The following changes have been made in this release: - general: * Updated the Zephyr SDK CMa
Hi, Zephyr SDK 0.15.1 has been released. https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.15.1 The following changes have been made in this release: - general: * Updated the Zephyr SDK CMa
|
By
Stephanos Ioannidis
·
|
|
Non-static GPIO initialization
#drivers
In the Zephyr GPIO API, it appears there are only static initializers for struct gpio_dt_spec objects from the device tree. To initialize the GPIO in a module context structure with the static structu
In the Zephyr GPIO API, it appears there are only static initializers for struct gpio_dt_spec objects from the device tree. To initialize the GPIO in a module context structure with the static structu
|
By
W Kicinski
·
|