|
Re: Emulating 2(or Multiple) Network interfaces in the same QEMU Machine
Thanks Michael, I was able to reproduce on my board. I was having some trouble because there is only one UART on the nrf52 DK so I couldn't access the console to see what was going on.
I agree with
Thanks Michael, I was able to reproduce on my board. I was having some trouble because there is only one UART on the nrf52 DK so I couldn't access the console to see what was going on.
I agree with
|
By
Juliano S Assine
·
#465
·
|
|
Re: NFC Library
Hi Erwan,
We have not looked into it yet, but there would definitely be interest from us since many of our ICs support NFC. We currently ship a binary blob in our proprietary SDK, so that is not
Hi Erwan,
We have not looked into it yet, but there would definitely be interest from us since many of our ICs support NFC. We currently ship a binary blob in our proprietary SDK, so that is not
|
By
Carles Cufi
·
#464
·
|
|
NFC Library
Hi all,
Does anyone have ever looked to a NFC library that could be integrated into Zephyr?Would there be any interest?
Thanks
Erwan
Hi all,
Does anyone have ever looked to a NFC library that could be integrated into Zephyr?Would there be any interest?
Thanks
Erwan
|
By
Erwan Gouriou
·
#463
·
|
|
Re: understanding of #BluetoothMesh OOB authentication procedure
#bluetoothmesh
Hi Johan,
Thanks for your reply.
https://blog.bluetooth.com/provisioning-a-bluetooth-mesh-network-part-1
https://blog.bluetooth.com/provisioning-a-bluetooth-mesh-network-part-2#_ftn2
I've been further
Hi Johan,
Thanks for your reply.
https://blog.bluetooth.com/provisioning-a-bluetooth-mesh-network-part-1
https://blog.bluetooth.com/provisioning-a-bluetooth-mesh-network-part-2#_ftn2
I've been further
|
By
Vikrant More <vikrant8051@...>
·
#462
·
|
|
Re: understanding of #BluetoothMesh OOB authentication procedure
#bluetoothmesh
Hi Vikrant,
That's not completely true. Only the primary netkey and the devkey are
distributed to the node during provisioning. The other netkeys (if any)
and appkeys are distributed during the
Hi Vikrant,
That's not completely true. Only the primary netkey and the devkey are
distributed to the node during provisioning. The other netkeys (if any)
and appkeys are distributed during the
|
By
Johan Hedberg
·
#461
·
|
|
understanding of #BluetoothMesh OOB authentication procedure
#bluetoothmesh
Hello World !!
https://blog.bluetooth.com/provisioning-a-bluetooth-mesh-network-part-1
By reading this link, I understood that netKey, appKey, dveKey are AES-128 symmetric keys which are exchanged
Hello World !!
https://blog.bluetooth.com/provisioning-a-bluetooth-mesh-network-part-1
By reading this link, I understood that netKey, appKey, dveKey are AES-128 symmetric keys which are exchanged
|
By
Vikrant More <vikrant8051@...>
·
#460
·
|
|
Re: Emulating 2(or Multiple) Network interfaces in the same QEMU Machine
Hello Michael,
Michael Hope <michaelh@...> wrote:
Sure, existing samples should work, that's the whole idea. As soon as
you enable bunch of options (and outsider would say "obscure
Hello Michael,
Michael Hope <michaelh@...> wrote:
Sure, existing samples should work, that's the whole idea. As soon as
you enable bunch of options (and outsider would say "obscure
|
By
Paul Sokolovsky
·
#459
·
|
|
Re: Emulating 2(or Multiple) Network interfaces in the same QEMU Machine
It turns out that samples/net/http_server already works fine :)
I had to shrink the buffer count to fit on the 32 KiB on the Arduino Zero though.
-- Michael
It turns out that samples/net/http_server already works fine :)
I had to shrink the buffer count to fit on the 32 KiB on the Arduino Zero though.
-- Michael
|
By
Michael Hope
·
#458
·
|
|
Re: Emulating 2(or Multiple) Network interfaces in the same QEMU Machine
Hi Juliano. I had a play and put my notes up at:
https://github.com/zephyrproject-rtos/zephyr/commit/8e1a4a5c2bdd91996827ab277d209044a1dd8b41
One possibility: the host address should be 2001:db8::2,
Hi Juliano. I had a play and put my notes up at:
https://github.com/zephyrproject-rtos/zephyr/commit/8e1a4a5c2bdd91996827ab277d209044a1dd8b41
One possibility: the host address should be 2001:db8::2,
|
By
Michael Hope
·
#457
·
|
|
Re: Emulating 2(or Multiple) Network interfaces in the same QEMU Machine
Hello Michael,
By
Paul Sokolovsky
·
#456
·
|
|
Re: Emulating 2(or Multiple) Network interfaces in the same QEMU Machine
2018-01-08 16:35 GMT-02:00 Michael Hope <michaelh@...>:
Any suggestions as to how?
If I use uart0 as uart-pipe I can ping a qemu instance but not my physical board.
On qemu I am running with the flag
2018-01-08 16:35 GMT-02:00 Michael Hope <michaelh@...>:
Any suggestions as to how?
If I use uart0 as uart-pipe I can ping a qemu instance but not my physical board.
On qemu I am running with the flag
|
By
Juliano S Assine
·
#455
·
|
|
Re: Emulating 2(or Multiple) Network interfaces in the same QEMU Machine
Hi Juilano. Replies inline...
Currently, no. You can only run one instance of the SLIP interface partly as it depends on the single-instance uart_pipe code.
Yip, this works well. One of the first
Hi Juilano. Replies inline...
Currently, no. You can only run one instance of the SLIP interface partly as it depends on the single-instance uart_pipe code.
Yip, this works well. One of the first
|
By
Michael Hope
·
#454
·
|
|
Re: [Zephyr-devel] Fwd: [Zephyr-tsc] OpenIoT Summit / ELCE - CFP Opportunity (closes January 7, 2018)
Members of the Zephyr Community,
The CFP deadline for Embedded Linux Conference / OpenIoT Summit was extended to tomorrow - Tuesday, January 9.
CFP:
Members of the Zephyr Community,
The CFP deadline for Embedded Linux Conference / OpenIoT Summit was extended to tomorrow - Tuesday, January 9.
CFP:
|
By
Brett Preston
·
#453
·
|
|
Emulating 2(or Multiple) Network interfaces in the same QEMU Machine
Hello,
Sorry for anything confusing, first timer here, I have a couple of questions.
1. Lets say I'm running one of the networking examples using DBOARD=quemu_cortex_m3.
When I build it with make
Hello,
Sorry for anything confusing, first timer here, I have a couple of questions.
1. Lets say I'm running one of the networking examples using DBOARD=quemu_cortex_m3.
When I build it with make
|
By
Juliano S Assine
·
#452
·
|
|
#BluetoothMesh self provisioning & configuration for Generic Models for testing
#bluetoothmesh
Hello World !!
-----------------------------------------------------------------------------------------------------------------------------
{
Hello World !!
-----------------------------------------------------------------------------------------------------------------------------
{
|
By
Vikrant More <vikrant8051@...>
·
#451
·
|
|
distance provisioning & configuration of #BluetoothMesh DEVICEs using single GATT-Proxy NODE
#bluetoothmesh
Hello,
Currently I have been doing provisioning of #BluetoothMesh DEVICEs using #meshctl utility. But I've to individually makes connection with each device over PB-GATT for provisining &
Hello,
Currently I have been doing provisioning of #BluetoothMesh DEVICEs using #meshctl utility. But I've to individually makes connection with each device over PB-GATT for provisining &
|
By
Vikrant More <vikrant8051@...>
·
#450
·
|
|
Zephyr Project seeking Project Evangelist/Developer Advocate
Members of the Zephyr Community,
The Zephyr Project is seeking a project evangelist and developer advocate to help grow and support the global Zephyr developer community.
The full job description,
Members of the Zephyr Community,
The Zephyr Project is seeking a project evangelist and developer advocate to help grow and support the global Zephyr developer community.
The full job description,
|
By
Brett Preston
·
#449
·
|
|
Re: [Zephyr-devel] Introduction of Youtube video, "Bluetooth Mesh Demo at ELCE Prague 2017"
Glad to hear it!
By
Vikrant More <vikrant8051@...>
·
#448
·
|
|
Re: [Zephyr-devel] Introduction of Youtube video, "Bluetooth Mesh Demo at ELCE Prague 2017"
Hi Vikrant,
Good news, meshctl starts to work.
Thank you!
Regards,
Kai
Hi Vikrant,
Good news, meshctl starts to work.
Thank you!
Regards,
Kai
|
By
Kai Ren <kren@...>
·
#447
·
|
|
[Zephyr-tsc] OpenIoT Summit / ELCE - CFP Opportunity (closes January 7, 2018)
FYI.
- k
Begin forwarded message:
From: Brett Preston <bpreston@...>
Subject: Re: [Zephyr-tsc] OpenIoT Summit / ELCE - CFP Opportunity (closes January 7, 2018)
Date: January 3, 2018 at 10:33:29 AM
FYI.
- k
Begin forwarded message:
From: Brett Preston <bpreston@...>
Subject: Re: [Zephyr-tsc] OpenIoT Summit / ELCE - CFP Opportunity (closes January 7, 2018)
Date: January 3, 2018 at 10:33:29 AM
|
By
Kumar Gala
·
#446
·
|