Название: Programming ESP32: Learn MicroPython Coding and Electronics
Автор: Simon Monk
Издательство: MonkMakes Press
Год: 2024
Страниц: 187
Язык: английский
Формат: pdf
Размер: 24.1 MB
This book will teach you Python programming and some basic electronics without assuming any prior knowledge of either subject. The book initially focusses on Python programming, building up a Morse Code example. The book is suitable for most ESP32 boards, but concentrates on the most popular ESP32 Lite and the ESP32 DevKit 1. In the chapters on electronics, breadboard layouts are provided for both of these boards. ESP32 is a family of processors developed by Espressif Systems (that’s where ESP comes from in the name) that, notably, includes WiFi and Bluetooth capabilities. The processor chip itself is used on many different development boards. Sometimes the processor is placed on the board directly but, at other times, a module is placed on the board. This module, that encloses the processor and a chip, is covered by a metal cap; its design complies with international standards - CE marked for the EU and FCC for the United States. Learning to program, like any skill, requires practice and simple straight-forward examples that you can work through. In this book, you will be led step-by-step through example programs, intermingled with explanations and background.