Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
ESP8266 Internet of Things Cookbook

You're reading from  ESP8266 Internet of Things Cookbook

Product type Book
Published in Apr 2017
Publisher Packt
ISBN-13 9781787288102
Pages 268 pages
Edition 1st Edition
Languages
Concepts
Author (1):
Marco Schwartz Marco Schwartz
Profile icon Marco Schwartz

Table of Contents (15) Chapters

ESP8266 Internet of Things Cookbook
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
1. Configuring the ESP8266 2. Your First ESP8266 Projects 3. More ESP8266 Functions 4. Using MicroPython on the ESP8266 5. Cloud Data Monitoring 6. Interacting with Web Services 7. Machine to Machine Interactions Index

Introduction


In this chapter, we will learn how to configure and control an ESP8266 board using MicroPython. MicroPython is one of the many programming languages that we can use to program the ESP8266 module. It is a lean and fast version of the Python 3 programming language and has several advantages over traditional programming languages such as C and C++.

The first advantage is that Python is a very well-known programming language. Therefore, there are numerous resources and libraries available online. This comes in handy when working on your open source projects.

Writing and debugging code using MicroPython is faster than when using other programming languages. In fact, it is about five times faster than C++. It is also easier to program using MicroPython because it is expressive and versatile, which makes it great for beginners.

MicroPython is great for low power applications, as the chip consumes less power when booting with MicroPython. This makes devices very energy efficient and ideal...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}