|
Re: How to use TEMP sensor on nRF5x boards ?
#nrf52840
#sensor
Hi Yorick,
This TEMP sensor are defined within zephyr sensors pattern. You should use it by binding the device to a struct and using the default functions from sensor.h
You should use this to
Hi Yorick,
This TEMP sensor are defined within zephyr sensors pattern. You should use it by binding the device to a struct and using the default functions from sensor.h
You should use this to
|
By
Felipe Gabardo Gonçalves
·
#1336
·
|
|
How to use TEMP sensor on nRF5x boards ?
#nrf52840
#sensor
Hello,
I have recently started to use Zephyr. Up to now, I have been able to set up some tasks and ESS (with Temperature characteristic (dummy value for the moment)) and BAS Bluetooth profiles. The
Hello,
I have recently started to use Zephyr. Up to now, I have been able to set up some tasks and ESS (with Temperature characteristic (dummy value for the moment)) and BAS Bluetooth profiles. The
|
By
Yorick Brunet
·
#1335
·
|
|
nRF52840 memory layout
Dear All,
maybe I’m reading it wrong, but in all nRF52840-related DTS files, the memory layout ends at 524,288 bytes and I wonder why. That wastes the other 50% of the available storage. Is
Dear All,
maybe I’m reading it wrong, but in all nRF52840-related DTS files, the memory layout ends at 524,288 bytes and I wonder why. That wastes the other 50% of the available storage. Is
|
By
Christoph Schramm
·
#1333
·
|
|
Re: West not installing; Alternative ways to install?
#west
Hi Marc,
Just seeing this, thanks for the follow-up. I think this question of how much material to provide for auxiliary tools and dependencies is a probably a tough one. I think with pip/python,
Hi Marc,
Just seeing this, thanks for the follow-up. I think this question of how much material to provide for auxiliary tools and dependencies is a probably a tough one. I think with pip/python,
|
By
Birch Jr, Johnnie L <johnnie.l.birch.jr@...>
·
#1332
·
|
|
RFC: Changing the `west build` command-line interface
Hi there,
As you know, west now allows users to build Zephyr applications with it, and many among us have started making use of this new functionality.
The signature for `west build` currently reads
Hi there,
As you know, west now allows users to build Zephyr applications with it, and many among us have started making use of this new functionality.
The signature for `west build` currently reads
|
By
Carles Cufi
·
#1331
·
|
|
Re: mcumgr: How to calculate hash of image under Linux
#nrf52840
Hi Phil,
It doesn't have to be TLV index 0. You need to use the "type" in each type/length/value (TLV) datum to find the hash TLV in the image binary.
I don't use mcumgr very much, just mcuboot, so I
Hi Phil,
It doesn't have to be TLV index 0. You need to use the "type" in each type/length/value (TLV) datum to find the hash TLV in the image binary.
I don't use mcumgr very much, just mcuboot, so I
|
By
Marti Bolivar <marti@...>
·
#1330
·
|
|
96Boards GPIO standard names?
---------- Forwarded message ---------
From: Mani Sadhasivam <manivannanece23@...>
Date: Tue, 5 Mar, 2019, 12:11 AM
Subject: Re: [Zephyr-users] 96Boards GPIO standard names?
To: Lawrence King
---------- Forwarded message ---------
From: Mani Sadhasivam <manivannanece23@...>
Date: Tue, 5 Mar, 2019, 12:11 AM
Subject: Re: [Zephyr-users] 96Boards GPIO standard names?
To: Lawrence King
|
By
Mani Sadhasivam
·
#1329
·
|
|
96Boards GPIO standard names?
I have been writing code for a peripheral board that plugs into a Nitrogen or any other 96Boards compliant board (with 40-pin Low Speed connector) running Zephyr. I was trying to code use of the GPIOs
I have been writing code for a peripheral board that plugs into a Nitrogen or any other 96Boards compliant board (with 40-pin Low Speed connector) running Zephyr. I was trying to code use of the GPIOs
|
By
Lawrence King
·
#1328
·
|
|
Re: mcumgr: How to calculate hash of image under Linux
#nrf52840
Hey Marti,
thanks for your reply. So in my understanding the value of TLV 0 is the hash that will be displayed using "Image list", isn't it?
Best
Philipp
Hey Marti,
thanks for your reply. So in my understanding the value of TLV 0 is the hash that will be displayed using "Image list", isn't it?
Best
Philipp
|
By
Phil Hipp
·
#1327
·
|
|
Re: mcumgr: How to calculate hash of image under Linux
#nrf52840
Hi Phil,
If you mean the hash of the image header and body, that is available
as the value for the IMAGE_TLV_SHA256 key type in your signed image's
TLV area (see
Hi Phil,
If you mean the hash of the image header and body, that is available
as the value for the IMAGE_TLV_SHA256 key type in your signed image's
TLV area (see
|
By
Marti Bolivar <marti@...>
·
#1326
·
|
|
Re: 98B_Nitrogen Settings flash area
Just my bad luck 😉, I checked out the master branch about 8 hours before you checked in the changes. Thanks for fixing this so others don’t have the same problem.
A nice to have feature would
Just my bad luck 😉, I checked out the master branch about 8 hours before you checked in the changes. Thanks for fixing this so others don’t have the same problem.
A nice to have feature would
|
By
Lawrence King
·
#1325
·
|
|
Re: 98B_Nitrogen Settings flash area
Hi Lawrence,
On 2/27/19 8:39 AM, Lawrence King wrote:
This was fixed recently in master branch:
Hi Lawrence,
On 2/27/19 8:39 AM, Lawrence King wrote:
This was fixed recently in master branch:
|
By
Michael Scott
·
#1324
·
|
|
98B_Nitrogen Settings flash area
Dear All:
I am having a little problem starting the Settings on a nRF52 device. Ideally 8 blocks of flash memory should be reserved for the settings FCB, I ‘think’ this is what is configured
Dear All:
I am having a little problem starting the Settings on a nRF52 device. Ideally 8 blocks of flash memory should be reserved for the settings FCB, I ‘think’ this is what is configured
|
By
Lawrence King
·
#1323
·
|
|
Zephyr Project Newsletter Q1 2019
Welcome to the Zephyr Project Quarterly Newsletter
Welcome to the Zephyr Project Quarterly Newsletter
|
By
Zephyr Project <taldrich@...>
·
#1322
·
|
|
mcumgr: How to calculate hash of image under Linux
#nrf52840
Hi,
I want to write a script under Linux for automatic FOTA using mcumgr. I need the hash of the image file for the update step "image test", but I can't figure out how to calculate the correct hash
Hi,
I want to write a script under Linux for automatic FOTA using mcumgr. I need the hash of the image file for the update step "image test", but I can't figure out how to calculate the correct hash
|
By
Phil Hipp
·
#1321
·
|
|
Re: How to do a wait for multiple events?
Thanks for the hint Carles,
I can poll for "k_queue" but not for a "k_msgq". So it is not working in my case.
I like to use the "k_msgq" for storing ADC samples (it has the ringbuffer feature).
Thanks for the hint Carles,
I can poll for "k_queue" but not for a "k_msgq". So it is not working in my case.
I like to use the "k_msgq" for storing ADC samples (it has the ringbuffer feature).
|
By
Stefan Jaritz
·
#1320
·
|
|
Re: How to do a wait for multiple events?
Hi Stefan,
Take a look at k_poll:
https://docs.zephyrproject.org/latest/reference/kernel/other/polling.html
Regards,
Carles
On 22/02/2019, 16:40, "users@... on behalf of
Hi Stefan,
Take a look at k_poll:
https://docs.zephyrproject.org/latest/reference/kernel/other/polling.html
Regards,
Carles
On 22/02/2019, 16:40, "users@... on behalf of
|
By
Carles Cufi
·
#1319
·
|
|
How to do a wait for multiple events?
Hey ho,
It's Friday time and so it means play time with Zephyr! :)
Currently I am doing a demo, in which I generate different data streams(queues) and signals(semaphores). The streams and signal
Hey ho,
It's Friday time and so it means play time with Zephyr! :)
Currently I am doing a demo, in which I generate different data streams(queues) and signals(semaphores). The streams and signal
|
By
Stefan Jaritz
·
#1318
·
|
|
Re: Nitrogen - Bluetooth RFCOMM sample
Hi Lawrence,
As far as I know, the Nitrogen only has a single-mode (LE-only) Bluetooth radio, whereas RFCOMM (and SPP) is a BR/EDR (Bluetooth Classic) protocol, so you won’t be able to use it on
Hi Lawrence,
As far as I know, the Nitrogen only has a single-mode (LE-only) Bluetooth radio, whereas RFCOMM (and SPP) is a BR/EDR (Bluetooth Classic) protocol, so you won’t be able to use it on
|
By
Johan Hedberg
·
#1317
·
|
|
Nitrogen - Bluetooth RFCOMM sample
I am trying to get my Nitrogen board to act as a 'classic' RFCOMM device, then build my own parser to handle the serial commands and responses from the host. I couldn't find a sample for RFCOMM in the
I am trying to get my Nitrogen board to act as a 'classic' RFCOMM device, then build my own parser to handle the serial commands and responses from the host. I couldn't find a sample for RFCOMM in the
|
By
Lawrence King
·
#1316
·
|