Difference between revisions of "Tutorial Basics"

From Sketching with Hardware at LMU Wiki
Jump to navigation Jump to search
(Created page with "= Getting Started with MicroPyton and ESP32/ESP8266 = In this part of the tutorial, we explain how to get started with MicroPyton and ESP32/ESP8266. This includes how to write...")
 
Line 1: Line 1:
 
= Getting Started with MicroPyton and ESP32/ESP8266 =
 
= Getting Started with MicroPyton and ESP32/ESP8266 =
 
In this part of the tutorial, we explain how to get started with MicroPyton and ESP32/ESP8266. This includes how to write the software image on the microcontroller and how to use the python shell to interactively program the ESP32/ESP8266.
 
In this part of the tutorial, we explain how to get started with MicroPyton and ESP32/ESP8266. This includes how to write the software image on the microcontroller and how to use the python shell to interactively program the ESP32/ESP8266.
 +
 +
== Setting Up Software on Your Computer ==
 +
For developing we use in our class the following software:
 +
* [[uPyCraft IDE]] which requires [[Python]] to be installed
 +
* [https://www.putty.org/ Putty] terminal program on Windows or any other terminal program

Revision as of 11:18, 12 August 2020

Getting Started with MicroPyton and ESP32/ESP8266

In this part of the tutorial, we explain how to get started with MicroPyton and ESP32/ESP8266. This includes how to write the software image on the microcontroller and how to use the python shell to interactively program the ESP32/ESP8266.

Setting Up Software on Your Computer

For developing we use in our class the following software: