|
Re: Zephyr (v1.13.0) HCI_UART running on nRF52 DK why BD address is always 00:00:00:00:00:00 after power cycle
#nrf52832
Thanks a lot Frank, I executed commands advertise on and discoverable on as you mentioned, now I can scan out the device with MAC address I set !
Now our problems are the same, I will read the source
Thanks a lot Frank, I executed commands advertise on and discoverable on as you mentioned, now I can scan out the device with MAC address I set !
Now our problems are the same, I will read the source
|
By
icephyr
·
#5402
·
|
|
Re: Zephyr (v1.13.0) HCI_UART running on nRF52 DK why BD address is always 00:00:00:00:00:00 after power cycle
#nrf52832
Hi,
For advertising I don't use the hcitool cmd, however I think a fast and easy check can also be done by using either the bluetootctl or the btmgmt tool.
So after executing the bluetoothctl you can
Hi,
For advertising I don't use the hcitool cmd, however I think a fast and easy check can also be done by using either the bluetootctl or the btmgmt tool.
So after executing the bluetoothctl you can
|
By
frv
·
#5401
·
|
|
Re: lwip integration with OpenThread
#nrf52840
#lwip
#openthread
Hello Deepa,
deepa.gopinath@... wrote:
None of the links you mention has occurrence of "lwip" (case
insensitive) in any material it points to.
Zephyr doesn't work with lwIP, it has
Hello Deepa,
deepa.gopinath@... wrote:
None of the links you mention has occurrence of "lwip" (case
insensitive) in any material it points to.
Zephyr doesn't work with lwIP, it has
|
By
Paul Sokolovsky
·
#5400
·
|
|
Better crash handling in gdb, was: Re: [Zephyr-devel] __ASSERT - transfer to error handler
Hello Andrew,
I appreciate the response.
"Boie, Andrew P" <andrew.p.boie@...> wrote:
Yes, and actually, over the couple of years, I found that information
to become more usable. Like, I
Hello Andrew,
I appreciate the response.
"Boie, Andrew P" <andrew.p.boie@...> wrote:
Yes, and actually, over the couple of years, I found that information
to become more usable. Like, I
|
By
Paul Sokolovsky
·
#5399
·
|
|
Re: Zephyr as HCI Host
#uart
#bluetoothmesh
#hci
Hi,
This is a valid and quite common set up. The most important thing you'll need to enable is the host-side UART HCI driver using CONFIG_BT_H4=y.
Johan
Hi,
This is a valid and quite common set up. The most important thing you'll need to enable is the host-side UART HCI driver using CONFIG_BT_H4=y.
Johan
|
By
Johan Hedberg
·
#5398
·
|
|
Re: Zephyr (v1.13.0) HCI_UART running on nRF52 DK why BD address is always 00:00:00:00:00:00 after power cycle
#nrf52832
Hi Frank,
Thanks for your suggestions, The mac address was changed successfully under your instructions, but I still cannot discover the device with nRFConnect smartphone app.
That seems all the
Hi Frank,
Thanks for your suggestions, The mac address was changed successfully under your instructions, but I still cannot discover the device with nRFConnect smartphone app.
That seems all the
|
By
icephyr
·
#5397
·
|
|
Zephyr as HCI Host
#uart
#bluetoothmesh
#hci
Hello,
I am trying to configure Zephyr as a HCI UART host.
My setup:
nrf52840_pca10056 nordic dev kit running zephyr/samples/bluetooth/hci_uart. This seems pretty straight forward.
stm32f746g_disco
Hello,
I am trying to configure Zephyr as a HCI UART host.
My setup:
nrf52840_pca10056 nordic dev kit running zephyr/samples/bluetooth/hci_uart. This seems pretty straight forward.
stm32f746g_disco
|
By
@abaska
·
#5396
·
|
|
Re: thread permissions issue
The userspace infrastructure has facilities for this, but as I commented in your patch, what you are doing is only intended for system call handlers. The Zephyr kernel running in supervisor mode is
The userspace infrastructure has facilities for this, but as I commented in your patch, what you are doing is only intended for system call handlers. The Zephyr kernel running in supervisor mode is
|
By
Boie, Andrew P
·
#5395
·
|
|
Resources Regarding assembly coding on Cortex arm-4
Hello,
I was looking for some useful links from where I can learn how to do assembly coding on Cortex arm-4 more specifically calling a c function from an assembly file. Could you please provide me
Hello,
I was looking for some useful links from where I can learn how to do assembly coding on Cortex arm-4 more specifically calling a c function from an assembly file. Could you please provide me
|
By
Md Kowsar Hossain <auvikuet@...>
·
#5394
·
|
|
Re: Calling a function not compiled as part of Zephyr from within Zephyr
Could you try turning off CONFIG_USERSPACE and/or provide a minimal test case that demonstrates the failure?
________________________________________
Sent: Monday, November 12, 2018 2:15:11 PM
To:
Could you try turning off CONFIG_USERSPACE and/or provide a minimal test case that demonstrates the failure?
________________________________________
Sent: Monday, November 12, 2018 2:15:11 PM
To:
|
By
Sebastian Boe
·
#5393
·
|
|
Calling a function not compiled as part of Zephyr from within Zephyr
Hi,
I am attempting to run an external function on an nRF52840 which is present on the module's flash at a known address but is not part of the Zephyr environment (consider it external). The function
Hi,
I am attempting to run an external function on an nRF52840 which is present on the module's flash at a known address but is not part of the Zephyr environment (consider it external). The function
|
By
Jamie Mccrae <Jamie.Mccrae@...>
·
#5392
·
|
|
Re: Zephyr (v1.13.0) HCI_UART running on nRF52 DK why BD address is always 00:00:00:00:00:00 after power cycle
#nrf52832
Hi there,
For me using the Nordic's nRFConnect smartphone app is very useful in the debug process.
My experience so far is when the public address of the HCI controller is set as 00:00:00:00:00:00
Hi there,
For me using the Nordic's nRFConnect smartphone app is very useful in the debug process.
My experience so far is when the public address of the HCI controller is set as 00:00:00:00:00:00
|
By
frv
·
#5390
·
Edited
|
|
Re: Zephyr (v1.13.0) HCI_UART running on nRF52 DK why BD address is always 00:00:00:00:00:00 after power cycle
#nrf52832
Hi,guys, It seems that I met a similar problem with Frank.
I use nRF52832 running HCI_UART sample as a controller. I want to make the controller advertise unconnectable packets outside, so I use
Hi,guys, It seems that I met a similar problem with Frank.
I use nRF52832 running HCI_UART sample as a controller. I want to make the controller advertise unconnectable packets outside, so I use
|
By
icephyr
·
#5389
·
|
|
Re: Zephyr (v1.13.0) HCI_UART running on nRF52 DK why BD address is always 00:00:00:00:00:00 after power cycle
#nrf52832
Hi Carles,
Thanks a lot, I hope soon a proper answer can be given, nevertheless progress is made and it just to know if this is normal behaviour.
Best regards,
Frank
Hi Carles,
Thanks a lot, I hope soon a proper answer can be given, nevertheless progress is made and it just to know if this is normal behaviour.
Best regards,
Frank
|
By
frv
·
#5388
·
|
|
Re: Zephyr (v1.13.0) HCI_UART running on nRF52 DK why BD address is always 00:00:00:00:00:00 after power cycle
#nrf52832
Hi Frank,
Right, since this seems to be more about BlueZ and Qt than about Zephyr or nRF, because nRF chipsets do not come with a public address registered and burned into the chip, I have copied
Hi Frank,
Right, since this seems to be more about BlueZ and Qt than about Zephyr or nRF, because nRF chipsets do not come with a public address registered and burned into the chip, I have copied
|
By
Carles Cufi
·
#5387
·
|
|
Re: Zephyr (v1.13.0) HCI_UART running on nRF52 DK why BD address is always 00:00:00:00:00:00 after power cycle
#nrf52832
Hi Carles,
Humm... not quite, I have recently created a QT bug report (See : https://bugreports.qt.io/browse/QTBUG-71727) although I think different parties are to blame, I'm still not sure who is
Hi Carles,
Humm... not quite, I have recently created a QT bug report (See : https://bugreports.qt.io/browse/QTBUG-71727) although I think different parties are to blame, I'm still not sure who is
|
By
frv
·
#5386
·
Edited
|
|
Re: Zephyr (v1.13.0) HCI_UART running on nRF52 DK why BD address is always 00:00:00:00:00:00 after power cycle
#nrf52832
Hi Frank,
I understand, so does that mean that you don’t need a public address? Since Qt seems to be doing the right thing.
Carles
Hi Frank,
I understand, so does that mean that you don’t need a public address? Since Qt seems to be doing the right thing.
Carles
|
By
Carles Cufi
·
#5385
·
|
|
Re: Zephyr Project using Eclipse
Fwd: List
By
Serafin
·
#5384
·
|
|
Re: Zephyr Project using Eclipse
Morning,
A bit tricky because Eclipse CDT integration of cmake is only available at the latest release and imho not very good.
1.) build from eclipse
Simplest way:
Morning,
A bit tricky because Eclipse CDT integration of cmake is only available at the latest release and imho not very good.
1.) build from eclipse
Simplest way:
|
By
Stefan Jaritz
·
#5383
·
|
|
Re: #nrf52840 #ble unstable connection
#nrf52840
#ble
Hi Vinayak,
I merge the patch, host (nRF Connect) get update connection parameter request. After CI change to 30ms, it can keep connection a bit longer but it still disconnect after few minutes
Hi Vinayak,
I merge the patch, host (nRF Connect) get update connection parameter request. After CI change to 30ms, it can keep connection a bit longer but it still disconnect after few minutes
|
By
Randy Chou <rchou3@...>
·
#5382
·
|