|
Unable to view printk() outputs on the serial console for LPC board
Hi, I'm running the samples/hello_world program which is doing a printk("Hello World"). I built and flashed the program on my LPC ARM board using the instructions provided here: https://docs.zephyrpro
Hi, I'm running the samples/hello_world program which is doing a printk("Hello World"). I built and flashed the program on my LPC ARM board using the instructions provided here: https://docs.zephyrpro
|
By
Salman Khan
·
|
|
ADXL372 with ncs 2.2.0
#sensor
Hi everyone, I have a problem with the ADXL372 sensor. The same source that runs fine on ncs 2.0.0 (nordic board, thingy91) does not work on ncs 2.2.0; I can't find where the problem could be attribut
Hi everyone, I have a problem with the ADXL372 sensor. The same source that runs fine on ncs 2.0.0 (nordic board, thingy91) does not work on ncs 2.2.0; I can't find where the problem could be attribut
|
By
m.silvio@...
·
|
|
How to enable/activate 1G Ethernet on MIMXRT1170-EVK board
2 messages
#api
#ethernet
I apologize if this has been asked before, but I didn't seem to find this question. On the MIMXRT1170-EVK evaluation board, there is a 1G Ethernet port (J4), on the same side as a 10/100 Ethernet port
I apologize if this has been asked before, but I didn't seem to find this question. On the MIMXRT1170-EVK evaluation board, there is a 1G Ethernet port (J4), on the same side as a 10/100 Ethernet port
|
By
kar-wing.chan@...
·
|
|
Zephyr SDK 0.16.0 Release
Hi, Zephyr SDK 0.16.0 has been released: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.16.0 The following changes have been made in this release: - general: * Changed the distribution b
Hi, Zephyr SDK 0.16.0 has been released: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.16.0 The following changes have been made in this release: - general: * Changed the distribution b
|
By
Stephanos Ioannidis
·
|
|
Using pwm and qenc on the same timer
#dts
Hi, I'm running a stm32 board and I want to use 2 PWMs and 1 qenc on the same timer. But I can't figure out how that is setup properly in the DTS. Below is what I got at the moment. It builds without
Hi, I'm running a stm32 board and I want to use 2 PWMs and 1 qenc on the same timer. But I can't figure out how that is setup properly in the DTS. Below is what I got at the moment. It builds without
|
By
eric.grimsholm@...
·
|
|
West v1.0.0
Hello, I'm announcing west v1.0.0. Release links: - PyPI: https://pypi.org/project/west/1.0.0/ - GitHub: https://github.com/zephyrproject-rtos/west/releases/tag/v1.0.0 - Release notes: https://docs.ze
Hello, I'm announcing west v1.0.0. Release links: - PyPI: https://pypi.org/project/west/1.0.0/ - GitHub: https://github.com/zephyrproject-rtos/west/releases/tag/v1.0.0 - Release notes: https://docs.ze
|
By
Bolivar, Marti
·
|
|
Unable to compile hts221 driver
2 messages
Greetings! I am trying to compile "hts221 driver" in 3.2 version of Zephyr , while compiling i am getting "hts221_reg.h" file is not found Previously, in 2.5 version this driver used to compile succes
Greetings! I am trying to compile "hts221 driver" in 3.2 version of Zephyr , while compiling i am getting "hts221_reg.h" file is not found Previously, in 2.5 version this driver used to compile succes
|
By
Jyothi Srirangam
·
|
|
I made a mistake naming mounts points /data/config and /data/counters and I am getting a stack overflow. Is there a way to erase the entire nor flash so I can start over?
#customboard
#nrf52832
#spi
#sys_init
I deleted the second mount but it seems I corrupted the flash and still does a stack overflow. I stubbed formatting in littlefs_fs.c but it failed. I am using an nRF52832 module and Micron 16Mbit part
I deleted the second mount but it seems I corrupted the flash and still does a stack overflow. I stubbed formatting in littlefs_fs.c but it failed. I am using an nRF52832 module and Micron 16Mbit part
|
By
bill.bsee@...
·
|
|
system call
4 messages
Hi folks, I have a problem understanding how system call work. For example, system call /*fetch sensor samples */ rc=sensor_sample_fetch(dev); But I only see definition: __syscall int sensor_sample_fe
Hi folks, I have a problem understanding how system call work. For example, system call /*fetch sensor samples */ rc=sensor_sample_fetch(dev); But I only see definition: __syscall int sensor_sample_fe
|
By
Henry Zhang
·
|
|
Support on driver and application Porting to Zephyr
TCS Confidential Dear Team, I am new to Zephyr and started working now. I wanted to to Port new device driver I2C to Zephyr OS and run sample application sensor TMP112 for specific custom hardware boa
TCS Confidential Dear Team, I am new to Zephyr and started working now. I wanted to to Port new device driver I2C to Zephyr OS and run sample application sensor TMP112 for specific custom hardware boa
|
By
Raghuram Meridoddi
·
|
|
ws2812
3 messages
#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
·
|