Skip to content

PacktPublishing/Intel-Edison-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$5 Tech Unlocked 2021!

If you have read this book, please leave a review on Amazon.com. Potential readers can then use your unbiased opinion to help them make purchase decisions. Thank you. The $5 campaign runs from December 15th 2020 to January 13th 2021.

Intel Edison Projects

This is the code repository for Intel Edison Projects, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Change the way you look at embedded electronics with Intel Edison. It is a small computing platform packed with a set of robust features to deliver hands-on performance, durability, and software support.

This book is a perfect place to kickstart development and rapid prototyping using Intel Edison. It will start by introducing readers to the Intel Edison board and explaining how to get started with it. You will learn how to build a mini weather station, which will help you to acquire temperature and smoke level and push it to the IoT platform. Then you will see how to build a home automation device and control your appliances using an Android app. Furthermore, we will build a security system using a webcam to detect faces and perform voice recognition. Toward the end, the book will demonstrate how you can build two robots, which will be based on different line sensing sensors and can be controlled by a PC.

The book will guide the readers through each and every step of execution of a project, using Intel Edison.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

import mraa
import time
led = mraa.Gpio(13)
led.dir(mraa.DIR_OUT)
while True:
 led.write(1)
 time.sleep(0.2)
 led.write(0)
 time.sleep(0.2)

The mandatory prerequisites for this book are the Intel Edison with Windows/Linux/Mac OS. The software requirements are as follows: Arduino IDE Visual Studio FileZilla Notepad++ PuTTY Intel XDK

Related Products

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781787288409

About

Intel Edison Projects, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •