حرکت شتابدار به سوی دنیای embedded system و نقش نرمافزارهای...

40
Free Software: a Prison Break Play Your Notes: Embedded Systems Digital Electronics and Operating Systems Real-Time OS: Dream or Reality?? Internet of Things: Domination of Free Software Tehran Software Freedom Day Towards Embedded Systems Motivational Role of Free Software Mojtaba Barzegari [email protected] Software Freedom Day Sharif University of Technology 29th September 2016 Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 1 / 40

Upload: -

Post on 18-Jan-2017

31 views

Category:

Devices & Hardware


4 download

TRANSCRIPT

Page 1: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Towards Embedded SystemsMotivational Role of Free Software

Mojtaba Barzegari

[email protected]

Software Freedom DaySharif University of Technology

29th September 2016

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 1 / 40

Page 2: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Outline

Free Software: a Prison Break

Play Your Notes: Embedded Systems

Digital Electronics and Operating Systems

Real-Time OS: Dream or Reality??

Internet of Things: Domination of Free Software

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 2 / 40

Page 3: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Free Software: a Prison Break

• Free Software: Four Essential Freedoms

• A bit about History

• GNU/Linux

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 3 / 40

Page 4: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Free Software: Four Essential Freedoms

• A program is considered free when its license offers to all itsusers the following four freedoms

• Freedom to run the software for any purpose• Freedom to study the software and to change it• Freedom to redistribute copies• Freedom to distribute copies of modified versions

• These freedoms are granted for both commercial andnon-commercial use

• They imply the availability of source code, software can bemodified and distributed to customers

• Good match for embedded systems!

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 4 / 40

Page 5: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

A bit about History

• 1983, Richard Stallman, GNU project and the free softwareconcept. Beginning of the development of gcc, gdb, glibc andother important tools

• 1991, Linus Torvalds, Linux kernel project, a Unix-likeoperating system kernel. Together with GNU software andmany other open-source components: a completely freeoperating system, GNU/Linux

• 1995, Linux is more and more popular on server systems

• 2000, Linux is more and more popular on embedded systems

• 2008, Linux is more and more popular on mobile devices

• 2010, Linux is more and more popular on phones

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 5 / 40

Page 6: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

GNU/Linux

Richard Stallman

What you guys are referring to as Linux, is in fact, GNU/Linux, oras I’ve recently taken to calling it, GNU plus Linux. Linux is not anoperating system unto itself, but rather another free component ofa fully functioning GNU system made useful by the GNU corelibs,shell utilities and vital system components comprising a full OS asdefined by POSIX.

0101101110

0101110101

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 6 / 40

Page 7: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Play Your Notes: Embedded Systems

• What is an Embedded System?

• What makes Embedded Systems different?

• Embedded Systems Complexity

• To Be or Not to Be, That is the Question

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 7 / 40

Page 8: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

What is an Embedded System?

An embedded system is a computer system with a dedicatedfunction within a larger mechanical or electrical system, often withreal-time computing constraints. It is embedded as part of acomplete device often including hardware and mechanical parts.Embedded systems control many devices in common use today

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 8 / 40

Page 9: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

What makes Embedded Systems different?

• Real-time operation

• Size

• Cost

• Time

• Reliability

• Safety

• Energy

• Security

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 9 / 40

Page 10: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Embedded Systems Complexity

Moore’s Law (Second edition)

The observation made in 1975 by Gordon Moore, co-founder ofIntel, that the number of transistors per square inch on integratedcircuits had doubled every double year since the integrated circuitwas invented.

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 10 / 40

Page 11: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

To Be or Not to Be, That is the Question

So, why does your TV run Linux? At frst glance, the function of aTV is simple: it has to display a stream of video on a screen. Whyis a complex Unix-like operating system like Linux necessary?

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 11 / 40

Page 12: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Digital Electronics and Operating Systems

• Electronics: Analog and Digital

• Enter the Sandman: Microcontroller

• Productivity Nightmares: Primary Solutions

• Open Source OSes

• Linux and Free Software

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 12 / 40

Page 13: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Electronics: Analog and Digital

Analog Digital

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 13 / 40

Page 14: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Enter the Sandman: Microcontroller

• Gate + Clock ⇒ Microprocessor

• Microprocessor + Peripherals ⇒ Microcontroller

