|
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
·
|
|
Re: 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.
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.
|
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:
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:
|
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
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
|
By
kvz5544@...
·
#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:
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:
|
By
Stephanos Ioannidis
·
#3125
·
|
|
Re: 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
Hi,
It’s likely related to https://github.com/zephyrproject-rtos/zephyr/issues/52139, we’re reverting the changes that introduced the regression
|
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
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
|
By
W Kicinski
·
#3122
·
|
|
Re: 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 Account:
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 Account:
|
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
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
|
By
Daniel Saber Tehrani <dsaber@...>
·
#3120
·
|
|
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
·
#3119
·
|
|
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
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
|
By
slide333333@...
·
#3118
·
|
|
Re: On race conditions when using k_thread_suspend and k_thread_resume
Zephyr kernel events might be helpful in this case. A thread can wait on one or more events and reset/clear specific ones as well.
See the following link for more details.
Zephyr kernel events might be helpful in this case. A thread can wait on one or more events and reset/clear specific ones as well.
See the following link for more details.
|
By
Mitsis, Peter
·
#3117
·
|
|
Re: On race conditions when using k_thread_suspend and k_thread_resume
lists.zephyrproject.org wrote:
Probably the easiest solution is to use semaphore with K_FOREVER take
timeout.
Declare a semaphore, e.g.
K_SEM_DEFINE(my_sem, 0, 1);
then instead of suspending the
lists.zephyrproject.org wrote:
Probably the easiest solution is to use semaphore with K_FOREVER take
timeout.
Declare a semaphore, e.g.
K_SEM_DEFINE(my_sem, 0, 1);
then instead of suspending the
|
By
Moń, Tomasz
·
#3116
·
|
|
On race conditions when using k_thread_suspend and k_thread_resume
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
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
|
By
Erling Rennemo Jellum <erling.r.jellum@...>
·
#3115
·
|
|
murata boards support
Hi team,
Do we have zephyr support for murata WIFI/BLE module ? chip setCYW43439.
Regards,
Vinay S
L&T Technology Services Ltd
www.LTTS.com
L&T
Hi team,
Do we have zephyr support for murata WIFI/BLE module ? chip setCYW43439.
Regards,
Vinay S
L&T Technology Services Ltd
www.LTTS.com
L&T
|
By
Vinay S
·
#3114
·
|
|
Re: Active scanning failed to start (err -134)
Hi Alok,
I suspect the reason might be that you’re not explicitly setting the param.timeout field, so it’s left uninitialized and potentially containing a non-zero value (which causes the
Hi Alok,
I suspect the reason might be that you’re not explicitly setting the param.timeout field, so it’s left uninitialized and potentially containing a non-zero value (which causes the
|
By
Johan Hedberg
·
#3113
·
|
|
Active scanning failed to start (err -134)
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
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
|
By
Alok Sethi <alok.sethi1@...>
·
#3112
·
|
|
Re: [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
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
|
By
Carles Cufi
·
#3111
·
|
|
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
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
|
By
Ananya KC <ananya@...>
·
#3110
·
|