دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش: نویسندگان: Allan. Alasdair, Coleman. Don, Mistry. Sandeep سری: ISBN (شابک) : 9781457187094, 9781680451948 ناشر: Maker Media, Inc سال نشر: 2016;2015 تعداد صفحات: 0 زبان: English فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) حجم فایل: 75 مگابایت
کلمات کلیدی مربوط به کتاب ساخت: بلوتوث: پروژه های بلوتوث LE با آردوینو ، رزبری پای و تلفن های هوشمند: آردوینو (کنترلکننده قابل برنامهریزی)، فناوری بلوتوث، رایانهها / سواد رایانه، رایانهها / علوم رایانه، رایانهها / پردازش دادهها، رایانهها / سختافزار / عمومی، رایانهها / فناوری اطلاعات، رایانهها / نظریه ماشین، رایانهها / شبکهها / پروتکلهای شبکه، رایانهها / مرجع Raspberry Pi (رایانه)، گوشی های هوشمند، فن آوری و مهندسی / موبایل و ارتباطات بی سیم
در صورت تبدیل فایل کتاب Make: Bluetooth: Bluetooth LE projects with Arduino, Raspberry Pi, and Smartphones به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب ساخت: بلوتوث: پروژه های بلوتوث LE با آردوینو ، رزبری پای و تلفن های هوشمند نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
کپی رایت؛ فهرست مطالب؛ پیشگفتار؛ چه چیزی بلوتوث LE را منحصر به فرد می کند؟ اما من اتصالات سریال را دوست دارم! ساخت یک سرویس سفارشی؛ چه کسی باید این کتاب را بخواند؟؛ آنچه از قبل باید بدانید؛ آنچه خواهید آموخت؛ آنچه در این کتاب است. قراردادهای استفاده شده در این کتاب؛ با استفاده از نمونه کد؛ Safari® Books Online; نحوه تماس با ما؛ قدردانی توسط Alasdair Allan; قدردانی های دان کلمن؛ قدردانی توسط Sandeep Mistry. فصل 1 مقدمه؛ صحبت در مورد بلوتوث LE. پروتکل ها و پروفایل ها؛ فاصله؛ گات؛ خدمات و مشخصات؛ UUID ها؛ یک سرویس نمونه
Copyright; Table of Contents; Preface; What Makes Bluetooth LE Unique?; But I Like Serial Connections!; Building a Custom Service; Who Should Read This Book?; What You Should Already Know; What You Will Learn; What's In This Book; Conventions Used in This Book; Using Code Examples; Safari® Books Online; How to Contact Us; Acknowledgements by Alasdair Allan; Acknowledgements by Don Coleman; Acknowledgements by Sandeep Mistry; Chapter 1. Introduction; Talking About Bluetooth LE; Protocols and Profiles; The GAP; The GATT; Services and Characteristics; UUIDs; An Example Service.
Copyright
Table of Contents
Preface
What Makes Bluetooth LE Unique?
But I Like Serial Connections!
Building a Custom Service
Who Should Read This Book?
What You Should Already Know
What You Will Learn
What's In This Book
Conventions Used in This Book
Using Code Examples
Safari® Books Online
How to Contact Us
Acknowledgements by Alasdair Allan
Acknowledgements by Don Coleman
Acknowledgements by Sandeep Mistry
Chapter 1. Introduction
Talking About Bluetooth LE
Protocols and Profiles
The GAP
The GATT
Services and Characteristics
UUIDs
An Example Service. Making Sure Your Machine Has Bluetooth LEOS X
Apple iOS
Linux
Android
Microsoft Windows
What Haven't We Told You About Bluetooth LE?
Chapter 2. Getting Started
The Arduino
The Board
Powering the Board
Input and Output
Communicating with the Board
Installing the Arduino IDE
Installing on OS X
Installing on Linux
Installing on MS Windows
Connecting to the Board
Installing the BLE Peripheral Library
Setting Up Raspberry Pi
Installing BlueZ
Verifying the Bluetooth LE
Node.js
Installing Node.js
On Linux and Raspberry Pi
Installing Libraries with npm. Setting Up Dependencies for noble and blenoOS X
Raspberry Pi and Linux
Installing PhoneGap
PhoneGap Developer App
Bluetooth Low Energy Plugin
PhoneGap Versus Cordova
Platform Tools
Android
Chapter 3. Smart Light Switch
What Is a Smart Switch?
Hardware
The Breadboard
Getting Started
Resistor Color-Coding
Blinking an LED
Adding a Switch
Software Debouncing
Making a Real Light Switch
By Changing the Hardware
Changing the Software
Adding Bluetooth
Wiring Up the Adafruit Bluefruit LE Module
Modifying Our Sketch
Testing the Service
Using Real Lightbulbs
Conclusion. Chapter 4. BLE LockLock Service
Hardware
Lock Software
Programming
Setup
Loop
Unlock Characteristic Written
Open Lock
Reset Lock
Testing the Lock
iOS
Android
Mobile Application
Callbacks
BLE Lock App
CSS
HTML
JavaScript
Run the App
Improving the Lock
Chapter 5. Bleno Lock
Hardware
Lock Software
Libraries
Programming
Conclusion
Chapter 6. Weather Station
Hardware
Libraries
Programming
Compile and Upload
Serial Monitor
Using the Service
Using LightBlue on iOS
Using nRF Master Control Panel on Android
PhoneGap
Create the Project
HTML
JavaScript
Run the App. What's Next?Chapter 7. NeoPixel Lamp
Hardware
NeoPixels
Building the Hardware
Software
LED Service
Programming the Arduino
Generic Bluetooth Client
Building a Phone App
Create the Project
HTML
CSS
JavaScript
Run the App
Enhancements
Physical Switch and Dimmer
Lamp
Chapter 8. SensorTag Remote
Hardware
Create the Project
SensorTag and Noble
SensorTag Remote
A Simpler Version
Next Steps
Arduino Simple Key Service
Chapter 9. HID over GATT
HOGP and BLEPeripheral
Volume Knob
Hardware
Arduino Library Setup
Testing the Rotary Encoder
Implementing the Volume Knob.