|
6LoWPAN and Zephyr
Hello,
I am going to try out the 6LoWPAN/802.15.4 stack on Zephyr OS - what boards would be reasonable
picks for testing that? I can see the EFR32 board is supported - is that a good choice and
Hello,
I am going to try out the 6LoWPAN/802.15.4 stack on Zephyr OS - what boards would be reasonable
picks for testing that? I can see the EFR32 board is supported - is that a good choice and
|
By
Joakim Eriksson <joakim.eriksson@...>
·
#5080
·
|
|
Bluetooth: Mesh: issue with provisioning with
#meshctl
Hi,
I'm not able to provision any sample code using Bluez v5.49 #meshctl in case of latest master branch i.e v1.13rc2.
Other observations:
1) Using #nRFMesh App (iOS) everything is Ok.
2) In case of
Hi,
I'm not able to provision any sample code using Bluez v5.49 #meshctl in case of latest master branch i.e v1.13rc2.
Other observations:
1) Using #nRFMesh App (iOS) everything is Ok.
2) In case of
|
By
vikrant8051 <vikrant8051@...>
·
#5079
·
|
|
Re: SPI driver development
Hi Justin,
actually I made it yesterday (adopted stm32 code), at least it is looks like that it is working somehow (both direction), but also it need some testing. However Im still missing IRQ and DMA
Hi Justin,
actually I made it yesterday (adopted stm32 code), at least it is looks like that it is working somehow (both direction), but also it need some testing. However Im still missing IRQ and DMA
|
By
Jiří Kubias <jiri.kubias@...>
·
#5078
·
|
|
Re: SPI driver development
Hi Jiri,
I have a good bit of a SPI driver done. It needs the reading side completed and tested. For my purposes I only did the writing side. Would you like to take it from where I left off or do you
Hi Jiri,
I have a good bit of a SPI driver done. It needs the reading side completed and tested. For my purposes I only did the writing side. Would you like to take it from where I left off or do you
|
By
Justin
·
#5077
·
|
|
Re: Private: Re: MPU fault while testing Bluetooth Mesh Sample demos
Right, but we need to get to the bottom of this faults and what is causing them on master.
Vikrant, Phil, can you please share with us how to reproduce the issue?
Carles
From:<devel@...> on
Right, but we need to get to the bottom of this faults and what is causing them on master.
Vikrant, Phil, can you please share with us how to reproduce the issue?
Carles
From:<devel@...> on
|
By
Carles Cufi
·
#5076
·
|
|
Re: Private: Re: MPU fault while testing Bluetooth Mesh Sample demos
Hi Phil,
Yes, you are right. If we used v1.12.99 then didn't get any MPU fault or Kernel OOPS.
Thanks !!
Hi Phil,
Yes, you are right. If we used v1.12.99 then didn't get any MPU fault or Kernel OOPS.
Thanks !!
|
By
vikrant8051 <vikrant8051@...>
·
#5075
·
|
|
Re: DTM mode on nrf52840
Hi Manu,
There are 3 configurations possible when you build Zephyr:
Controller only. The controller exposes HCI over UART, USB or SPI including DTM commands if enabled
Host only. The
Hi Manu,
There are 3 configurations possible when you build Zephyr:
Controller only. The controller exposes HCI over UART, USB or SPI including DTM commands if enabled
Host only. The
|
By
Carles Cufi
·
#5074
·
|
|
Re: [Zephyr-users] [Zephyr-devel] DTM mode on nrf52840
The shell application takes console commands, what you need is HCI Test mode over UART.
On a nRF52840,you will need to use both the UART instances, one for console and the other for a HCI "tap" or
The shell application takes console commands, what you need is HCI Test mode over UART.
On a nRF52840,you will need to use both the UART instances, one for console and the other for a HCI "tap" or
|
By
Chettimada, Vinayak Kariappa
·
#5073
·
|
|
Re: DTM mode on nrf52840
Vinayak, Carles.
Thanks for the responses.
Permit me to clarify
1.Carles: what you suggest might be what I am looking for- the ability to have a standard host+controller on the nrf52, and the
Vinayak, Carles.
Thanks for the responses.
Permit me to clarify
1.Carles: what you suggest might be what I am looking for- the ability to have a standard host+controller on the nrf52, and the
|
By
Manu R
·
#5072
·
|
|
Re: DTM mode on nrf52840
> While I was certainly able to expose an hci H4 link to the controller, I was not able to make the DTM mode co-exist with my application code.
Could you ellaborate on how you are accessing H4 from
> While I was certainly able to expose an hci H4 link to the controller, I was not able to make the DTM mode co-exist with my application code.
Could you ellaborate on how you are accessing H4 from
|
By
Chettimada, Vinayak Kariappa
·
#5071
·
|
|
Re: [Zephyr-users] DTM mode on nrf52840
Hi there,
If you enable:
BT_CTLR_DTM=y
CONFIG_BT_CTLR_DTM_HCI=y
then you can build the BLE shell (tests/Bluetooth/shell) and have access to DTM. Use the “test_tx”, “test_rx” and
Hi there,
If you enable:
BT_CTLR_DTM=y
CONFIG_BT_CTLR_DTM_HCI=y
then you can build the BLE shell (tests/Bluetooth/shell) and have access to DTM. Use the “test_tx”, “test_rx” and
|
By
Carles Cufi
·
#5070
·
|
|
DTM mode on nrf52840
Hi all:
We have an application running on the nrf52840. As we approach production, I am desirous of enabling DTM mode for in-line BLE testing.
While I was certainly able to expose an hci H4 link to
Hi all:
We have an application running on the nrf52840. As we approach production, I am desirous of enabling DTM mode for in-line BLE testing.
While I was certainly able to expose an hci H4 link to
|
By
Manu R
·
#5069
·
|
|
Re: SPI driver development
Hi Jiri,
One thing is common over all drivers is how it iterates through the r/w
buffers (drivers/spi/spi_context.h) but rest depends on hardware and
whether or not you use a HAL to access it (nrfx,
Hi Jiri,
One thing is common over all drivers is how it iterates through the r/w
buffers (drivers/spi/spi_context.h) but rest depends on hardware and
whether or not you use a HAL to access it (nrfx,
|
By
Tomasz Bursztyka
·
#5068
·
|
|
SPI driver development
Hi,
I would like to try develop SPI driver for SAME70. However by looking to ./drivers/spi/ it seems that every driver is implemented by its own way (some needs workarounds in dts.fixup). Is there
Hi,
I would like to try develop SPI driver for SAME70. However by looking to ./drivers/spi/ it seems that every driver is implemented by its own way (some needs workarounds in dts.fixup). Is there
|
By
Jiří Kubias <jiri.kubias@...>
·
#5067
·
|
|
MPU fault while testing Bluetooth Mesh Sample demos
Hi,
I'm getting following MPU fault while testing with samples for Bluetooth Mesh . This issue has started after syncing with master branch.
***** MPU FAULT *****
Hi,
I'm getting following MPU fault while testing with samples for Bluetooth Mesh . This issue has started after syncing with master branch.
***** MPU FAULT *****
|
By
vikrant8051 <vikrant8051@...>
·
#5066
·
|
|
Re: [Bluetooth mesh]CONFIG_BT_PERIPHERAL, what does it mean?
Hi to All,
FYI, after sync with master branch I too got some kernel fault, MPU fault
while testing with Bluetooth Mesh sample examples.
Hi to All,
FYI, after sync with master branch I too got some kernel fault, MPU fault
while testing with Bluetooth Mesh sample examples.
|
By
vikrant8051 <vikrant8051@...>
·
#5065
·
|
|
Re: [Bluetooth mesh]CONFIG_BT_PERIPHERAL, what does it mean?
Hi,
I am running into the same problem (ISR / Spinning error when trying to run the bluetooth mesh example with gatt enabled on micro bit) but unfortunately do not know how to delete Generic Level
Hi,
I am running into the same problem (ISR / Spinning error when trying to run the bluetooth mesh example with gatt enabled on micro bit) but unfortunately do not know how to delete Generic Level
|
By
Martin <ma@...>
·
#5064
·
|
|
Re: BLE services not cleared during disconnection
#ble
Hi Dhananjay,
When you refer to subscribe I suppose you are talking about writes to
CCC? Those are persistent if you have paired the device which I
believe is mandatory in case of HID, clearing the
Hi Dhananjay,
When you refer to subscribe I suppose you are talking about writes to
CCC? Those are persistent if you have paired the device which I
believe is mandatory in case of HID, clearing the
|
By
Luiz Augusto von Dentz
·
#5063
·
|
|
BLE services not cleared during disconnection
#ble
Hello,
I am using Zephyr's Bluetooth stack for my BLE peripheral device which uses either HID services and custom service to send data to BLE Host.
The problem i face is as follows:
1) If i
Hello,
I am using Zephyr's Bluetooth stack for my BLE peripheral device which uses either HID services and custom service to send data to BLE Host.
The problem i face is as follows:
1) If i
|
By
dhguja@gmail.com
·
#5062
·
Edited
|
|
Re: Adding a custom board
Hi Christoph,
Yes, you can start with a copy of the board closest to your custom board and update the files to match close to your product, preferably the board name is easily relatable to the board
Hi Christoph,
Yes, you can start with a copy of the board closest to your custom board and update the files to match close to your product, preferably the board name is easily relatable to the board
|
By
Chettimada, Vinayak Kariappa
·
#5061
·
|