Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Arduino iOS Blueprints

Posted By: roxul
Arduino iOS Blueprints

Fabrizio Boco, "Arduino iOS Blueprints"
English | ISBN: 1785283669 | 2015 | 240 pages | AZW3 | 5 MB

Integrate the Arduino and iOS platforms to design amazing real-world projects to sense and control external devices
About This Book
Cover the most widely used methods in the Internet of Things using Arduino and iOS integration through Wi-Fi Shield and the BLE Breakout board
Design five real-world projects including of electronics, Arduino code, and an iOS application that seamlessly work together
A detailed guide that covers various sensors and actuators through which Arduino interacts with the world including a light sensor, hall effect sensor, accelerometer, servo motor, DC motor, and TRIAC for power line loads
Who This Book Is For
This book is a technical guide for Arduino and iOS developers who have a basic knowledge of the two platforms but want to learn how to integrate them. The book includes a lot of external references to additional documentation and learning materials, so even if you are less experienced, you can improve your knowledge on the subjects covered.
What You Will Learn
Design circuits with Arduino using sensors and actuators
Write code to handle analog and digital sensors with the most used protocols including OneWire, I2C, and SPI)
Store data on SD Card and in EEPROM
Build iOS applications using the MCV pattern and the UIKit components
Allow your applications to control Arduino and its hooked-up devices
Manage TCP/IP, UDP, and Bluetooth BLE communication between Arduino and iOS devices
Make your iOS application take advantage of the sensors available in the iOS devices including accelerometer, gyroscope, and compass
Develop iOS applications that use iBeacons
In Detail
Arduino and iOS devices have reached wide popularity due to their simple way of use and flexibility. Hence, their integration opens up new opportunities, allowing everyone to build devices that are extremely useful in everyday life.
You will first learn how to control Arduino from an iPhone or iPad by writing the Arduino sketch, the iOS application, and integrating everything together via Wi-Fi or Bluetooth BLE. You will then learn about various components that interact with the Arduino such as digital and analog I/O, Wi-Fi shield, Bluetooth BLE, SD card, OneWire, I2C, and so on. You will also learn about iOS, which includes the development of an application from scratch, GUI design and MVC, UIKit, iOS sensors, TCP and Bluetooth BLE communication, and more.
All the projects are described in detail, providing you with a learning tool, not just some sketches or some iOS code to copy.
Style and approach
This is a project-based book with a step-by-step guide that covers everything that you need to build an Arduino-iOS project, right from defining the basic requirements to the coding and testing the entire project. Each chapter ends with ideas on how to improve the project and to constantly learn the topics covered.