Introducing My MicroPython Tutorial

Posted by
on under

I'm happy to announce a new multi-part tutorial that I will soon begin publishing on this blog and several other platforms. The tutorial is titled MicroPython and the Internet of Things and is a beginner tutorial that will introduce you to the exciting world of microcontrollers and small-form Internet enabled devices.

On the hardware side, the tutorial is centered around the ESP8266 chip, an inexpensive, yet unbelievably powerful microcontroller. As far as software, I'm going to show you how to program this little device with MicroPython, a lightweight version of the Python language that is designed to run on devices with limited resources.

I have planned to write this tutorial in six parts, over which I'm going to cover a wide range of topics including:

  • Writing MicroPython applications
  • Introduction to the ESP8266 microcontroller
  • Turning on-board lights on and off
  • Reacting to button presses
  • Building "plug and play" circuits without soldering
  • Reading data from sensors
  • Sending HTTP requests from the microcontroller to the cloud
  • Displaying text and images on a screen

If you want to have an idea of what you will learn on this tutorial, take a look at the following circuit, which is featured in the last chapter of the tutorial:

SSD1306

When you press the red button, this device comes to life, reads the current temperature and humidity from a sensor (you can see the sensor in the above picture, it's the white device near the top) and then displays the results on the screen using a custom font and some images and lines to make it look more polished:

Icons

While this circuit may look complex, This tutorial starts from very simple examples and builds up from there. I explain every single connection, and every single line of MicroPython code to make sure that your understanding is complete.

I plan to release this tutorial in several formats, similar to what I did with my Flask Mega-Tutorial:

  • Blog series: The written tutorial will be published here in this blog and will be freely available. The first part of the tutorial will be published in a few days, and then I'll drop a new chapter every month.
  • Book: A compilation of all the written articles will be released in ebook and print formats on Amazon.
  • Video + Book: A 6+ hour recorded version of this tutorial by myself along with an ebook compilation of the written articles will be available on my Courses site
  • Video only: the video version of the tutorial will be available on Udemy for those of you who prefer this platform.

If you are able, purchasing the ebook or video editions of this tutorial will not only give you a better learning experience, but will also help me dedicate more time to producing blog content. The complete tutorial will be published on all the platforms within the next few days.

I hope you find this an interesting and original topic to learn!

Become a Patron!

Hello, and thank you for visiting my blog! If you enjoyed this article, please consider supporting my work on this blog on Patreon!

2 comments
  • #1 Enrique Garcia Lopez said

    Hello Miguel
    I am taking the course
    Running into some things that dont work for me. Any way to ask you questions?
    Thanks

  • #2 Miguel Grinberg said

    @Enrique: Absolutely. You can ask here, in a comment on my blog, on StackOverflow, on GitHub, on Twitter, etc. Whatever is more convenient for you.

Leave a Comment