|
Re: DTLS over CoAP for the Zephyr project
Hi Nikos,
The samples you mention were likely removed/modified during our transition from net_app API to socket API. CoAP samples we have now does not seem to feature DTLS at this point.
There
Hi Nikos,
The samples you mention were likely removed/modified during our transition from net_app API to socket API. CoAP samples we have now does not seem to feature DTLS at this point.
There
|
By
Lubos, Robert
·
#1589
·
|
|
Re: DTLS over CoAP for the Zephyr project
Thank you. I was trying to find an example with CoAP over DTLS (client and server) in the zephyr tree. However, I can not find any tutorial or any discussion about that. Also, in 1.9.2 zephyr docs
Thank you. I was trying to find an example with CoAP over DTLS (client and server) in the zephyr tree. However, I can not find any tutorial or any discussion about that. Also, in 1.9.2 zephyr docs
|
By
Nikos Karamolegkos
·
#1588
·
|
|
TSC meeting agenda for 24 Jul 2019
Hi all,
Here is the agenda for today's meeting:
* Vincent Lacroix from Systerel presentation on the OPC UA protocol
* TSC / Marketing Committee
Hi all,
Here is the agenda for today's meeting:
* Vincent Lacroix from Systerel presentation on the OPC UA protocol
* TSC / Marketing Committee
|
By
Carles Cufi
·
#1587
·
|
|
API meeting cancelled this week
Hi all,
Due to holidays and celebrations we have had to cancel this week's API meeting.
Next week we will resume holding the meetings as usual.
Thanks,
Carles
Hi all,
Due to holidays and celebrations we have had to cancel this week's API meeting.
Next week we will resume holding the meetings as usual.
Thanks,
Carles
|
By
Carles Cufi
·
#1586
·
|
|
New default BLE Link Layer
Hi all,
With the merge of PR #15781, the new "split" Link Layer is now the default for BLE-enabled applications. Extensive development and testing effort has gone into this feature, but there might
Hi all,
With the merge of PR #15781, the new "split" Link Layer is now the default for BLE-enabled applications. Extensive development and testing effort has gone into this feature, but there might
|
By
Carles Cufi
·
#1585
·
|
|
Re: BLE Central and peripheral role
#bluetooth
#ble
Thank you Alfredo and Vinayak, bluetooth/shell is a perfect reference point.
Thank you Alfredo and Vinayak, bluetooth/shell is a perfect reference point.
|
By
nrjn nrjn <nrjnx0@...>
·
#1584
·
|
|
Re: Trying to perform version exchange procedure
#ble
Take a look at hci_core.c on how host uses the feature exchange to determine supported Bluetooth features.
Version exchange only helps in identifying a vendor/company and revision of their firmware.
Take a look at hci_core.c on how host uses the feature exchange to determine supported Bluetooth features.
Version exchange only helps in identifying a vendor/company and revision of their firmware.
|
By
Vinayak Kariappa
·
#1583
·
|
|
Re: BLE Central and peripheral role
#bluetooth
#ble
Take a look at tests/bluetooth/shell that uses subsys/bluetooth/shell/bt.c
The shell application combines all states and roles into single application
Take a look at tests/bluetooth/shell that uses subsys/bluetooth/shell/bt.c
The shell application combines all states and roles into single application
|
By
Vinayak Kariappa
·
#1582
·
|
|
Re: BLE Central and peripheral role
#bluetooth
#ble
Hi,
I recommend that you use an example in subsys->bluetooth->shell.
There are many commands to shell as connect a central with peripheral, read, write, notify and other functions of Bluetooth
Hi,
I recommend that you use an example in subsys->bluetooth->shell.
There are many commands to shell as connect a central with peripheral, read, write, notify and other functions of Bluetooth
|
By
alfredolimams@...
·
#1581
·
|
|
Re: BLE Central and peripheral role
#bluetooth
#ble
Hello Carles,
I created a sample code which enables nrf52840-DK to function as both central and peripheral heart rate monitors.
Herer it is:
Hello Carles,
I created a sample code which enables nrf52840-DK to function as both central and peripheral heart rate monitors.
Herer it is:
|
By
nrjn nrjn <nrjnx0@...>
·
#1580
·
|
|
Re: Trying to perform version exchange procedure
#ble
Well the current goal is to get the version exchange procedure to happen at all, but the end goal is to get it to happen twice so that I can verify that the peripheral that I am talking to responds
Well the current goal is to get the version exchange procedure to happen at all, but the end goal is to get it to happen twice so that I can verify that the peripheral that I am talking to responds
|
By
Megan Bredes
·
#1579
·
|
|
Re: BLE Central and peripheral role
#bluetooth
#ble
Hi there,
I don’t think there’s a sample that shows both roles, but combining one of the peripheral samples and a central one should be very straightforward.
Please consider contributing such
Hi there,
I don’t think there’s a sample that shows both roles, but combining one of the peripheral samples and a central one should be very straightforward.
Please consider contributing such
|
By
Carles Cufi
·
#1578
·
|
|
Re: Trying to perform version exchange procedure
#ble
Hi there,
The Version Exchange procedure is a Link Layer one performed automatically by the LL.
What are you trying to achieve exactly?
Carles
Hi there,
The Version Exchange procedure is a Link Layer one performed automatically by the LL.
What are you trying to achieve exactly?
Carles
|
By
Carles Cufi
·
#1577
·
|
|
request of information
I have found this link
https://developpaper.com/zephyr-project-rtos-first-functional-security-authentication-submission-of-open-source-real-time-operating-system/
where I can find the documentation
I have found this link
https://developpaper.com/zephyr-project-rtos-first-functional-security-authentication-submission-of-open-source-real-time-operating-system/
where I can find the documentation
|
By
novello
·
#1576
·
|
|
BLE Central and peripheral role
#bluetooth
#ble
Hello,
Is there a sample code or documentation explaining how to use a BLE device in both central and peripheral roles concurrently?
I have a couple of environmental sensors (BLE peripherals)
Hello,
Is there a sample code or documentation explaining how to use a BLE device in both central and peripheral roles concurrently?
I have a couple of environmental sensors (BLE peripherals)
|
By
nrjn nrjn <nrjnx0@...>
·
#1575
·
|
|
Booting up Zephyr on Arduino DUE
Hi,
I am trying to get Zephyr to boot up and run the samples (Hello World, dining philosophers, synchronization) on the HiFive1_RevB and Arduino DUE. I was able to do it on HiFive1_RevB but NOT
Hi,
I am trying to get Zephyr to boot up and run the samples (Hello World, dining philosophers, synchronization) on the HiFive1_RevB and Arduino DUE. I was able to do it on HiFive1_RevB but NOT
|
By
Phatak, Sujit <Sujit.Phatak@...>
·
#1574
·
|
|
Trying to perform version exchange procedure
#ble
I have recently started experimenting with Zephyr and have been trying to alter one of the demo's (HR monitor central side) so that it would go through the version exchange procedure. I have found the
I have recently started experimenting with Zephyr and have been trying to alter one of the demo's (HR monitor central side) so that it would go through the version exchange procedure. I have found the
|
By
Megan Bredes
·
#1573
·
|
|
Re: port other projects to Zephyr
Hi Kay,
It is possible, but you will need to change your application so that it uses Zephyr’s APIs instead of FreeRTOS’.
Depending on how your application is written this will be more or less
Hi Kay,
It is possible, but you will need to change your application so that it uses Zephyr’s APIs instead of FreeRTOS’.
Depending on how your application is written this will be more or less
|
By
Carles Cufi
·
#1572
·
|
|
API meeting: Agenda
Hi all,
While a lot of folks are off on vacation, there are a few items pending discussion.
Agenda:
- New proposal: RFC for driver-specific APIs
- GPIO: Update on progress, discussion on function
Hi all,
While a lot of folks are off on vacation, there are a few items pending discussion.
Agenda:
- New proposal: RFC for driver-specific APIs
- GPIO: Update on progress, discussion on function
|
By
Carles Cufi
·
#1571
·
|
|
#CoAP congestion control
#coap
Hi,
I have a question about CoAP protocol in Zephyr.
Where can I find the parameters for congestion control, ack_timeout for example?
Thank you,
Regards,
Minoo
Hi,
I have a question about CoAP protocol in Zephyr.
Where can I find the parameters for congestion control, ack_timeout for example?
Thank you,
Regards,
Minoo
|
By
Minoo Kargar
·
#1570
·
|