Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
20 views

I am trying to set up my Arduino UNO Q to program using zephyr. I tried to set up a build enviroment as explained here: https://docs.zephyrproject.org/latest/develop/getting_started/index.html and ...
Len's user avatar
  • 1
0 votes
0 answers
15 views

I was trying to toggle GPIO_IO16 using M Core of imx95evk. By default the pin is muxed to sai3 therefore I had to use pinmux to remap the pin to gpio_io_bit_16 and deleted sai3 nodes to avoid any ...
Deepshika's user avatar
0 votes
0 answers
38 views

I've been using Zephyr to compile projects for the STM32 without any issues with the generated binaries as such. However, switching over to working with TI chips and having to use UniFlash to ...
Christopher Theriault's user avatar
3 votes
1 answer
80 views

Currently the CANopenNode stack used by Zephyr is extremely out of date which the team is well aware of: https://github.com/zephyrproject-rtos/zephyr/issues/70285 I have the fork from the National ...
Christopher Theriault's user avatar
1 vote
1 answer
224 views

I am developing a Zephyr application and want to format all my source files to have the Zephyr coding style. I found the following .clang-format file in the Zephyr repository below. I put this in the ...
Engineer999's user avatar
  • 4,159
1 vote
0 answers
129 views

I am building an application for a Nordic NRF5240 with Zephyr. In my security code I am attempting to derive a session key with the following function: int derive_session_key(const uint8_t *...
Engineer999's user avatar
  • 4,159
-4 votes
1 answer
81 views

I am trying to get a blink example on my bbc:microbit controller working using vscode with PlatformIO and the zephyr framework. The host system is a fresh Ubuntu 24.04 and I am getting the following ...
Max's user avatar
  • 372
0 votes
0 answers
53 views

I get the error undefined reference to operator new(unsigned int)'` upon using splitted class declaration and implementation. My (failing) code: My CMakeLists.txt: cmake_minimum_required(VERSION 3.20....
Mart's user avatar
  • 569
0 votes
0 answers
67 views

I'm working on an Android app that connects to a Nordic nRF52833 BLE peripheral (Zephyr 3.7.99 / NCS 2.9.0). I'm encountering a consistent issue where: The app connects to the peripheral and bonds ...
michael romano's user avatar
0 votes
0 answers
51 views

I am looking for ways to diagnose a problem with a vibration motor NFP-3C-03208B using Zephyr on a custom nrf5340 boardh. I have working on a nordic dk but is not working on a custom board. The device ...
lcj's user avatar
  • 1,897
1 vote
1 answer
106 views

I'm trying to use an ILI9341 display with nRF52840 in Zephyr (v4.1.99). The build fails with multiple errors about missing Devicetree properties when compiling display_ili9xxx.c: error: '...
kapili's user avatar
  • 19
0 votes
0 answers
36 views

I tried the b_u585i_iot02a cellular_modem example with the bg96 module , does this work for anyone? The ATE0 command at the beginning runs into a timeout. I connected the BG96 (MB1329-B03) to the CN3 ...
Florian Berndl's user avatar
0 votes
0 answers
200 views

I'm having a problem on the yaw angle. The Roll and the Pitch are behaving correctly with values between -180° and 180°, but the Yaw gives me values between -25° and 30° and usually if I stop the ...
Federico Leone's user avatar
1 vote
1 answer
409 views

Hi I have been working with RTOS environments for some time now (FreeRTOS and Zephyr) and I was wondering if, generally speaking, RTOS timers are considered more lightweight than threads. I am ...
First User's user avatar
0 votes
0 answers
29 views

I am trying to enable it in my prj.conf file: # # Networking CONFIG_NETWORKING=y CONFIG_FPU=y # CONFIG_NET_NATIVE=y # CONFIG_NET_L2_PPP=y CONFIG_NET_IPV4=y CONFIG_NET_UDP=y CONFIG_NET_SOCKETS=y ...
MMPO's user avatar
  • 1
1 vote
0 answers
215 views

I am currently working on a project where I need to use Zephyr’s socket implementation in combination with MbedTLS for DTLS. Specifically, I want to integrate MbedTLS so that I can manipulate the ...
yeetAE13's user avatar
1 vote
1 answer
69 views

I been reading about Zephyr for a few days. It seems to provide the QEMU rv32/rv64 support, like I can run tests straightforward. But is there a way I can try out Zephyr's tests on Spike? I mean, it’s ...
Akif Ejaz's user avatar
1 vote
1 answer
272 views

I'm trying to understand the method to convert raw accelerometer's output to m/s^2 Suppose I'm using ADXL345: the range is set to +-16G the resolution is 10 bits focus on positive values scaling ...
bielu000's user avatar
  • 2,261
1 vote
1 answer
155 views

The Zephyr project comes with lots of "apps". The definition seems to me to be "App = your program + ZephyrOS" The word "app" to me implies you could have many inside one ...
confusedandsad's user avatar
0 votes
1 answer
648 views

I'm referring to the following getting started guide: https://docs.zephyrproject.org/latest/develop/getting_started/index.html west build -p always -b rpi_pico samples/basic/blinky I'm getting the ...
Dark Sorrow's user avatar
  • 2,041
0 votes
1 answer
301 views

I am trying to use the LSM6DS3TR-C IMU on the Seeed xiao sense board using Zephyr. Through discussions I have seen that the bindings of the examples only work in particular conditions so as a result I ...
Harmandeep Dubb's user avatar
1 vote
0 answers
335 views

Introduction I'm developing a BLE Central using Zephyr 3.7.0 I can connect, pair and bond to my BLE Peripheral, read and write characteristics. I've set the BLE security to level 3 (Encryption and ...
Groux's user avatar
  • 61
2 votes
0 answers
185 views

I have developed an application for the nodes in a BT Mesh network. Each node in this network should now have the same code. The only difference for each code is the CONFIG_BT_DEVICE_NAME symbol, ...
ulis bad's user avatar
1 vote
0 answers
89 views

I am running a project using Zephyr 2.4, my goal is to check if the Ethernet cable is physically connected or not. I saw they have these functions available : net_eth_carrier_on and ...
user16881149's user avatar
4 votes
2 answers
2k views

The Zephyr documentation recommends to use the example-application as a starting point. The given approach using Git is wrong, however. According to the example's README, it needs to be initialized ...
Erlkoenig's user avatar
  • 2,784

1
2 3 4 5