Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Internet of Things Projects with ESP32, Kurniawan Agus


Варианты приобретения
Цена: 7355.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-23
Ориентировочная дата поставки: конец Сентября - начало Октября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Kurniawan Agus
Название:  Internet of Things Projects with ESP32
ISBN: 9781789956870
Издательство: Packt Publishing
Классификация:


ISBN-10: 1789956870
Обложка/Формат: Paperback
Страницы: 252
Вес: 0.48 кг.
Дата издания: 30.03.2019
Язык: English
Размер: 23.50 x 19.10 x 1.35 cm
Читательская аудитория: General (us: trade)
Подзаголовок: Build exciting and powerful iot projects using the all-new espressif esp32
Рейтинг:
Поставляется из: США
Описание: ESP32 is a low-cost MCU with integrated WiFi and BLE that is capable of empowering IoT. It also helps in exchanging information among various connected devices. This book will help you build your own IoT weather station, IoT Monitoring system and a game project using ESP32 and LCD. By the end of this book, you will be well-versed with creating ...


Iot Projects with Arduino Nano 33 Ble Sense: Step-By-Step Projects for Beginners

Автор: Kurniawan Agus
Название: Iot Projects with Arduino Nano 33 Ble Sense: Step-By-Step Projects for Beginners
ISBN: 1484264576 ISBN-13(EAN): 9781484264577
Издательство: Springer
Цена: 7685.00 р.
Наличие на складе: Поставка под заказ.

Описание: Chapter 1: Setting up Development EnvironmentChapter goal: to introduce Arduino Nano 33 BLE Sense and set up development environment1.1 Introduction1.2 Review Arduino Nano 33 BLE Sense Board1.3 Set up Development Environment1.4 Hello Arduino: Blinking Program
Chapter 2: Arduino Nano 33 BLE Sense Board DevelopmentChapter goal: to access Arduino Nano 33 BLE Sense I/O and communication protocol2.1 Introduction2.2 Basic Sketch Programming2.3 Digital I/O2.4 Analog I/O2.5 Serial Communication2.6 PWM2.7 SPI2.8 I2C
Chapter 3: Sensor ProgrammingChapter goal: to access built-in sensors on Arduino Nano 33 BLE Sense3.1 Introduction3.2 Working with Digital Microphone3.3 Working with Gesture Sensor3.4 Working with Barometer3.5 Working with Temperature and Relative Humidity
Chapter 4: Bluetooth Low Energy (BLE)Chapter goal: to work with Bluetooth Low Energy (BLE) on Arduino Nano 33 BLE Sense board4.1 Introduction4.2 Setting up Bluetooth Low Energy (BLE)4.3 Demo: Controlling LED with BLE
Chapter 5: Embedded Artificial Intelligence Chapter goal: to build Embedded Artificial Intelligence on Arduino Nano 33 BLE Sense board5.1 Introduction5.2 Setting up TensorFlow Lite5.3 Demo: Embedded Artificial Intelligence

Learn CloudFormation

Автор: Kurniawan Agus
Название: Learn CloudFormation
ISBN: 1789134323 ISBN-13(EAN): 9781789134322
Издательство: Неизвестно
Рейтинг:
Цена: 5516.00 р.
Наличие на складе: Нет в наличии.

Описание: AWS CloudFormation is the best way to write, deploy and maintain your AWS infrastructure. It helps you create efficient solution architectures, all in one file. It supports most of the AWS Services, and is the safest way to make your AWS infrastructure evolve over time. With this book you will be able to use AWS CloudFormation effectively.

Kitchen Curse: Stories