• Microcontroller + CoProcessors ⇒ Embedded Processor

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 14 / 40

Page 15: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Productivity Nightmares: Primary Solutions

Serious Challenges:

• Managing Peripherals

• Moore’s Law

• Programming APIs

• Hardware Dependency

Recommended Solutions:

• Open Hardware• Arduino/Genuino

• Open Source Hardware Programming Platforms• Mbed

• Operating System

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 15 / 40

Page 16: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Open Source OSes

• FreeRTOS

• RIOT

• Contiki

• TinyOS

• OpenWSN

• Zephyr

• GNU/Linux

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 16 / 40

Page 17: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Linux and Free Software

Advantages of Linux and Free Software for embedded systems:

• Re-using components

• Low cost

• Full control

• Quality

• Easy testing of new features

• Community support

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 17 / 40

Page 18: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Re-using components

• The key advantage of Linux and open-source in embeddedsystems is the ability to re-use components

• The open-source ecosystem already provides manycomponents for standard features, from hardware support tonetwork protocols, going through multimedia, graphic,cryptographic libraries, etc.

• As soon as a hardware device, or a protocol, or a feature iswide-spread enough, high chance of having open-sourcecomponents that support it.

• Allows to quickly design and develop complicated products,based on existing components.

• No-one should re-develop yet another operating system kernel,TCP/IP stack, USB stack or another graphical toolkit library.

• Allows to focus on the added value of your product.

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 18 / 40

Page 19: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Low cost

• Free software can be duplicated on as many devices as youwant, free of charge.

• If your embedded system uses only free software, you canreduce the cost of software licenses to zero. Even thedevelopment tools are free, unless you choose a commercialembedded Linux edition.

• Allows to have a higher budget for the hardware or to increasethe companys skills and knowledge

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 19 / 40

Page 20: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Full control

• With open-source, you have the source code for allcomponents in your system

• Allows unlimited modifications, changes, tuning,debugging, optimization, for an unlimited period of time

• Without lock-in or dependency from a third-party vendor

• To be true, non open-source components must be avoidedwhen the system is designed and developed

• Allows to have full control over the software part of yoursystem

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 20 / 40

Page 21: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Quality

• Many open-source components are widely used, on millionsof systems

• Usually higher quality than what an in-house developmentcan produce, or even proprietary vendors

• Of course, not all open-source components are of goodquality, but most of the widely-used ones are.

• Allows to design your system with high-qualitycomponents at the foundations

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 21 / 40

Page 22: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Easy testing of new features

• Open-source being freely available, it is easy to get a pieceof software and evaluate it

• Allows to easily study several options while making a choice

• Much easier than purchasing and demonstration proceduresneeded with most proprietary products

• Allows to easily explore new possibilities and solutions

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 22 / 40

Page 23: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Community support

• Open-source software components are developed bycommunities of developers and users

• This community can provide a high-quality support: you candirectly contact the main developers of the component youare using. The likelyhood of getting an answer doesn’t dependwhat company you work for.

• Often better than traditional support, but one needs tounderstand how the community works to properly use thecommunity support possibilities

• Allows to speed up the resolution of problems whendeveloping your system

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 23 / 40

Page 24: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Linux Disadvantages!!!

• Linux certainly is a robust and developer-friendly OS

• Linux will have many uses in embedded devices, particularlyones that provide graphically rich user interfaces.

• Linux has a disadvantage when compared to other embeddedoperating systems:

• Memory footprint• It simply will not run on 8 or 16-bit MCUs• Real-time operations problem

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 24 / 40

Page 25: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Real-Time OS: Dream or Reality??

Library

Hardware

Application

Linux Kernel

C Library

Rea

d/W

rite

Req

ues

t

Res

po

nse

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 25 / 40

Page 26: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Real-Time OS: Dream or Reality??

Typical Problems:

• Controlling Servo Motors

• Generating High Frequency Signals

• Generating PWM and Duty Cycles

• Sampling a Signal (e.g. Audio Signal)

• Controlling a Sensitive Robot

• Developing Flight Controllers

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 26 / 40

Page 27: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Real-Time OS: Dream or Reality??

Suggested Solutions:

1 Using High-Speed Interfaces• PCI• Ethernet• USB• RS232

