|
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
·
|
|
Adding a custom board
Dear All,
we’ve just started with Zephyr but already love it.
I want to add our custom board (which is not, but will be on sale in future). What’s the recommended practice?
As it is based
Dear All,
we’ve just started with Zephyr but already love it.
I want to add our custom board (which is not, but will be on sale in future). What’s the recommended practice?
As it is based
|
By
Christoph Schramm <schramm@...>
·
#5060
·
|
|
Newsletter subscription confirmation
By
chunwu zhu
·
#5059
·
|
|
Can´t debug using Eclipse with nrf51_pca10028
Hi everybody:
I´m trying to debug the sample hello_world with Eclipse Photon Release 4.8.0. in Windows 8.1 Enterprise 64bit. I followed every step showed in the Eclipse Debbuging part of the
Hi everybody:
I´m trying to debug the sample hello_world with Eclipse Photon Release 4.8.0. in Windows 8.1 Enterprise 64bit. I followed every step showed in the Eclipse Debbuging part of the
|
By
IosuGorostiza <balcalde@...>
·
#5058
·
|
|
Frequency of packets into mesh network
Hi Johan,
I'm working on smart light project. We are using zephyr mesh stack on NRF boards.
What's your suggestion, with which frequency packets can be sent into mesh network so that packets reach
Hi Johan,
I'm working on smart light project. We are using zephyr mesh stack on NRF boards.
What's your suggestion, with which frequency packets can be sent into mesh network so that packets reach
|
By
ashish shukla <ashish.shukla@...>
·
#5057
·
|
|
Re: Enable SPI driver on nrf52840
Another random tip is that you can save a minimal configuration file
by pressing [D] in the menuconfig interface. The minimal configuration
file only lists symbols whose values differ from their
Another random tip is that you can save a minimal configuration file
by pressing [D] in the menuconfig interface. The minimal configuration
file only lists symbols whose values differ from their
|
By
Ulf Magnusson
·
#5056
·
|
|
Zephyr 1.13.0-rc2 tagged
Hi,
We have tagged rc2 and making good progress toward reducing the high and medium bug count. There are still a few issues that need attention but being delayed because of the holiday season. We are
Hi,
We have tagged rc2 and making good progress toward reducing the high and medium bug count. There are still a few issues that need attention but being delayed because of the holiday season. We are
|
By
Nashif, Anas
·
#5055
·
|
|
Re: Zephyr 1.13rc1 tagged
On 23/08/2018, 01:47, "Paul Sokolovsky" <paul.sokolovsky@...> wrote:
Hello Anas,
"Nashif, Anas" <anas.nashif@...> wrote:
Thanks for the prompt pre-release
On 23/08/2018, 01:47, "Paul Sokolovsky" <paul.sokolovsky@...> wrote:
Hello Anas,
"Nashif, Anas" <anas.nashif@...> wrote:
Thanks for the prompt pre-release
|
By
Nashif, Anas
·
#5054
·
|
|
Re: Enable SPI driver on nrf52840
Vinayak,
Great utube file. Sorry for taking so long to get back on this, but wanted to check this out on the SPI
driver as well. I might just be getting the hang of how this scheme works.....at
Vinayak,
Great utube file. Sorry for taking so long to get back on this, but wanted to check this out on the SPI
driver as well. I might just be getting the hang of how this scheme works.....at
|
By
cpmcparland@...
·
#5053
·
|