Автор: Kurniawan Eka
Название: Kitchen Curse: Stories
ISBN: 1786637154 ISBN-13(EAN): 9781786637154
Издательство: Неизвестно
Рейтинг:
Цена: 1543.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The acclaimed, Man Booker International nominated novelist`s first book of short stories

Practical Contiki-NG

Автор: Kurniawan
Название: Practical Contiki-NG
ISBN: 1484234073 ISBN-13(EAN): 9781484234075
Издательство: Springer
Рейтинг:
Цена: 6986.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Chapter 1 title: Introduction to Wireless Sensor NetworkChapter Goal: to introduce to Wireless Sensor Network (WSN) and to prepare development environment - 1.1 Introduction to Wireless Sensor Network (WSN)- 1.2 Introduction to Contiki-NG- 1.3 Review WSN Hardware for Contiki-NG- 1.4 Set up Development Environment for Contiki-NG- 1.5 Contiki-NG Simulator- 1.6 Contiki-NG and Raspberry Pi- 1.7 Hello World Application for Contiki-NG
Chapter 2 title: Basic Contiki-NG ProgrammingChapter Goal: to introduce how to write programs for Contiki-NG platform- 2.1 Contiki-NG Programming Model- 2.2 Contiki-NG Coding Conventions- 2.3 Programming Syntax for Contiki-NG- 2.4 Demo: Building Contiki-NG Application
Chapter 3 title: Concurrency Chapter Goal: build concurrency program-based Contiki-NG to perform many tasks- 3.1 Introduction to Concurrency- 3.2 Concurrency Approach in Contiki-NG- 3.3 Processes- 3.4 Timers- 3.5 Threading- 3.6 Task Scheduling
Chapter 4 title: Contiki-NG and Computer Communication Chapter Goal: To establish a communication between Contiki-NG motes and computer and to exchange data among their entities- 4.1 Communication Models for Contiki-NG- 4.2 Serial Communication- 4.3 IP-Based Communication- 4.4 Demo: Build a Communication Between Contiki-NG Mote and Computero 4.4.1 Architectureo 4.4.2 Implementationo 4.4.3 Testing- 4.5 Build Your Own Simple Middleware for Contiki-NGo 4.5.1 What is a Middleware?o 4.5.2 Middleware Architecture for Contiki-NGo 4.5.3 Implementationo 5.5.4 Testing

Chapter 5 title: Sensing and Actuating Chapter Goal: to build Contiki-NG program to perform sensing and actuating- 5.1 What is Sensing and Actuating- 5.2 Review Sensor and Actuator Devices- 5.3 Contiki-NG Sensing Projecto 5.3.1 Reading data from Sensor Deviceso 5.3.2 Wiringo 5.3.3 Develop Contiki-NG Applicationo 5.3.4 Testing- 5.4 Contiki-NG Actuating Projecto 5.4.1 LED Controller Deviceo 5.4.2 Wiringo 5.4.3 Develop Contiki-NG Applicationo 5.4.4 Testing
Chapter 6 title: NetworkingChapter Goal: to develop Contiki-NG program with utilizing Network stacks- 6.1 Networking in Contiki-NG- 6.2 IP-Based Networking- 6.3 Single-hop Networking- 6.4 Multi-hop Networking- 6.5 6LoWPAN Network- 6.6 Build Your Own RESTful Server for Contiki-NGo 6.4.1 Preparationo 6.4.2 Wiringo 6.4.3 Implementationo 6.4.4 Testing
Chapter 7 title: StorageChapter Goal: to work with local and remote storage in Contiki-NG- 7.1 Storage Models in Contiki-NG- 7.2 Working with Local Storage- 7.3 Working with Remote Storage- 7.4 Demo: Saving Sensing Data Into MySQLo 7.4.1 Preparationo 7.4.2 Wiringo 7.4.3 Develop Contiki-NG Applicationo 7.4.4 Testing
Chapter 8 title: Contiki-NG and Cloud ServerChapter Goal: to connect Contiki-NG to cloud servers.- 8.1 Introduction to Cloud Servers- 8.2 Review Cloud Server Platforms- 8.3 Connecting Contiki-NG Motes to Cloud Servers- 8.4 Build Your Own IoT using Contiki-NGo 8.4.1 Preparation

Java for Android

Автор: Kurniawan Budi
Название: Java for Android
ISBN: 0992133033 ISBN-13(EAN): 9780992133030
Издательство: Неизвестно
Цена: 5171.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book is for you if you want to learn Java and specialize in Android application development. To save you time and effort, this book covers the most important Java programming concepts that are directly related to Android programming. All in an easy to follow tutorial. It is a guide to building real-world mobile applications in Java. Here are some of the topics in this book: - Java language syntax - Object-oriented programming - The Collections Framework - Working with numbers and dates - Error handling - Input output - Generics - Annotations - Internationalization - Networking - Multithreading - Android activities - UI components - Layouts - Event handling - Fragments - Taking still pictures - Making videos - Animation - Working with files - Database access - Styles and themes


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия