MicroPython for ESP32 Development Workshop

MicroPython for ESP32 Development Workshop PDF

Author: Agus Kurniawan

Publisher: PE Press

Published:

Total Pages:

ISBN-13:

DOWNLOAD EBOOK →

ESP32 chip is famous chip to develop IoT application. This book explores how to work with ESP32 board using MicroPython. The following is highlight topics: * Preparing Development Environment * Setting Up MicroPython * GPIO Programming * PWM and Analog Input * Working with I2C * Working with UART * Working with SPI * Working with DHT Module * Working with WiFi

CircuitPython Development Workshop

CircuitPython Development Workshop PDF

Author: Agus Kurniawan

Publisher: PE Press

Published:

Total Pages:

ISBN-13:

DOWNLOAD EBOOK →

CircuitPython is a development framework for embedded system based MicroPython. This book helps you to get started with CircuitPython development. This book uses Adafruit ItsyBitsy M0 Express board for development testing board. The following is a list of highlight topics in this book: * Preparing Development Environment * Setting Up CircuitPython * GPIO Programming * PWM and Analog Input * Working with I2C * Working with UART * Working with SPI * Working with DHT Module

MicroPython for STM32 Nucleo Technical Workshop

MicroPython for STM32 Nucleo Technical Workshop PDF

Author: Agus Kurniawan

Publisher: PE Press

Published:

Total Pages:

ISBN-13:

DOWNLOAD EBOOK →

This book explores about MicroPython development with STM32 Nucleo boards.Some basic development are be provided with step-by-step. The following is a list of topics in this book: * Preparing Development Environment * Setting Up MicroPython for STM32 Nucleo * GPIO Programming * PWM and Analog Input * Working with I2C * Working with UART * Working with SPI * Working with DHT Module

NodeMCU for ESP32 Development Workshop

NodeMCU for ESP32 Development Workshop PDF

Author: Agus Kurniawan

Publisher: PE Press

Published:

Total Pages:

ISBN-13:

DOWNLOAD EBOOK →

This book explores NodeMCU development on ESP32 board. This book consists of simple project scenario to accelerate your learning. The following is a list of highlight topics in this book: * Preparing Development Environment * Setting Up NodeMCU for ESP32 * Lua Programming Language * GPIO Programming * PWM and Analog Input * Working with I2C * Working with SPI * Connecting to a Network

MicroPython for ESP8266 Development Workshop

MicroPython for ESP8266 Development Workshop PDF

Author: Agus Kurniawan

Publisher: PE Press

Published:

Total Pages:

ISBN-13:

DOWNLOAD EBOOK →

This book explores how to work with MicroPython development for ESP8266 modules and boards such as NodeMCU, SparkFun ESP8266 Thing and Adafruit Feather HUZZAH with ESP8266 WiFi. The following is highlight topics in this book * Preparing Development Environment * Setting Up MicroPython * GPIO Programming * PWM and Analog Input * Working with I2C * Working with UART * Working with SPI * Working with DHT Module

Arduino Sketch for ESP32 Development Workshop

Arduino Sketch for ESP32 Development Workshop PDF

Author: Agus Kurniawan

Publisher: PE Press

Published:

Total Pages:

ISBN-13:

DOWNLOAD EBOOK →

This book is designed to help readers to get started with Arduino development with Sketch program on ESP32 boards. You will learn the following topics in this book: * Preparing Development Environment * Sketch Programming * Working with UART- Serial Communication * Working with Analog Input and PWM * Working with SPI * Working with I2C * ESP32 WiFi Networking and IoT Application * Working with EEPROM

Kick-Start to MicroPython using ESP32 / ESP8266

Kick-Start to MicroPython using ESP32 / ESP8266 PDF

Author: Harish Kondoor

Publisher: Harish Kondoor

Published: 2021-08-07

Total Pages: 54

ISBN-13:

DOWNLOAD EBOOK →

