|
Edge connectors and pin numbers
2 messages
I'm working with the BBC Microbit V2 and can use the peripherals using the NRF port pin numbers etc. These port pins are brought to an edge connector which numbers them completely differently. There s
I'm working with the BBC Microbit V2 and can use the peripherals using the NRF port pin numbers etc. These port pins are brought to an edge connector which numbers them completely differently. There s
|
By
Frank Duignan
·
|
|
Problem running samples/sensor/sht3xd
4 messages
#driver
#sensor
Hi, I've tried to run the sht3xd sample using nRF52840DK, which is one of the boards with sample configuration overlay file, but all I get out in the logs is this: *** Booting Zephyr OS build v2.6.0-r
Hi, I've tried to run the sht3xd sample using nRF52840DK, which is one of the boards with sample configuration overlay file, but all I get out in the logs is this: *** Booting Zephyr OS build v2.6.0-r
|
By
@Hidastelija
·
|
|
Initialization and usage of device drivers in user code
Hello everyone, I'm pretty new to the Zephyr Project as we (our company) are evaluating it to use it as our base for the upcoming projects. It didn't take long to get our own application running on ou
Hello everyone, I'm pretty new to the Zephyr Project as we (our company) are evaluating it to use it as our base for the upcoming projects. It didn't take long to get our own application running on ou
|
By
akrckn
·
|
|
nRF9160 custom board dynamic GPIO
2 messages
#nrf9160
Shalom! We have a nRF9160 custom board on which I cannot switch some of the IO lines. For example we have two leds, P0.9 an P0.10 but only P0.9 works. The hardware guy reports the P0.10 output (scope)
Shalom! We have a nRF9160 custom board on which I cannot switch some of the IO lines. For example we have two leds, P0.9 an P0.10 but only P0.9 works. The hardware guy reports the P0.10 output (scope)
|
By
David Kaplan
·
|
|
Defining preprocessor directives through
#west
Hi everyone, I'm trying to automate the building of a set of LoRaWAN boards by using preprocessor directives to set their keys. Is it possible to define the directives using west? I was only able to c
Hi everyone, I'm trying to automate the building of a set of LoRaWAN boards by using preprocessor directives to set their keys. Is it possible to define the directives using west? I was only able to c
|
By
Diogo Correia
·
|
|
SDK 0.13.0 Release
Hi, Latest version of the SDK can be found here: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.13.0 Please download and try things out and report any issues. • general: • Added support
Hi, Latest version of the SDK can be found here: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.13.0 Please download and try things out and report any issues. • general: • Added support
|
By
Kumar Gala
·
|
|
Networking Forum Agenda
Hi all, There is a networking forum tomorrow Tue 3 August at 8AM PST / 17.00 CEST. The current agenda is empty, please let me know if there are any topics you’d like to discuss. Otherwise, I’ll cancel
Hi all, There is a networking forum tomorrow Tue 3 August at 8AM PST / 17.00 CEST. The current agenda is empty, please let me know if there are any topics you’d like to discuss. Otherwise, I’ll cancel
|
By
Lubos, Robert
·
|
|
k_uptime_get values in QEMU
Hello, I am experiencing a problem and don't know how to solve it. Running k_uptime_get() returns the same value as k_uptime_ticks() and is a lot higher than the actual uptime in milliseconds. I did n
Hello, I am experiencing a problem and don't know how to solve it. Running k_uptime_get() returns the same value as k_uptime_ticks() and is a lot higher than the actual uptime in milliseconds. I did n
|
By
martin.schoenstedt@...
·
|
|
Esp32 flashing issue on Ubuntu 20.10
3 messages
I am able to build code for esp32 but flash is being failed by denying permission on ttyUSB0. Any help would be appreciated.
I am able to build code for esp32 but flash is being failed by denying permission on ttyUSB0. Any help would be appreciated.
|
By
pritam sutar
·
|
|
Compiler and linker warnings with GCC 11
2 messages
Hello! After updating my GCC to version 11.1.0 I started getting a bunch of linker errors when compiling projects. Previously I was using GCC 10.2.0. For example, when building the sample hello_world
Hello! After updating my GCC to version 11.1.0 I started getting a bunch of linker errors when compiling projects. Previously I was using GCC 10.2.0. For example, when building the sample hello_world
|
By
Sven Vainküla
·
|
|
TF-M samples build
2 messages
HI All. nice to meet you, this is my first day evaluating Zephyr. it looks pretty exciting, i have struggled to build the TFM samples. is there a clear procedure to build them on windows for a nRF5340
HI All. nice to meet you, this is my first day evaluating Zephyr. it looks pretty exciting, i have struggled to build the TFM samples. is there a clear procedure to build them on windows for a nRF5340
|
By
Philippe Gerard
·
|
|
Cmake Error While Building Blinky Sample
2 messages
Hello, I am trying to west build the blinky sample from the getting started guide (https://docs.zephyrproject.org/latest/getting_started/index.html). However, the below error comes up: C:\zephyrprojec
Hello, I am trying to west build the blinky sample from the getting started guide (https://docs.zephyrproject.org/latest/getting_started/index.html). However, the below error comes up: C:\zephyrprojec
|
By
danwin354@...
·
|
|
lis2mdl magnetometer in microbit v2
4 messages
#i2c
#driver
#lis2dw12
I have been experimenting with the microbit v2 and zephyr. Everything seems to work ok except for the magnetometer. The values it produces do not change when you re-orient the device. If you re-orient
I have been experimenting with the microbit v2 and zephyr. Everything seems to work ok except for the magnetometer. The values it produces do not change when you re-orient the device. If you re-orient
|
By
Frank Duignan
·
|
|
bt_gatt_read() multiply read
#bluetooth
#nrf52840
Hello, I use nrf52840-dk as central_hr and nrf52833-dk as peripheral_hr, examples from NRF Connect SDK. I want to read two or more values using bt_gatt_read(). Code: dis->read_params.func = gatt_read_
Hello, I use nrf52840-dk as central_hr and nrf52833-dk as peripheral_hr, examples from NRF Connect SDK. I want to read two or more values using bt_gatt_read(). Code: dis->read_params.func = gatt_read_
|
By
antonsolonovich@...
·
|
|
Understanding Ztest and Test Execution for Zephyr
2 messages
HI all, I was going through the test documentation under https://github.com/zephyrproject-rtos/zephyr/blob/main/doc/guides/test/ztest.rst Is there any more documentation available regarding understand
HI all, I was going through the test documentation under https://github.com/zephyrproject-rtos/zephyr/blob/main/doc/guides/test/ztest.rst Is there any more documentation available regarding understand
|
By
Pandey, Mithun
·
|
|
options for missing driver functions
6 messages
Relatively new Zephyr user here. We have a custom board with a LIS2DS12 IMU on it. I've been somewhat ignoring it up to now as it serves a secondary function and we sort of just threw it on there thin
Relatively new Zephyr user here. We have a custom board with a LIS2DS12 IMU on it. I've been somewhat ignoring it up to now as it serves a secondary function and we sort of just threw it on there thin
|
By
Jeff Haynes
·
|
|
Application build from multiple libs.
3 messages
Hi, I'm trying to port our application to run under Zephyr. Application itself is build as a set of different libraries (e.g. libComm, libMeasurements...and libapp). All libs are compiled and linked t
Hi, I'm trying to port our application to run under Zephyr. Application itself is build as a set of different libraries (e.g. libComm, libMeasurements...and libapp). All libs are compiled and linked t
|
By
tomasz.sleboda@...
·
|
|
NetworkING Forum Agenda
Hi all, There is a networking forum tomorrow Tue 6 July at 8AM PST / 17.00 CEST. Currently there are no major topics on the agenda. We’re going to briefly discuss networking stack maintenance transiti
Hi all, There is a networking forum tomorrow Tue 6 July at 8AM PST / 17.00 CEST. Currently there are no major topics on the agenda. We’re going to briefly discuss networking stack maintenance transiti
|
By
Lubos, Robert
·
|
|
Zephyr SDK 0.13.0-rc1 available
Hi all, We’ve release the first release candidate for the SDK 0.13.0. The main changes in these release are support for ARC64, Qemu 6.0.0, OpenOCD, and some newlib updates/fixes. SDK 0.13.0-rc1 can be
Hi all, We’ve release the first release candidate for the SDK 0.13.0. The main changes in these release are support for ARC64, Qemu 6.0.0, OpenOCD, and some newlib updates/fixes. SDK 0.13.0-rc1 can be
|
By
Kumar Gala
·
|
|
Slack Invite
5 messages
Hello, asking if anyone knows how to request an invite for the Zephyr Slack Workspace...? My work email is not part of any of the below domains: Thanks! D
Hello, asking if anyone knows how to request an invite for the Zephyr Slack Workspace...? My work email is not part of any of the below domains: Thanks! D
|
By
Davide Pollarolo
·
|