Difference between revisions of "Networking Presentations"
(Created page with "= '''Bluetooth''' = == Bluetooth 5 is Here == '''Presenter:''' Marcel Holtmann, Open Source Technology Center, Intel <br> '''Summary:''' This presentation provides informat...") |
Srivatsan.s (talk | contribs) |
||
Line 6: | Line 6: | ||
'''Summary:''' | '''Summary:''' | ||
− | This presentation provides information about Bluetooth 5 and its impacts on the ecosystem and shows new and exciting | + | This presentation provides information about Bluetooth 5 <br> |
− | for low energy devices and | + | and its impacts on the ecosystem and shows new and exciting <br> |
+ | use cases for low energy devices and IoT with the focus on <br> | ||
+ | Linux and Zephyr OS. <br> | ||
− | [https://www.youtube.com/watch?v=ri1DCg8LOVg VIDEO] ELC 2017 | + | [https://www.youtube.com/watch?v=ri1DCg8LOVg VIDEO] ELC 2017 |
== NimBLE - A High-Performance and Highly Configurable Bluetooth Low Energy 4.2 Stack== | == NimBLE - A High-Performance and Highly Configurable Bluetooth Low Energy 4.2 Stack== | ||
Line 16: | Line 18: | ||
'''Summary:''' | '''Summary:''' | ||
− | This presentation provides information about NimBLE the world’s first fully open-source | + | This presentation provides information about NimBLE <br> |
+ | the world’s first fully open-source BLE 4.2 stacks for both <br> | ||
host and controller subsystems for MCU environments. <br> | host and controller subsystems for MCU environments. <br> | ||
Line 26: | Line 29: | ||
'''Summary:''' | '''Summary:''' | ||
− | + | The session talks about the writing of Bluetooth application <br> | |
+ | for Zephyr including the ability to utilize a Linux <br> | ||
host with Bluetooth support combined with qemu for rapid prototyping. <br> | host with Bluetooth support combined with qemu for rapid prototyping. <br> | ||
− | [https://elinux.org/images/d/d0/Zephyr-Bluetooth_1.pdf PDF] | [https://www.youtube.com/watch?v=8hOf_ppbJaM VIDEO] ELC 2017 | + | [https://elinux.org/images/d/d0/Zephyr-Bluetooth_1.pdf PDF] | [https://www.youtube.com/watch?v=8hOf_ppbJaM VIDEO] ELC 2017 |
== Bluetooth on Modern Linux == | == Bluetooth on Modern Linux == | ||
Line 36: | Line 40: | ||
'''Summary:''' | '''Summary:''' | ||
− | + | The talk talks about fast changing and evolving technology <br> | |
− | + | like Bluetooth and guides on BlueZ 5 Bluetooth stack <br> | |
+ | architecture demystifying the transition from BlueZ 4 systems. <br> | ||
− | [https://elinux.org/images/8/89/Janc.pdf PDF] | [https://youtu.be/BvU_XLZ8x1c VIDEO] ELC 2016 | + | [https://elinux.org/images/8/89/Janc.pdf PDF] | [https://youtu.be/BvU_XLZ8x1c VIDEO] ELC 2016 |
== Bluetooth 4.2 - New Features for Linux and IoT == | == Bluetooth 4.2 - New Features for Linux and IoT == | ||
Line 46: | Line 51: | ||
'''Summary:''' | '''Summary:''' | ||
− | This presentation provides information about Linux and low energy support, secure connection | + | This presentation provides information about Linux and low <br> |
+ | energy support, secure connection and faster low energy data transfers. <br> | ||
− | [https://elinux.org/images/b/b6/Bluetooth_4.2_-_New_Features_for_Linux_and_IoT.pdf PDF] ELC 2015 | + | [https://elinux.org/images/b/b6/Bluetooth_4.2_-_New_Features_for_Linux_and_IoT.pdf PDF] ELC 2015 |
== Implementing Controls with Bluetooth SMART in Android == | == Implementing Controls with Bluetooth SMART in Android == | ||
Line 55: | Line 61: | ||
'''Summary:''' | '''Summary:''' | ||
− | This presentation provides information about Bluetooth variants, Bluetooth support in android, dealing with broadcast devices | + | This presentation provides information about Bluetooth variants, <br> |
+ | Bluetooth support in android, dealing with broadcast devices <br> | ||
and connecting to a Bluetooth smart device. <br> | and connecting to a Bluetooth smart device. <br> | ||
− | [https://elinux.org/images/f/fd/Implementing_Controls_with_Bluetooth_SMART_in_Android.pdf PDF] ELC 2015 | + | [https://elinux.org/images/f/fd/Implementing_Controls_with_Bluetooth_SMART_in_Android.pdf PDF] ELC 2015 |
== Bringing the BlueZ Back to Android == | == Bringing the BlueZ Back to Android == | ||
Line 65: | Line 72: | ||
'''Summary:''' | '''Summary:''' | ||
− | This provides information about the current android Bluetooth world, easy Bluetooth hardware integration, and bludroid architecture. <br> | + | This provides information about the current android Bluetooth world, <br> |
+ | easy Bluetooth hardware integration, and bludroid architecture. <br> | ||
− | [https://elinux.org/images/f/f5/Bringing_the_bluez_back_to_android--holtmann.pdf PDF] ELC 2014. | + | [https://elinux.org/images/f/f5/Bringing_the_bluez_back_to_android--holtmann.pdf PDF] ELC 2014 |
+ | |||
+ | |||
+ | = '''Wi-Fi''' = | ||
+ | |||
+ | == Understanding Wi-Fi Variants == | ||
+ | '''Presenter:''' Michael Anderson, The PTR Group, LLC <br> | ||
+ | '''Summary:''' | ||
+ | This presentation highlights the different Wi-Fi variations frequencies, <br> | ||
+ | their speeds, distances and what types of hardware are needed for each type. <br> | ||
+ | It will also provide you with a road map to determine which Wi-Fi is best suited <br> | ||
+ | for your applications. | ||
+ | |||
+ | [https://www.youtube.com/watch?v=fp0P8c1X98s VIDEO] ELC 2019 |
Revision as of 23:57, 16 September 2020
Contents
- 1 Bluetooth
- 1.1 Bluetooth 5 is Here
- 1.2 NimBLE - A High-Performance and Highly Configurable Bluetooth Low Energy 4.2 Stack
- 1.3 Creating Bluetooth-based IoT Solutions with Zephyr
- 1.4 Bluetooth on Modern Linux
- 1.5 Bluetooth 4.2 - New Features for Linux and IoT
- 1.6 Implementing Controls with Bluetooth SMART in Android
- 1.7 Bringing the BlueZ Back to Android
- 2 Wi-Fi
Bluetooth
Bluetooth 5 is Here
Presenter: Marcel Holtmann, Open Source Technology Center, Intel
Summary:
This presentation provides information about Bluetooth 5
and its impacts on the ecosystem and shows new and exciting
use cases for low energy devices and IoT with the focus on
Linux and Zephyr OS.
VIDEO ELC 2017
NimBLE - A High-Performance and Highly Configurable Bluetooth Low Energy 4.2 Stack
Presenter: James Pace, Runtime
Summary:
This presentation provides information about NimBLE
the world’s first fully open-source BLE 4.2 stacks for both
host and controller subsystems for MCU environments.
VIDEO ELC 2017
Creating Bluetooth-based IoT Solutions with Zephyr
Presenter: Johan Hedberg, Open Source Technology Center, Intel
Summary:
The session talks about the writing of Bluetooth application
for Zephyr including the ability to utilize a Linux
host with Bluetooth support combined with qemu for rapid prototyping.
Bluetooth on Modern Linux
Presenter: Szymon Janc
Summary:
The talk talks about fast changing and evolving technology
like Bluetooth and guides on BlueZ 5 Bluetooth stack
architecture demystifying the transition from BlueZ 4 systems.
Bluetooth 4.2 - New Features for Linux and IoT
Presenter: Marcel Holtmann, Intel
Summary:
This presentation provides information about Linux and low
energy support, secure connection and faster low energy data transfers.
PDF ELC 2015
Implementing Controls with Bluetooth SMART in Android
Presenter: Michael E. Anderson, The PTR Group
Summary:
This presentation provides information about Bluetooth variants,
Bluetooth support in android, dealing with broadcast devices
and connecting to a Bluetooth smart device.
PDF ELC 2015
Bringing the BlueZ Back to Android
Presenter: Marcel Holtmann, Intel's Open Source Technology Center
Summary:
This provides information about the current android Bluetooth world,
easy Bluetooth hardware integration, and bludroid architecture.
PDF ELC 2014
Wi-Fi
Understanding Wi-Fi Variants
Presenter: Michael Anderson, The PTR Group, LLC
Summary:
This presentation highlights the different Wi-Fi variations frequencies,
their speeds, distances and what types of hardware are needed for each type.
It will also provide you with a road map to determine which Wi-Fi is best suited
for your applications.
VIDEO ELC 2019