2 Developing System Drivers

3 Designing Auxiliary Hardware and Co-Processor

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 27 / 40

Page 28: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Internet of Things: Domination of Free Software

• What is Internet of Things (IoT)?

• Things Connected Through Internet

• IoT Applications

• Top Free and Open Source IoT Projects

• Rise of Linux: IoT-ready Hardwares

• Beyond the IoT: The Computation Thunderbolt

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 28 / 40

Page 29: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

What is Internet of Things (IoT)?

What is IoT?

[Wikipedia]: The network of physical objects or things embeddedwith electronics, software, sensors, and connectivity to enableobjects to exchange data with the manufacturer, operator and/orother connected devices.

What is IoT?

[WhatIs]: A scenario in which objects, animals or people areprovided with unique identifiers and the ability to transfer dataover a network without requiring human-to-human orhuman-to-computer interaction.

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 29 / 40

Page 30: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Things Connected Through Internet

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 30 / 40

Page 31: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

IoT Applications

• Smart home

• Wearables

• Smart City

• Smart grids

• Industrial Internet

• Connected Car

• Connected Health

• Smart Retail

• Smart Supply Chain

• Smart Farming

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 31 / 40

Page 32: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Top Free and Open Source IoT Projects

• AllSeen Alliance (Interoperability framework)

• DeviceHive (Big Data analytics)

• DSA (Distributed Services Architecture)

• Eclipse IoT (Java-based rules-based routing engine)

• Kaa (scalable end-to-end IoT framework )

• Macchina.io (Web-enabled, modular and extensible JavaScriptand C++ runtime)

• Open Connectivity Foundation (IoTivity)

• OpenIoT (Java-based connectivity framework)

• PlatformIO (Python-based suite for remote data access)

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 32 / 40

Page 33: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Rise of Linux: IoT-ready Hardwares

• Yocto Project!!!

• Raspberry Pi

• Intel Edison

• Intel Joule

• BeagleBone Black

• Qualcomm DragonBoard

• MinnowBoard MAX

• Orange Pi

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 33 / 40

Page 34: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

IoT and Linux

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 34 / 40

Page 35: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Raspberry Pi

• SoC: Broadcom BCM2837• CPU: 4 ARM Cortex-A53,

1.2GHz• GPU: Broadcom

VideoCore IV• RAM: 1GB LPDDR2 (900

MHz)

• Networking: Ethernet,2.4GHz 802.11n wireless

• Bluetooth: Bluetooth 4.1Low Energy

• Storage: microSD

• GPIO: 40-pin header

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 35 / 40

Page 36: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Intel Edison

• CPU: Dual-core Intel Atom@500 MHz

• RAM: 1 GB LPDDR3

• Storage: 4 GB eMMC + microSD card connector

• Connectivity: Dual band Wi-Fiand Bluetooth 4.0

• USB: 1x micro USB connector

• I/Os:

• 2x UART• 2x I2C• 1x SPI with 2 chip

selects• 1x I2S• 12x GPIO including 4

capable of PWM output

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 36 / 40

Page 37: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Intel Joule

• CPU: Intel Atom T5700 64-bit quad-core @1.7GHz/2.4GHz

• RAM: 4GB LPDDR4 RAM

• GPU: Intel HD Graphics with 4K video capture and display

• Storage: 16GB eMMC memory

• Connectivity: 802.11ac Wi-Fi with MIMO and Bluetooth 4.1

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 37 / 40

Page 38: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Beyond the IoT: The Computation Thunderbolt

These devices can be utilized in standalone computations:

• Speech Recognition

• Machine Learning

• Image Processing

• Grid Computing

• Video Encoding/Decoding

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 38 / 40

Page 39: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Conclusion

Why Reinvent The Wheel When You Don’t Have To???

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 39 / 40

Page 40: حرکت شتابدار به سوی دنیای Embedded System و نقش نرمافزارهای آزاد بر آن

Free Software: a Prison BreakPlay Your Notes: Embedded Systems

Digital Electronics and Operating SystemsReal-Time OS: Dream or Reality??

Internet of Things: Domination of Free SoftwareTehran Software Freedom Day

Thanks for Your Attention

Question & Answer

Mojtaba Barzegari 9/29/2016 Towards Embedded Systems 40 / 40