|
MCUboot placed to immutable flash 2 messages
#nrf52840
#crypto
#dts
Hello, I am studying this which mentions that the MCUboot is placed to immutable section of flash. How is this implemented? I can not see anywhere information about immutable MCUboot partition.
Hello, I am studying this which mentions that the MCUboot is placed to immutable section of flash. How is this implemented? I can not see anywhere information about immutable MCUboot partition.
|
By Nikos Karamolegkos
·
|
|
zephyr API to read the nRF5340 die temperature 4 messages
#nrf5340
Hello, I am looking for some some nRF5340 example code that reads the nRF5340 die temperature using zephyr APIs. I've looked at previous posts but I could only find this one https://devzone.nordicsemi
Hello, I am looking for some some nRF5340 example code that reads the nRF5340 die temperature using zephyr APIs. I've looked at previous posts but I could only find this one https://devzone.nordicsemi
|
By mohamed.belaroussi@...
·
|
|
API meeting: agenda
Hi all, Agenda for tomorrow. Note: the API and component naming conventions (https://github.com/zephyrproject-rtos/zephyr/issues/29569) discussion has been postponed until next week since tomorrow the
Hi all, Agenda for tomorrow. Note: the API and component naming conventions (https://github.com/zephyrproject-rtos/zephyr/issues/29569) discussion has been postponed until next week since tomorrow the
|
By Carles Cufi
·
|
|
Network forum agenda
Hi all, There is a network forum meeting tomorrow Tue 3 Nov at 8AM PST / 17.00 CET. Current agenda: - WiFi L2 API for non-offloaded devices. See related issue at https://github.com/zephyrproject-rtos/
Hi all, There is a network forum meeting tomorrow Tue 3 Nov at 8AM PST / 17.00 CET. Current agenda: - WiFi L2 API for non-offloaded devices. See related issue at https://github.com/zephyrproject-rtos/
|
By Jukka Rissanen
·
|
|
How to Use the generic Zephyr SPI driver API without creating a full-blown zephyr-based driver
#driver
Hello, I need to communicate with an SPI device (Semtech LR1110) connected to the nordic SoC nRF5340 via its SPI peripheral. I have the driver source code but I am not sure about the steps I need to t
Hello, I need to communicate with an SPI device (Semtech LR1110) connected to the nordic SoC nRF5340 via its SPI peripheral. I have the driver source code but I am not sure about the steps I need to t
|
By mohamed.belaroussi@...
·
|
|
Adding an out of tree driver 2 messages
Adding an out of tree board is easy, I just set the variable BOARD_ROOT and the build system happily finds my_custom_board. This is nicely described by following the links from here: https://docs.zeph
Adding an out of tree board is easy, I just set the variable BOARD_ROOT and the build system happily finds my_custom_board. This is nicely described by following the links from here: https://docs.zeph
|
By Lawrence King
·
|
|
Heap usage monitoring 2 messages
I have a question about heap usage monitoring. Apologies if this is the wrong place to ask, please feel free to point me elsewhere if that is the case. I'm using Zephyr on a Nordic NRF53 chip and I ne
I have a question about heap usage monitoring. Apologies if this is the wrong place to ask, please feel free to point me elsewhere if that is the case. I'm using Zephyr on a Nordic NRF53 chip and I ne
|
By Rob Meades
·
|
|
API meeting: agenda
Hi all, Agenda for today. - Kernel headers - PR: https://github.com/zephyrproject-rtos/zephyr/pull/29359#issuecomment-713598116 - API and component naming conventions - Issue: https://github.com/zephy
Hi all, Agenda for today. - Kernel headers - PR: https://github.com/zephyrproject-rtos/zephyr/pull/29359#issuecomment-713598116 - API and component naming conventions - Issue: https://github.com/zephy
|
By Carles Cufi
·
|
|
Erasing flash memory problem in nrf52840-dk 2 messages
#flash
#nrf52840
Hello, I have made a device DTS overlay file to create my partitions in flash, so I have 3 different partitions (banks) lets say A, B, C respectively. It seems to work. However, each time I am trying
Hello, I have made a device DTS overlay file to create my partitions in flash, so I have 3 different partitions (banks) lets say A, B, C respectively. It seems to work. However, each time I am trying
|
By Nikos Karamolegkos
·
|
|
Testing DTLS with the echo_client and echo_server samples 2 messages
#ble
#crypto
#nrf52832
Hi all, I want to test DTLS in IPv6 over BLE network. My set up looks as follows: BLE wifi wifi nrf52832 --------------------- Raspberry Pi Border router --------------- WIFI router --------------- PC
Hi all, I want to test DTLS in IPv6 over BLE network. My set up looks as follows: BLE wifi wifi nrf52832 --------------------- Raspberry Pi Border router --------------- WIFI router --------------- PC
|
By Stefan Hristozov
·
|
|
Zephyr SDK 0.12.0-beta-1 available for testing
Hi, Latest version of the SDK can be found here: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.0-beta-1 Please download and try things out and report any issues. Please report issues
Hi, Latest version of the SDK can be found here: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.0-beta-1 Please download and try things out and report any issues. Please report issues
|
By Kumar Gala
·
|
|
NRF52832 and GPIO 5 messages
#gpio
#nrf52832
Not sure if I'm going to have any help on this, but anyway: I've a standard NRF52832 module that has connected to pin 5 a red LED. If I flash the module (through JLink) with the Arduino framework, the
Not sure if I'm going to have any help on this, but anyway: I've a standard NRF52832 module that has connected to pin 5 a red LED. If I flash the module (through JLink) with the Arduino framework, the
|
By forum.contas@...
·
|
|
missing header file core_cm3.h 2 messages
I prepared a build directory as in the docs: 1) In <pathto>/zephyr-stuff: export ZEPHYR_GCC_VARIANT=zephyr export ZEPHYR_SDK_INSTALL=~/zephyr-sdk-0.11.3 source ~/zephyrproject/zephyr/zephyr-env.sh mkd
I prepared a build directory as in the docs: 1) In <pathto>/zephyr-stuff: export ZEPHYR_GCC_VARIANT=zephyr export ZEPHYR_SDK_INSTALL=~/zephyr-sdk-0.11.3 source ~/zephyrproject/zephyr/zephyr-env.sh mkd
|
By Michael E Goldsby
·
|
|
API meeting: agenda 2 messages
Hi all, Agenda for today. - workqueue: Introduce delayable work - PR: https://github.com/zephyrproject-rtos/zephyr/pull/28891 - Add regulator driver infrastructure - PR: https://github.com/zephyrproje
Hi all, Agenda for today. - workqueue: Introduce delayable work - PR: https://github.com/zephyrproject-rtos/zephyr/pull/28891 - Add regulator driver infrastructure - PR: https://github.com/zephyrproje
|
By Carles Cufi
·
|
|
ble central repeat read and write to three peripherals error USAGE FAULT
#ble
Currently I can connect one central to three peripherals After the connection is established, the corresponding uuid and handle are also found I use these two functions to read/write bt_gatt_write(bt_
Currently I can connect one central to three peripherals After the connection is established, the corresponding uuid and handle are also found I use these two functions to read/write bt_gatt_write(bt_
|
By mfinmuch@...
·
|
|
Confirming that USB OTG Host mode not in the works
#usb
#otg
Hi all: Just wanted to see if anyone can confirm that we shouldn't expect USB Host mode support in 2.5.0, and that it's not in the works. I found an old issue from May 19th that seems to indicate that
Hi all: Just wanted to see if anyone can confirm that we shouldn't expect USB Host mode support in 2.5.0, and that it's not in the works. I found an old issue from May 19th that seems to indicate that
|
By carlos.rodriguez@...
·
|
|
introducing new delayable work API
I've been asked to request input on "kernel: workq: introduce delayable work" (#28891), which introduces a new API for supporting delayable work queue submission that cleans up some of the difficulty
I've been asked to request input on "kernel: workq: introduce delayable work" (#28891), which introduces a new API for supporting delayable work queue submission that cleans up some of the difficulty
|
By Peter A. Bigot
·
|
|
BLE one central_hr connect two peripherals
#ble
I am using zephyr 2.4.99 to develop a BLE program Currently, I used central_hr and peripheral in the sample to load separately on two nrf52840s Now the two boards can communicate with each other, can
I am using zephyr 2.4.99 to develop a BLE program Currently, I used central_hr and peripheral in the sample to load separately on two nrf52840s Now the two boards can communicate with each other, can
|
By mfinmuch@...
·
|
|
Store DTLS credentials independent to the binary
#networking
#flash
#dtls
#nrf52480
Hello everybody, I would like to ask you if it is safe to use these functions in order to store and get DTLS credentials on the device? I would like to make over the air update so I would like the tra
Hello everybody, I would like to ask you if it is safe to use these functions in order to store and get DTLS credentials on the device? I would like to make over the air update so I would like the tra
|
By Nikos Karamolegkos
·
|
|
Nordic 52840 as client Exchange MTU Request Not Supported
Hi Zephyr Team, I am relative newby to BLE and Zephyr so forgive me if I am missing something obvious. I have a 52840 with the Zephyr firmware acting a client communicating with a Nordic device. If th
Hi Zephyr Team, I am relative newby to BLE and Zephyr so forgive me if I am missing something obvious. I have a 52840 with the Zephyr firmware acting a client communicating with a Nordic device. If th
|
By
Eric Cooper
·
|