|
How & what to save provisioning configuration set by meshctl utility into flash memory of NRF52840-PDK ??
Now I able able to access, first byte send by "onoff" command after editing get_onoff_set( ) function as follow;
static void gen_onoff_set(struct bt_mesh_model *model,
struct
Now I able able to access, first byte send by "onoff" command after editing get_onoff_set( ) function as follow;
static void gen_onoff_set(struct bt_mesh_model *model,
struct
|
By
Vikrant More <vikrant8051@...>
·
#265
·
|
|
Re: [Zephyr-devel] Zephyr Based Bluetooth Mesh implementation on nRF52840-PDK boards
Hmm... indeed something is amiss with generation of the mesh API documentation.
I'm heading out for Thanksgiving vacation, so for now, indeed the header files should be consulted. I'll submit a
Hmm... indeed something is amiss with generation of the mesh API documentation.
I'm heading out for Thanksgiving vacation, so for now, indeed the header files should be consulted. I'll submit a
|
By
Kinder, David B <david.b.kinder@...>
·
#264
·
|
|
Re: [Zephyr-devel] Zephyr Based Bluetooth Mesh implementation on nRF52840-PDK boards
Hi David,
Thanks, I suppose the right place should then be:
http://docs.zephyrproject.org/api/bluetooth.html#mesh-profile
However, that seems to be broken/incomplete at the moment, since it
Hi David,
Thanks, I suppose the right place should then be:
http://docs.zephyrproject.org/api/bluetooth.html#mesh-profile
However, that seems to be broken/incomplete at the moment, since it
|
By
Johan Hedberg
·
#263
·
|
|
Re: [Zephyr-devel] Zephyr Based Bluetooth Mesh implementation on nRF52840-PDK boards
The documents from the master branch (including the doxygen API material) are published nightly todocs.zephyrproject.org
-- david kinder
The documents from the master branch (including the doxygen API material) are published nightly todocs.zephyrproject.org
-- david kinder
|
By
Kinder, David B <david.b.kinder@...>
·
#262
·
|
|
Re: [Zephyr-devel] Zephyr Based Bluetooth Mesh implementation on nRF52840-PDK boards
Hi Vikrant,
The API is documented with the usual doxygen syntax. I'm not sure how
frequently documentation in the master branch gets generated onto the
website, so it might be better for you to
Hi Vikrant,
The API is documented with the usual doxygen syntax. I'm not sure how
frequently documentation in the master branch gets generated onto the
website, so it might be better for you to
|
By
Johan Hedberg
·
#261
·
|
|
Re: [Zephyr-devel] Zephyr Based Bluetooth Mesh implementation on nRF52840-PDK boards
Could you please share in details documentation for Bluetooth Mesh implementation for Zephyr ?
Could you please share in details documentation for Bluetooth Mesh implementation for Zephyr ?
|
By
Vikrant More <vikrant8051@...>
·
#260
·
|
|
Re: [Zephyr-devel] Zephyr Based Bluetooth Mesh implementation on nRF52840-PDK boards
It is working now !!
I run hcitool lescan on another terminal & { discover-unprovisioned on , provision dddd0000000000000000000000000000 } on messhctl terminal.
Output
It is working now !!
I run hcitool lescan on another terminal & { discover-unprovisioned on , provision dddd0000000000000000000000000000 } on messhctl terminal.
Output
|
By
Vikrant More <vikrant8051@...>
·
#259
·
|
|
Re: IPSP sample with KW41Z-BLE controller gives error: No route to host (on Linux kernel 4.4.0-98)
Hi Priyanka,
I guess your adapter is not powered, try bluetoothctl> power on
Note, this is all being deprecated by:
https://www.spinics.net/lists/linux-bluetooth/msg72592.html
--
Luiz Augusto von
Hi Priyanka,
I guess your adapter is not powered, try bluetoothctl> power on
Note, this is all being deprecated by:
https://www.spinics.net/lists/linux-bluetooth/msg72592.html
--
Luiz Augusto von
|
By
Luiz Augusto von Dentz
·
#257
·
|
|
Increasing serial buffer size for HCI commands
Hi
How can I increase serial buffer size over which HCI commands are sent / received, for example, on KW41Z side ?
Is there a software managed UART or Hardware?
For example, for Arduino,
Hi
How can I increase serial buffer size over which HCI commands are sent / received, for example, on KW41Z side ?
Is there a software managed UART or Hardware?
For example, for Arduino,
|
By
Priyanka
·
#256
·
|
|
Re: [Zephyr-devel] Zephyr Based Bluetooth Mesh implementation on nRF52840-PDK boards
It looks like you have some kind of problem on the bluez end.
I get the following on the same board.
[meshctl]# discover-unprovisioned on
set_scan_filter_uuids
It looks like you have some kind of problem on the bluez end.
I get the following on the same board.
[meshctl]# discover-unprovisioned on
set_scan_filter_uuids
|
By
Steve Brown
·
#255
·
|
|
Re: [Zephyr-devel] Zephyr Based Bluetooth Mesh implementation on nRF52840-PDK boards
Thank very much !!
I used your suggested commands. And I got following response -
[meshctl]# discover-unprovisioned on
set_scan_filter_uuids 00001827-0000-1000-8000-00805f9b34fb
SetDiscoveryFilter
Thank very much !!
I used your suggested commands. And I got following response -
[meshctl]# discover-unprovisioned on
set_scan_filter_uuids 00001827-0000-1000-8000-00805f9b34fb
SetDiscoveryFilter
|
By
Vikrant More <vikrant8051@...>
·
#254
·
|
|
Re: [Zephyr-devel] Zephyr Based Bluetooth Mesh implementation on nRF52840-PDK boards
Hi Vikrant,
I assume you built the bluez 5.47 from source.
The json files live in bluez/mesh. You either have to run meshctl in
that directory or point to it with the "-c" option.
Once in meshctl,
Hi Vikrant,
I assume you built the bluez 5.47 from source.
The json files live in bluez/mesh. You either have to run meshctl in
that directory or point to it with the "-c" option.
Once in meshctl,
|
By
Steve Brown
·
#253
·
|
|
Zephyr Based Bluetooth Mesh implementation on nRF52840-PDK boards
Hello,
I to want build Zephyr based lighting system & for testing I have 3 nRF52840-PDK boards.
I've flashed zephyr/samples/bluetooth/mesh firmware on all three board.
They are advertising themselves
Hello,
I to want build Zephyr based lighting system & for testing I have 3 nRF52840-PDK boards.
I've flashed zephyr/samples/bluetooth/mesh firmware on all three board.
They are advertising themselves
|
By
Vikrant More <vikrant8051@...>
·
#252
·
|
|
Bluetooth Mesh
I want build Zephyr based lighting system & for testing I have 3 nRF52840-PDK boards.
I've flashed zephyr/samples/bluetooth/mesh firmware on all three board.
They are advertising themselves as any
I want build Zephyr based lighting system & for testing I have 3 nRF52840-PDK boards.
I've flashed zephyr/samples/bluetooth/mesh firmware on all three board.
They are advertising themselves as any
|
By
Vikrant More <vikrant8051@...>
·
#258
·
|
|
IPSP sample with KW41Z-BLE controller gives error: No route to host (on Linux kernel 4.4.0-98)
Hello
I test KW41Z-BLE controller with Zepyhr sample IPSP running in QEMU on Linux Kernel 4.4.0-98
I load 6lowpan module and enable bluetooth_6lowpan module
# modprobe bluetooth_6lowpan
# modprobe
Hello
I test KW41Z-BLE controller with Zepyhr sample IPSP running in QEMU on Linux Kernel 4.4.0-98
I load 6lowpan module and enable bluetooth_6lowpan module
# modprobe bluetooth_6lowpan
# modprobe
|
By
Priyanka
·
#251
·
|
|
Re: Odp.: 6loWPAN IPSP devices fail to communicate (bluetooth-next 4.14.0-rc7 )
Hi Dogiel,
If you can please then respond to the patch since that seems to be
ignored for now, though it might not be useful in the future.
Looks like that was not the latest version, let me send a
Hi Dogiel,
If you can please then respond to the patch since that seems to be
ignored for now, though it might not be useful in the future.
Looks like that was not the latest version, let me send a
|
By
Luiz Augusto von Dentz
·
#250
·
|
|
Odp.: 6loWPAN IPSP devices fail to communicate (bluetooth-next 4.14.0-rc7 )
Hi Luiz,
Thank You for Your response, fix for multi-link setup worked fine for Me.
Now I'm trying to use userspace way with patches for kernel and
Hi Luiz,
Thank You for Your response, fix for multi-link setup worked fine for Me.
Now I'm trying to use userspace way with patches for kernel and
|
By
Dogiel Pawel <Pawel.Dogiel@...>
·
#249
·
|
|
Re: I2C on nucleo L476RG
Hi Nicolas,
did you also update dts.fixup file in boards directory?
Best regards,
Yannis
Hi Nicolas,
did you also update dts.fixup file in boards directory?
Best regards,
Yannis
|
By
Yannis Damigos
·
#248
·
|
|
I2C on nucleo L476RG
Hello,
I am new to Zephyr and i try to use I2C on my nucleo L476RG.
dev = device_get_binding(CONFIG_I2C_1_NAME);
^ This always return NULL.
I saw in the pinmux.c that I2C_1 could be used :
#ifdef
Hello,
I am new to Zephyr and i try to use I2C on my nucleo L476RG.
dev = device_get_binding(CONFIG_I2C_1_NAME);
^ This always return NULL.
I saw in the pinmux.c that I2C_1 could be used :
#ifdef
|
By
Nicolas Gonzalez <nicolas@...>
·
#247
·
|
|
Re: 6loWPAN IPSP devices fail to communicate (bluetooth-next 4.14.0-rc7 )
Hi Dogiel,
We will be removing the debugfs in the future, there are actually
patches on the BlueZ mailing to implement it in userspace using the
TUN/TAP driver through the kernel part is still not
Hi Dogiel,
We will be removing the debugfs in the future, there are actually
patches on the BlueZ mailing to implement it in userspace using the
TUN/TAP driver through the kernel part is still not
|
By
Luiz Augusto von Dentz
·
#246
·
|