|
BLE synchronization
Hello there,
I want to synchronize an event between a BLE Central and Peripheral with an accuracy of ~1ms. Both devices use a NRF52832 with zephyr.
Using the normal GATT API, there is a significant
Hello there,
I want to synchronize an event between a BLE Central and Peripheral with an accuracy of ~1ms. Both devices use a NRF52832 with zephyr.
Using the normal GATT API, there is a significant
|
By
Daniel Widmann
·
#4619
·
|
|
Re: Device Tree on separated builds
"I have an app that is built on many boards, and I'd like to build the
app only once and the dts for each board."
That is not supported if I am understanding you correctly. Your options are
to
"I have an app that is built on many boards, and I'd like to build the
app only once and the dts for each board."
That is not supported if I am understanding you correctly. Your options are
to
|
By
Sebastian Boe
·
#4618
·
|
|
Device Tree on separated builds
Hi there !
Is there any way to build the device tree on a different bin than the
kernel?
I have an app that is built on many boards, and I'd like to build the
app only once and the dts for each
Hi there !
Is there any way to build the device tree on a different bin than the
kernel?
I have an app that is built on many boards, and I'd like to build the
app only once and the dts for each
|
By
Inaki Malerba <inaki@...>
·
#4617
·
|
|
Fixing issues
Hi everyone,
When fixing bugs, please make sure to use the right keywords to enable auto-close when the pull request is merged. Please see
Hi everyone,
When fixing bugs, please make sure to use the right keywords to enable auto-close when the pull request is merged. Please see
|
By
Nashif, Anas
·
#4616
·
|
|
What end user can't do if have only NET & APP key for #BluetoothMesh n/w ?
#bluetoothmesh
Hi,
Assume
1) a company don't wanna go with any cloud service to store & upgrade #BluetoothMesh .json file for his products.
2) And no #OOB authentication during provisioning
3) On other side, user
Hi,
Assume
1) a company don't wanna go with any cloud service to store & upgrade #BluetoothMesh .json file for his products.
2) And no #OOB authentication during provisioning
3) On other side, user
|
By
vikrant8051 <vikrant8051@...>
·
#4615
·
|
|
Re: Mailing list archives before 2017
Indeed, I've found what I was looking for.
Thanks Brett
Indeed, I've found what I was looking for.
Thanks Brett
|
By
Erwan Gouriou
·
#4614
·
|
|
Re: Building on Gentoo/creating a DT_TEXTREL in shared object
I did solve it, at least sort of.
It turns out that Gentoo patches gcc to default to --pic and --pie
when building. The top-level Zephyr CMakeLists.txt file adds in
--no-pic, and --no-pie, which
I did solve it, at least sort of.
It turns out that Gentoo patches gcc to default to --pic and --pie
when building. The top-level Zephyr CMakeLists.txt file adds in
--no-pic, and --no-pie, which
|
By
David Brown
·
#4613
·
|
|
Odp.: [Zephyr-devel] NRF52840 UART1
Hi,
@Michael: The only drawback I've identified so far is that we will need some extra RAM (~40Byte - TBD) for Tx and Rx buffers which will be used for EasyDMA transfer.
@Johannes: I hope we will
Hi,
@Michael: The only drawback I've identified so far is that we will need some extra RAM (~40Byte - TBD) for Tx and Rx buffers which will be used for EasyDMA transfer.
@Johannes: I hope we will
|
By
Rzeszutko, Jakub <Jakub.Rzeszutko@...>
·
#4612
·
|
|
Re: Mailing list archives before 2017
All,
Just an update that the older archives (2016) are now available on the mail lists -
Thank you
--
Brett Preston
The Linux Foundation
+1 (971) 303-9030
bpreston@...
Google Talk:
All,
Just an update that the older archives (2016) are now available on the mail lists -
Thank you
--
Brett Preston
The Linux Foundation
+1 (971) 303-9030
bpreston@...
Google Talk:
|
By
Brett Preston
·
#4611
·
|
|
Re: Building on Gentoo/creating a DT_TEXTREL in shared object
I'm guessing that these relocations are there everywhere and that yours just happens to be a binutils recent enough to warn about it. Have you tried just removing the
I'm guessing that these relocations are there everywhere and that yours just happens to be a binutils recent enough to warn about it. Have you tried just removing the
|
By
Andy Ross
·
#4610
·
|
|
Building on Gentoo/creating a DT_TEXTREL in shared object
I'm trying to figure out how to get Zephyr's sanity tests to build on
my Gentoo-based development machine. The tests all pass if I build in
a docker image based on Ubuntu.
But, when I build directly
I'm trying to figure out how to get Zephyr's sanity tests to build on
my Gentoo-based development machine. The tests all pass if I build in
a docker image based on Ubuntu.
But, when I build directly
|
By
David Brown
·
#4609
·
|
|
Re: NRF52840 UART1
Hi Jakub,
Is there any downside to depreciating the use of UART shim for nRF52 and using UARTE for all interfaces? (I think nRF51 would still require UART shim)
I was under
Hi Jakub,
Is there any downside to depreciating the use of UART shim for nRF52 and using UARTE for all interfaces? (I think nRF51 would still require UART shim)
I was under
|
By
Michael Scott
·
#4608
·
|
|
Re: NRF52840 UART1
Hey Jakub,
thanks for the clarification. Do you have a rough time estimation when the UARTE shim will be in a usable state? Are we talking about weeks or months?
Best Regards,
Joe
--
Johannes
Hey Jakub,
thanks for the clarification. Do you have a rough time estimation when the UARTE shim will be in a usable state? Are we talking about weeks or months?
Best Regards,
Joe
--
Johannes
|
By
Johannes Hutter
·
#4607
·
|
|
Re: NRF52840 UART1
Hi,
First of all NRF52840 does not have UART1 but UARTE1 (easyDMA only). When you need to have 2 serial peripherals and the same time you have following options:
UART0 and UARTE1 (with
Hi,
First of all NRF52840 does not have UART1 but UARTE1 (easyDMA only). When you need to have 2 serial peripherals and the same time you have following options:
UART0 and UARTE1 (with
|
By
Rzeszutko, Jakub <Jakub.Rzeszutko@...>
·
#4606
·
|
|
Re: NRF52840 UART1
Hey guys,
we also need the second UART for the 52840. If I can assist in anything, even if it is just for review/testing, let me know.
Best Regards,
Joe
--
Johannes Hutter | Software
Hey guys,
we also need the second UART for the 52840. If I can assist in anything, even if it is just for review/testing, let me know.
Best Regards,
Joe
--
Johannes Hutter | Software
|
By
Johannes Hutter
·
#4605
·
|
|
GPIO Documentation missing
Hi,
I’my trying to make a simple set/reset on GPIO pin. I found a paragraph concerning GPIO in the documentation but it is totally empty.
Hi,
I’my trying to make a simple set/reset on GPIO pin. I found a paragraph concerning GPIO in the documentation but it is totally empty.
|
By
Jonathan Michel <jonathanmichel@...>
·
#4604
·
|
|
Re: NRF52840 UART1
Hi Ryan,
We are definitely working towards supporting all UARTs in the 52840 from the Nordic side.
I have copied some of the people working on drivers for Zephyr so that they can give you more
Hi Ryan,
We are definitely working towards supporting all UARTs in the 52840 from the Nordic side.
I have copied some of the people working on drivers for Zephyr so that they can give you more
|
By
Carles Cufi
·
#4603
·
|
|
NRF52840 UART1
Hello,
After looking through the code it doesn't look like the 2nd uart (UART1) is fully implemented for the NRF52840. Is anyone working on adding support for this?
Does anyone have a good example to
Hello,
After looking through the code it doesn't look like the 2nd uart (UART1) is fully implemented for the NRF52840. Is anyone working on adding support for this?
Does anyone have a good example to
|
By
Ryan Erickson
·
#4602
·
|
|
How to check the http header signature
Hello!
I'm developing a library http_client and I send a request for the server. That server sends me the message and the header HTTP signed and I need check that signature.
Someone know to tell
Hello!
I'm developing a library http_client and I send a request for the server. That server sends me the message and the header HTTP signed and I need check that signature.
Someone know to tell
|
By
christian tavares
·
#4601
·
|
|
Zephyr news, 21 May 2018
Hello and happy v1.12 release candidacy,
This is the 21 May 2018 newsletter tracking the latest Zephyr development
merged into the mainline tree on GitHub.
An HTML version is available
Hello and happy v1.12 release candidacy,
This is the 21 May 2018 newsletter tracking the latest Zephyr development
merged into the mainline tree on GitHub.
An HTML version is available
|
By
Marti Bolivar
·
#2226
·
|