MicroPython is the recreated version of Python 3 that runs in the memory-restricted microcontrollers with a minimum of 256KB of ROM and 16KB of RAM. MicroPython supports chips like ESP32, ESP8266, STM32, nRF52, W600, etc. MicroPython follows Python 3 syntax which makes it easy to programme for microcontrollers. The hardware APIs are capable of handling GPIO pins in microcontrollers. In this course, we discuss the ESP32 dev module as the main controller which has a high level of flexibility in connecting with sensors, on-chip capabilities with onboard WiFi. The ebook includes links to YouTube videos ( only important videos) and a code bundle(link to google drive).

Programming with MicroPython

Programming with MicroPython PDF

Author: Nicholas H. Tollervey

Publisher: "O'Reilly Media, Inc."

Published: 2017-09-25

Total Pages: 210

ISBN-13: 1491972718

DOWNLOAD EBOOK →

It’s an exciting time to get involved with MicroPython, the re-implementation of Python 3 for microcontrollers and embedded systems. This practical guide delivers the knowledge you need to roll up your sleeves and create exceptional embedded projects with this lean and efficient programming language. If you’re familiar with Python as a programmer, educator, or maker, you’re ready to learn—and have fun along the way. Author Nicholas Tollervey takes you on a journey from first steps to advanced projects. You’ll explore the types of devices that run MicroPython, and examine how the language uses and interacts with hardware to process input, connect to the outside world, communicate wirelessly, make sounds and music, and drive robotics projects. Work with MicroPython on four typical devices: PyBoard, the micro:bit, Adafruit’s Circuit Playground Express, and ESP8266/ESP32 boards Explore a framework that helps you generate, evaluate, and evolve embedded projects that solve real problems Dive into practical MicroPython examples: visual feedback, input and sensing, GPIO, networking, sound and music, and robotics Learn how idiomatic MicroPython helps you express a lot with the minimum of resources Take the next step by getting involved with the Python community

Building Wireless Sensor Networks with ESP32 LoRa

Building Wireless Sensor Networks with ESP32 LoRa PDF

Author: Agus Kurniawan

Publisher: PE Press

Published:

Total Pages: 60

ISBN-13:

DOWNLOAD EBOOK →

This is a practical book how to implement a simple Wireless Sensor Networks (WSN) with ESP32 over LoRa network. The following is a list of highlight topics in this book. * Preparing Development Environment * Set up ESP32 LoRa * Sending and Receiving Data over ESP32 LoRa * Handling LoRa Receiver Interrupt * Broadcast Messages over LoRa Network * Building WSN Application Based ESP32 LoRa

MicroPython for the Internet of Things

MicroPython for the Internet of Things PDF

Author: Charles Bell

Publisher: Apress

Published: 2017-11-24

Total Pages: 454

ISBN-13: 1484231236

DOWNLOAD EBOOK →

Quickly learn to program for microcontrollers and IoT devices without a lot of study and expense. MicroPython and controllers that support it eliminate the need for programming in a C-like language, making the creation of IoT applications and devices easier and more accessible than ever. MicroPython for the Internet of Things is ideal for readers new to electronics and the world of IoT. Specific examples are provided covering a range of supported devices, sensors, and MicroPython boards such as Pycom’s WiPy modules and MicroPython’s pyboard. Never has programming for microcontrollers been easier. The book takes a practical and hands-on approach without a lot of detours into the depths of theory. The book: Shows a faster and easier way to program microcontrollers and IoT devices Teaches MicroPython, a variant of one of the most widely used scripting languages Is friendly and accessible to those new to electronics, with fun example projects What You'll Learn Program in MicroPython Understand sensors and basic electronics Develop your own IoT projects Build applications for popular boards such as WiPy and pyboard Load MicroPython on the ESP8266 and similar boards Interface with hardware breakout boards Connect hardware to software through MicroPython Explore the easy-to-use Adafruit IO connecting your microcontroller to the cloud Who This Book Is For Anyone interested in building IoT solutions without the heavy burden of programming in C++ or C. The book also appeals to those wanting an easier way to work with hardware than is provided by the Arduino and the Raspberry Pi platforms.