|
BT Mesh Health Server Fault Register
#bluetoothmesh
#zephyrbluetoothmesh
Hi All,
I am looking at the BT Mesh Health Server, and Client, so that i can report faults between nodes and ultimately to the central control application.
Unfortunately, i have run into a problem;
Hi All,
I am looking at the BT Mesh Health Server, and Client, so that i can report faults between nodes and ultimately to the central control application.
Unfortunately, i have run into a problem;
|
By
William Fish
·
#5882
·
|
|
Re: #ble #nrf52840
#nrf52840
#ble
Hi Henry,
This is news to me and, although it might be expected, I would like to check with a couple of people. So I think this deserves being tracked. Would you mind opening a “Question”
Hi Henry,
This is news to me and, although it might be expected, I would like to check with a couple of people. So I think this deserves being tracked. Would you mind opening a “Question”
|
By
Carles Cufi
·
#5881
·
|
|
Re: Error Msg whey type "west --version" on the guide of v1.14-rc3
Hi Aaron,
I'm using Windows.
After type "pip --version", the output is:
pip3 --version
pip 19.0.3 from c:\python37\lib\site-packages\pip (python 3.7)
Best Regards,
Kai
Sent: Wednesday, April 3,
Hi Aaron,
I'm using Windows.
After type "pip --version", the output is:
pip3 --version
pip 19.0.3 from c:\python37\lib\site-packages\pip (python 3.7)
Best Regards,
Kai
Sent: Wednesday, April 3,
|
By
Kai Ren
·
#5880
·
|
|
Re: Error Msg whey type "west --version" on the guide of v1.14-rc3
Hi,
Which OS? win or linux(ubuntu etc.)?
PS: make sure you already installed python3.
Hi,
Which OS? win or linux(ubuntu etc.)?
PS: make sure you already installed python3.
|
By
Aaron Xu
·
#5879
·
|
|
Error Msg whey type "west --version" on the guide of v1.14-rc3
Hello,
I follow this link, https://docs.zephyrproject.org/latest/getting_started/index.html#get-the-source-code , to install west, but after type *west --version*, below message pop-up, it looks
Hello,
I follow this link, https://docs.zephyrproject.org/latest/getting_started/index.html#get-the-source-code , to install west, but after type *west --version*, below message pop-up, it looks
|
By
Kai Ren
·
#5878
·
|
|
BLE throughput under load, QOS
#ble
#nrf52840
After implementing a throughput test for BLE using Nordic nrf52840 hardware and Zephyr 1.14-rc1, notice some curious behavior in data we are collecting. The test is to evaluate maximum throughput in
After implementing a throughput test for BLE using Nordic nrf52840 hardware and Zephyr 1.14-rc1, notice some curious behavior in data we are collecting. The test is to evaluate maximum throughput in
|
By
henry.wagner@...
·
#5877
·
|
|
lightweight hash/MAC support
Hi, currently i am working on a benchmark project of the following light weight crypto hash and mac primitives:
Quark (https://131002.net/quark/quark_full.pdf ).
Photon
Hi, currently i am working on a benchmark project of the following light weight crypto hash and mac primitives:
Quark (https://131002.net/quark/quark_full.pdf ).
Photon
|
By
Jacob Morales Gonzalez <jacobinho86@...>
·
#5876
·
|
|
Re: Atomic() vs k_sched_lock() vs irq_lock() vs k_mutex_lock()
You should be using the APIs in include/atomic.h
On arches that don't natively support atomic operations, these get implemented in terms of irq_lock()
Andrew
You should be using the APIs in include/atomic.h
On arches that don't natively support atomic operations, these get implemented in terms of irq_lock()
Andrew
|
By
Boie, Andrew P
·
#5875
·
|
|
Re: GitHub Help
Hi Lars and Billy,
When you do get things figured out, please let me know what GitHub issues you were having and if there are improvements to the Zephyr getting started documentation we can
Hi Lars and Billy,
When you do get things figured out, please let me know what GitHub issues you were having and if there are improvements to the Zephyr getting started documentation we can
|
By
Kinder, David B <david.b.kinder@...>
·
#5874
·
|
|
Re: GitHub Help
Hi Billy,
what seems to be the problem? - just reply to me so we don't bother the list
br
Lars
Hi Billy,
what seems to be the problem? - just reply to me so we don't bother the list
br
Lars
|
By
Lars Knudsen
·
#5873
·
|
|
GitHub Help
Help Please.
I am new to GitHub and am having a terrible time trying to follow the instructions as I used a mixed environment the instructions and results are causing me (and everyone involved) a lot
Help Please.
I am new to GitHub and am having a terrible time trying to follow the instructions as I used a mixed environment the instructions and results are causing me (and everyone involved) a lot
|
By
William Fish
·
#5872
·
|
|
Atomic() vs k_sched_lock() vs irq_lock() vs k_mutex_lock()
We have an internal discussion about the recommended usage of the 4 methods mentioned in subjects, when the goal is to protect an assignment of a variable (u32 - any platform) within one task so it is
We have an internal discussion about the recommended usage of the 4 methods mentioned in subjects, when the goal is to protect an assignment of a variable (u32 - any platform) within one task so it is
|
By
Kim Bøndergaard
·
#5871
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Dear,
I am able to install the latest DTC version. Now i am stuck up with the following error while doing the
Dear,
I am able to install the latest DTC version. Now i am stuck up with the following error while doing the
|
By
M Rizwan Ghori <rizwanghori@...>
·
#5870
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Dear,
Thank you for your reply. I have run the command for hello world example advised by you.
Now i am getting the error as follows while executing the command.
Dear,
Thank you for your reply. I have run the command for hello world example advised by you.
Now i am getting the error as follows while executing the command.
|
By
M Rizwan Ghori <rizwanghori@...>
·
#5869
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Did you set up a toolchain as perhttps://docs.zephyrproject.org/latest/getting_started/index.html#set-up-a-toolchain?
If so, make sure you source zephyr-env.sh before attempting to build any
Did you set up a toolchain as perhttps://docs.zephyrproject.org/latest/getting_started/index.html#set-up-a-toolchain?
If so, make sure you source zephyr-env.sh before attempting to build any
|
By
Geoffroy Van Cutsem
·
#5868
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Hi there,
This looks like there might be stale build files somewhere in your tree. Can you clean the tree and try again? You can use the following command, but please be careful since it will
Hi there,
This looks like there might be stale build files somewhere in your tree. Can you clean the tree and try again? You can use the following command, but please be careful since it will
|
By
Carles Cufi
·
#5867
·
|
|
Re: MCUMGR SMP implementations
Hi Rodrigo,
Assuming Board B is running Zephyr and not Linux, you can actually use LWM2M to update the firmware on Board B without having to write any additional code. The foundries.io folks use
Hi Rodrigo,
Assuming Board B is running Zephyr and not Linux, you can actually use LWM2M to update the firmware on Board B without having to write any additional code. The foundries.io folks use
|
By
Carles Cufi
·
#5866
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Dear All,
Thank you very much for your response. That problem is resolved by following your advised step. Moreover, now i was moving towards the HelloWorld example i received the following
Dear All,
Thank you very much for your response. That problem is resolved by following your advised step. Moreover, now i was moving towards the HelloWorld example i received the following
|
By
M Rizwan Ghori <rizwanghori@...>
·
#5865
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Hi there,
This has been a bug that has popped up several times in the past with Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1588562
As mentioned by others, please add the
Hi there,
This has been a bug that has popped up several times in the past with Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1588562
As mentioned by others, please add the
|
By
Carles Cufi
·
#5864
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Dear,
Thank you all for the quick response. Here is the copy paste code.
pip3 install --user west
runs fine, after this i have run the following command and it echos the error shown
Dear,
Thank you all for the quick response. Here is the copy paste code.
pip3 install --user west
runs fine, after this i have run the following command and it echos the error shown
|
By
M Rizwan Ghori <rizwanghori@...>
·
#5863
·
|