|
uart hardware flow control problem of nrf52_pca10040
#uart
#nrf52832
Hi guys,
I met a problem here and hop anyone can help. Thanks.
I enable hardware control in menuconfig, build a firmware of hci_uart sample and burn the firmware into nrf52_pca10040
Hi guys,
I met a problem here and hop anyone can help. Thanks.
I enable hardware control in menuconfig, build a firmware of hci_uart sample and burn the firmware into nrf52_pca10040
|
By
icephyr
·
#5462
·
|
|
cmake application project architecture
Hi everyone,
I am currently working on the Zephyr OS with a FDRM_K64f board from NXP.
I want to create my own application using cmake as recommended by the documentation.
However I don’t
Hi everyone,
I am currently working on the Zephyr OS with a FDRM_K64f board from NXP.
I want to create my own application using cmake as recommended by the documentation.
However I don’t
|
By
Florian Fouillet <Florian.Fouillet@...>
·
#5461
·
|
|
Re: Zephyr BLE Controller Nordic - BLE qualification process
Hi Frank,
Regarding licensing, I have no real information there, I would recommend you check with an expert.
Regarding qualification, yes, the link you sent is correct. Zephyr has a qualified
Hi Frank,
Regarding licensing, I have no real information there, I would recommend you check with an expert.
Regarding qualification, yes, the link you sent is correct. Zephyr has a qualified
|
By
Carles Cufi
·
#5460
·
|
|
Ble mesh stack not compatilbe with c++
#ble
#bluetoothmesh
Hi,
When could we expect that blemesh code will be usable in c++.
Most header files in zephyr are compatible with c++ but not ble mesh headers.
No #ifdef __cplusplus in headers.
Regards,
Robert
Hi,
When could we expect that blemesh code will be usable in c++.
Most header files in zephyr are compatible with c++ but not ble mesh headers.
No #ifdef __cplusplus in headers.
Regards,
Robert
|
By
robert.konc@...
·
#5459
·
|
|
Leds_demo on nrf52840
#nrf52832
#zephyrbluetoothmesh
HI All,
Recently i have started working on Zephyr RTOS to explore IPV6 over BLE.And i am totally new this.
I would like to form a mesh network with PCA10059(5 boards) and PCA10040(1 boards) boards,
HI All,
Recently i have started working on Zephyr RTOS to explore IPV6 over BLE.And i am totally new this.
I would like to form a mesh network with PCA10059(5 boards) and PCA10040(1 boards) boards,
|
By
Akash Naidu <akashnaiduece@...>
·
#5458
·
|
|
Re: Looking for help with SAMD2x
Hi,
Got buried in my inbox. Happy to help.
I'm currently winding down a project on the SAM21 - I was planning on looking at the USB.
I don't mind running some updates/tests/reviews as needed. Here
Hi,
Got buried in my inbox. Happy to help.
I'm currently winding down a project on the SAM21 - I was planning on looking at the USB.
I don't mind running some updates/tests/reviews as needed. Here
|
By
Bryan O'Donoghue
·
#5457
·
|
|
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
·
|