|
Insufficient space for ccc even after unpair
Hello,
In the current upstream, i face the below problem with BLE and settings.
I am running HID peripheral sample on nRF52832 board. I made a modification to call bt_unpair() before starting the
Hello,
In the current upstream, i face the below problem with BLE and settings.
I am running HID peripheral sample on nRF52832 board. I made a modification to call bt_unpair() before starting the
|
By
dhguja@gmail.com
·
#5456
·
|
|
Re: HCI Host Not enough space in buffer
#hci
Hi,
Basically the code is assuming that the packet is valid, but the buffer sizes have simply been defined too small to fit the packet. In such a case discarding the rx.remaining bytes would be the
Hi,
Basically the code is assuming that the packet is valid, but the buffer sizes have simply been defined too small to fit the packet. In such a case discarding the rx.remaining bytes would be the
|
By
Johan Hedberg
·
#5455
·
|
|
HCI Host Not enough space in buffer
#hci
Hi,
I have a HCI host and controller setup. When the host starts, and the controller had already been running, it sometimes begins reading in the middle of a HCI message from the controller. It reads
Hi,
I have a HCI host and controller setup. When the host starts, and the controller had already been running, it sometimes begins reading in the middle of a HCI message from the controller. It reads
|
By
@abaska
·
#5454
·
|
|
Re: Extracting iBeacon Advertisement Packets
Hi Martin,
There is an API to help parsing advertisements:
https://github.com/zephyrproject-rtos/zephyr/blob/master/include/bluetooth/bluetooth.h#L480
It will call the callback given for each data
Hi Martin,
There is an API to help parsing advertisements:
https://github.com/zephyrproject-rtos/zephyr/blob/master/include/bluetooth/bluetooth.h#L480
It will call the callback given for each data
|
By
Luiz Augusto von Dentz
·
#5453
·
|
|
Re: How to flash static mac address into zephyr ?
#nrf52832
Sorry Joe, I will no longer this.
Thanks for reporting it.
Frank
Sorry Joe, I will no longer this.
Thanks for reporting it.
Frank
|
By
frv
·
#5452
·
|
|
Re: How to flash static mac address into zephyr ?
#nrf52832
btw, Frank: Are you editing your messages over the web interface? It really scrambles up the threads on the mailing list and it's hard to tell what was edited.
--
Johannes Hutter
Mail: johannes@...
btw, Frank: Are you editing your messages over the web interface? It really scrambles up the threads on the mailing list and it's hard to tell what was edited.
--
Johannes Hutter
Mail: johannes@...
|
By
Johannes Hutter
·
#5451
·
|
|
Re: How to flash static mac address into zephyr ?
#nrf52832
Thanks you guys, it helps a lot. I think this will solve my problem, I will have a try then.
Thanks you guys, it helps a lot. I think this will solve my problem, I will have a try then.
|
By
icephyr
·
#5450
·
|
|
Re: How to flash static mac address into zephyr ?
#nrf52832
Just for your information: There is a PR that adds UICR support to the nrfx flash driver:
https://github.com/zephyrproject-rtos/zephyr/pull/11410
Best Regards
Joe
--
Johannes Hutter
Mail:
Just for your information: There is a PR that adds UICR support to the nrfx flash driver:
https://github.com/zephyrproject-rtos/zephyr/pull/11410
Best Regards
Joe
--
Johannes Hutter
Mail:
|
By
Johannes Hutter
·
#5449
·
|
|
Re: How to flash static mac address into zephyr ?
#nrf52832
Hi icephyr,
I'm far from a Zephyr BLE expert, but I had this process in mind what could be a solution.
As Nordic doesn't store a public BLE device address in flash I would try to implement the
Hi icephyr,
I'm far from a Zephyr BLE expert, but I had this process in mind what could be a solution.
As Nordic doesn't store a public BLE device address in flash I would try to implement the
|
By
frv
·
#5448
·
Edited
|
|
How to flash static mac address into zephyr ?
#nrf52832
Hi guys,
I met a problem and hope someone can help me here.
I want to use nrf52832 as a tag device and can locate it by its mac address, so I have to flash pre-assigned static address into
Hi guys,
I met a problem and hope someone can help me here.
I want to use nrf52832 as a tag device and can locate it by its mac address, so I have to flash pre-assigned static address into
|
By
icephyr
·
#5447
·
|
|
Re: Extracting iBeacon Advertisement Packets
Sorry, I was copying the wrong code..
int i;
//print adv. packet
for(i=0;i<buf->len;i++) {
printk("%d %02X\n",i, buf->data[i]);
}
//print major
printk("maj: %d\n",((buf->data[25] & 0xff) * 0x100 +
Sorry, I was copying the wrong code..
int i;
//print adv. packet
for(i=0;i<buf->len;i++) {
printk("%d %02X\n",i, buf->data[i]);
}
//print major
printk("maj: %d\n",((buf->data[25] & 0xff) * 0x100 +
|
By
Martin <ma@...>
·
#5446
·
|
|
Re: Extracting iBeacon Advertisement Packets
Well, simple enough.
int i;
for(i=0; i<5; i++) {
printf("i%d\n", i+1);
}
prints the advertisement packet's bytes in decimals and includes the
UUID acc. to the kontakt.io article. Hope this helps
Well, simple enough.
int i;
for(i=0; i<5; i++) {
printf("i%d\n", i+1);
}
prints the advertisement packet's bytes in decimals and includes the
UUID acc. to the kontakt.io article. Hope this helps
|
By
Martin <ma@...>
·
#5445
·
|
|
Extracting iBeacon Advertisement Packets
Hi,
I am quite new to Zephyr and want to extract iBeacon Advertisement
Packets. I already have access to them as a net_buf_simple structure,
but I want to read the major and minor for example. I
Hi,
I am quite new to Zephyr and want to extract iBeacon Advertisement
Packets. I already have access to them as a net_buf_simple structure,
but I want to read the major and minor for example. I
|
By
Martin <ma@...>
·
#5444
·
|
|
Re: Zephyr BLE Controller Nordic - BLE qualification process
Hi Luiz Augusto von Dentz,
Thank you very much for your reply. This should give me sufficient direction to go further.
The idea for our BLE central oriented platform (two boards solution) is to run
Hi Luiz Augusto von Dentz,
Thank you very much for your reply. This should give me sufficient direction to go further.
The idea for our BLE central oriented platform (two boards solution) is to run
|
By
frv
·
#5443
·
|
|
Re: Zephyr BLE Controller Nordic - BLE qualification process
Hi,
There is a listing for the Host Stack as well:
https://launchstudio.bluetooth.com/ListingDetails/70189
Is your system going to run Zephyr or Linux/BlueZ as host stack? BlueZ
daemon is GPL but
Hi,
There is a listing for the Host Stack as well:
https://launchstudio.bluetooth.com/ListingDetails/70189
Is your system going to run Zephyr or Linux/BlueZ as host stack? BlueZ
daemon is GPL but
|
By
Luiz Augusto von Dentz
·
#5442
·
|
|
Re: Zephyr BLE Controller Nordic - BLE qualification process
Hi Carles,
Probably all is here for the qualification process, correct? : https://www.bluetooth.com/develop-with-bluetooth/qualification-listing
Just wondering do we have extra concerns should we rely
Hi Carles,
Probably all is here for the qualification process, correct? : https://www.bluetooth.com/develop-with-bluetooth/qualification-listing
Just wondering do we have extra concerns should we rely
|
By
frv
·
#5441
·
Edited
|
|
Zephyr BLE Controller Nordic - BLE qualification process
Hi Carles,
In the document: https://www.zephyrproject.org/building-a-qualified-ble-controller-with-zephyr-os-1-9/
at the end this is mentioned:
“Note that Nordic’s qualification will only
Hi Carles,
In the document: https://www.zephyrproject.org/building-a-qualified-ble-controller-with-zephyr-os-1-9/
at the end this is mentioned:
“Note that Nordic’s qualification will only
|
By
frv
·
#5440
·
|
|
Re: Zephyr BLE Controller Nordic HW no longer related to SoftDevice?
Hi Carles,
Great! Thanks for your confirmation on my observations regarding the Nordic SoftDevice and the Zephyr implementation.
I think for a BLE host (central role) implementation we will forward
Hi Carles,
Great! Thanks for your confirmation on my observations regarding the Nordic SoftDevice and the Zephyr implementation.
I think for a BLE host (central role) implementation we will forward
|
By
frv
·
#5439
·
|
|
Re: Zephyr BLE Controller Nordic HW no longer related to SoftDevice?
Hi Frank,
The SoftDevice is Nordic’s proprietary BLE protocol stack. It consists of a binary blob that is flashed at the beginning of the flash memory and can be accessed through SV calls, and
Hi Frank,
The SoftDevice is Nordic’s proprietary BLE protocol stack. It consists of a binary blob that is flashed at the beginning of the flash memory and can be accessed through SV calls, and
|
By
Carles Cufi
·
#5438
·
|
|
Zephyr BLE Controller Nordic HW no longer related to SoftDevice?
Hi Community, Carles,
Without having looking into the details for the HCI_UART implementation when using Zephyr RTOS as SW platform for implementing the BLE controller on Nordic HW, the SoftDevice
Hi Community, Carles,
Without having looking into the details for the HCI_UART implementation when using Zephyr RTOS as SW platform for implementing the BLE controller on Nordic HW, the SoftDevice
|
By
frv
·
#5437
·
|