|
Re: [Zephyr-devel] How to change Bluetooth default TX power ?
Hi All,
I have the same issue. This is clearly an app variable imho.
Thanks
Abderrezak
On 6/4/2018 9:45 AM, vikrant8051 wrote:
Hi All,
I have the same issue. This is clearly an app variable imho.
Thanks
Abderrezak
On 6/4/2018 9:45 AM, vikrant8051 wrote:
|
By
Abderrezak Mekkaoui <ab.mekka@...>
·
#852
·
|
|
How to configure #NVS if #FCB in used for #BluetoothMesh ?
#nvs
#fcb
#bluetoothmesh
Hi all,
I wanna use #NVS to save #BluetoothMesh Models states.
As per current implementation, #BluetoothMesh stack is using #FCB for persistent storage.
If I use #NVS (with default setting) along
Hi all,
I wanna use #NVS to save #BluetoothMesh Models states.
As per current implementation, #BluetoothMesh stack is using #FCB for persistent storage.
If I use #NVS (with default setting) along
|
By
vikrant8051 <vikrant8051@...>
·
#851
·
|
|
How to change Bluetooth default TX power ?
Hi,
If anyone want to edit tx power of #nRF52840_PDK, then have to edit two file ..
1) $zephyr/subsys/bluetooth/controller/ll_sw/ctrl.c: L5882
2) $zephyr/subsys/bluetooth/controller/ll_sw/ll_test.c:
Hi,
If anyone want to edit tx power of #nRF52840_PDK, then have to edit two file ..
1) $zephyr/subsys/bluetooth/controller/ll_sw/ctrl.c: L5882
2) $zephyr/subsys/bluetooth/controller/ll_sw/ll_test.c:
|
By
vikrant8051 <vikrant8051@...>
·
#850
·
|
|
echo_client / echo_server ttl
Hello,
I am currently working on an OpenThread app based on the echo_client and echo_server. I am currently trying to use the hop-limit field by setting it as follows:
In the echo_client udp.c
Hello,
I am currently working on an OpenThread app based on the echo_client and echo_server. I am currently trying to use the hop-limit field by setting it as follows:
In the echo_client udp.c
|
By
Diana Rivera
·
#849
·
|
|
Re: offsets.c:25:24: fatal error: gen_offset.h: No such file or directory
#stm32
Hi Stefan,
Your logs suggest something is wrong with Kconfig or dtc, but I cannot reproduce it. I copied the hello_world folder into ZEPHYR_BASE/mysample and then built it fornucleo_f412zg
Hi Stefan,
Your logs suggest something is wrong with Kconfig or dtc, but I cannot reproduce it. I copied the hello_world folder into ZEPHYR_BASE/mysample and then built it fornucleo_f412zg
|
By
Carles Cufi
·
#848
·
|
|
offsets.c:25:24: fatal error: gen_offset.h: No such file or directory
#stm32
Hej
I am new to Zephyr. I checkout the latest version on the master branch (1.12.0-rc2). I created an own board for a custom PCB based on the nucleo_f412zg board. I put up a simple hello world
Hej
I am new to Zephyr. I checkout the latest version on the master branch (1.12.0-rc2). I created an own board for a custom PCB based on the nucleo_f412zg board. I put up a simple hello world
|
By
Stefan Jaritz
·
#847
·
Edited
|
|
Re: [Zephyr-devel] [Zephyr-users] #BluetoothMesh ...about latest kernel OOPS & exception
#bluetoothmesh
Hi,
I've created new PR https://github.com/zephyrproject-rtos/zephyr/pull/8101.
It is basically modified version of samples/bluetooth/mesh
as well as inspired from
Hi,
I've created new PR https://github.com/zephyrproject-rtos/zephyr/pull/8101.
It is basically modified version of samples/bluetooth/mesh
as well as inspired from
|
By
vikrant8051 <vikrant8051@...>
·
#846
·
|
|
Re: [Zephyr-devel] [Zephyr-users] #BluetoothMesh ...about latest kernel OOPS & exception
#bluetoothmesh
Hi,
I commented line no. 3318 of subsys/bluetooth/host/hci_core.c i.e. // BT_ASSERT(buf);
And after that everything is working perfectly normal.
Thanks !!
Hi,
I commented line no. 3318 of subsys/bluetooth/host/hci_core.c i.e. // BT_ASSERT(buf);
And after that everything is working perfectly normal.
Thanks !!
|
By
vikrant8051 <vikrant8051@...>
·
#845
·
|
|
Re: [Zephyr-devel] [Zephyr-users] #BluetoothMesh ...about latest kernel OOPS & exception
#bluetoothmesh
Hi Vikrant,
OK in that case I will try to run the onoff mesh app to see if I can reproduce at all.
Thanks for the help in debugging this.
Carles
Hi Vikrant,
OK in that case I will try to run the onoff mesh app to see if I can reproduce at all.
Thanks for the help in debugging this.
Carles
|
By
Carles Cufi
·
#844
·
|
|
Re: [Zephyr-devel] [Zephyr-users] #BluetoothMesh ...about latest kernel OOPS & exception
#bluetoothmesh
Hi Carles,
I tried it with samples/boards/nrf52/mesh/onoff-app ....Here too, I faced kernel OOPS.
But in that case, occurrence frequency was very low.
I'm facing all these issues after 1.12.0-rc2
Hi Carles,
I tried it with samples/boards/nrf52/mesh/onoff-app ....Here too, I faced kernel OOPS.
But in that case, occurrence frequency was very low.
I'm facing all these issues after 1.12.0-rc2
|
By
vikrant8051 <vikrant8051@...>
·
#843
·
|
|
Re: [Zephyr-devel] [Zephyr-users] #BluetoothMesh ...about latest kernel OOPS & exception
#bluetoothmesh
Hi Vikrant,
Can you please try to reproduce this with standard samples present in the Zephyr tree?
Thanks,
Carles
Hi Vikrant,
Can you please try to reproduce this with standard samples present in the Zephyr tree?
Thanks,
Carles
|
By
Carles Cufi
·
#842
·
|
|
Re: [Zephyr-devel] [Zephyr-users] #BluetoothMesh ...about latest kernel OOPS & exception
#bluetoothmesh
Hi,
These are today's OOPS & Faults
root@vikrant-iMac:/home/vikrant/projects/bluez/mesh# /opt/zephyr-sdk/sysroots/x86_64-pokysdk-linux/usr/bin/arm-zephyr-eabi/arm-zephyr-eabi-addr2line -e
Hi,
These are today's OOPS & Faults
root@vikrant-iMac:/home/vikrant/projects/bluez/mesh# /opt/zephyr-sdk/sysroots/x86_64-pokysdk-linux/usr/bin/arm-zephyr-eabi/arm-zephyr-eabi-addr2line -e
|
By
vikrant8051 <vikrant8051@...>
·
#841
·
|
|
Re: [Zephyr-devel] cmake -DBOARD=nrf52840_pca10056 .. gives me ERROR
Hi,
I re-downloaded entire git repository & now it works for me !!
Hi,
I re-downloaded entire git repository & now it works for me !!
|
By
vikrant8051 <vikrant8051@...>
·
#840
·
|
|
Re: [Zephyr-devel] cmake -DBOARD=nrf52840_pca10056 .. gives me ERROR
Hi,
But I'm facing this error just after updating to latest version of zephyr which I did just an half hour ago.
Thank You !!
Hi,
But I'm facing this error just after updating to latest version of zephyr which I did just an half hour ago.
Thank You !!
|
By
vikrant8051 <vikrant8051@...>
·
#839
·
|
|
Re: [Zephyr-devel] cmake -DBOARD=nrf52840_pca10056 .. gives me ERROR
https://stackoverflow.com/questions/47081317/zephyr-cmake-error
________________________________________
Sent: Thursday, 31 May 2018 3:20:09 PM
To: devel@...;
https://stackoverflow.com/questions/47081317/zephyr-cmake-error
________________________________________
Sent: Thursday, 31 May 2018 3:20:09 PM
To: devel@...;
|
By
Bøe, Sebastian <Sebastian.Boe@...>
·
#838
·
|
|
cmake -DBOARD=nrf52840_pca10056 .. gives me ERROR
Hi,
After executing,
cmake -DBOARD=nrf52840_pca10056 ..
I got following error ...
(tried it with samples/bluetooth/mesh as well as
Hi,
After executing,
cmake -DBOARD=nrf52840_pca10056 ..
I got following error ...
(tried it with samples/bluetooth/mesh as well as
|
By
vikrant8051 <vikrant8051@...>
·
#837
·
|
|
Re: Unable to set Static Address on nRF52 using Zephyr v1.11.0
That worked. Thanks Carles!
-Gurpreet
--
Gurpreet SinghMember of Technical StaffMist Systems
e:gurpreet@... w: www.mist.comSign up for a live demo of the world's first Virtual Network Assistant.
That worked. Thanks Carles!
-Gurpreet
--
Gurpreet SinghMember of Technical StaffMist Systems
e:gurpreet@... w: www.mist.comSign up for a live demo of the world's first Virtual Network Assistant.
|
By
Gurpreet Singh <gurpreet@...>
·
#836
·
|
|
Re: [Zephyr-devel] [Zephyr-users] #BluetoothMesh ...about latest kernel OOPS & exception
#bluetoothmesh
What board is this on? Check for stack overflow, on devices with NXP MPUs these get reported as bus faults.
Andrew
What board is this on? Check for stack overflow, on devices with NXP MPUs these get reported as bus faults.
Andrew
|
By
Boie, Andrew P
·
#835
·
|
|
Re: Unable to set Static Address on nRF52 using Zephyr v1.11.0
Ah perfect. I must've missed this when perusing the documentation.
I'll try this out today. Thanks!
Gurpreet
Ah perfect. I must've missed this when perusing the documentation.
I'll try this out today. Thanks!
Gurpreet
|
By
Gurpreet Singh <gurpreet@...>
·
#834
·
|
|
Re: Unable to set Static Address on nRF52 using Zephyr v1.11.0
Well, I am not sure if it will be an issue or not, I was just suggesting changes since I cannot reproduce the issue myself.
If you have your own OUI then you need to set and use a public address,
Well, I am not sure if it will be an issue or not, I was just suggesting changes since I cannot reproduce the issue myself.
If you have your own OUI then you need to set and use a public address,
|
By
Carles Cufi
·
#833
·
|