
Hello MicroPythonWhile doing any programming task, it is important to be working in an environment that will your maximize productivity. This guide will take you through setting up an environment for programming an ESP8266 with MicroPython using an IDE called Thonny.
esp8266NodeMCUThonny
How to find your Device's PortKnowing how to find your device's port is essential to programming a microcontroller.
microcontroller
Basic GPIO Input and Output with a NodeMCU and MicroPythonThis guide goes over basic input and output using GPIO pins on the ESP8266 NodeMCU.
esp8266NodeMCUThonny
Timers and Interrupts with a NodeMCU and MicroPythonTimers and interrupts simplify and optimize processes by eliminating the need for an infinite loop to check the state of a pin or to execute a delay.
esp8266NodeMCUThonny
PWM and ADC with a NodeMCU and MicroPythonPWM (pulse width modulation) and ADC (analog to digital conversion/converter) are both ways in which a digital device, like the ESP8266, can handle analog values.
esp8266NodeMCUThonny
RTC and Deep Sleep with a NodeMCU and MicroPythonThis guide is an introduction to using the RTC (real time clock) and deep sleep mode with ESP8266 NodeMCU.
esp8266NodeMCUThonny
Assembling your Atlas KitThis guide goes over the assembly process of one of our Atlas kits.
AtlasNodeMCUesp8266
Wifi Clock Micropython Class ReferenceThis guide will take you through the basics of programming the Wifi Clock with micropython.
wifi-clockmicropythonesp8266
Setting-Up your Atlas DeviceThis guide goes over setting up an environment for programming an assembled Atlas device.
AtlasNodeMCUesp8266
Atlas MicroPython DocumentationAn online book documenting all of the code for the Atlas kit. This is a great reference to have open while you are coding.
atlasmicrocontrollermicropython
Introduction to Networking and ntptime with a NodeMCU and MicroPythonThis guide is an introduction to using the networking capabilities of the ESP8266. Specifically, we will go over how to connect the ESP8266 in station mode to wifi and use ntptime to set the RTC to the current time.
esp8266NodeMCUThonny
Introduction to API Calls with a NodeMCU and MicroPythonThis guide is an introduction to making API calls in Python 3 and MicroPython using the requests, urequests, and the OpenWeather API.
esp8266NodeMCUThonny
I2C Bus with a NodeMCU and MicroPythonThis guide is an intruduction to I2C communication with an ESP8266 NodeMCU and MicroPython. Two I2C peripherals are used in this guide: a MPU6050 IMU, and a 128 by 64 OLED display with a SSD1306 driver.
esp8266NodeMCUThonny
Getting Started with ESP32 and MicroPythonWhile doing any programming task, it is important to be working in an environment that will your maximize productivity. This guide will take you through setting up an environment for programming an ESP32 with MicroPython using an IDE called Thonny.
esp32micropythonmicrocontroller
GPIO Input and Output with an ESP32 NodeMCU and MicroPythonThis guide goes over basic input and output using GPIO pins on the ESP32 NodeMCU.
esp32NodeMCUThonny
Timers and Interrupts with an ESP32 NodeMCU and MicroPythonTimers and interrupts simplify and optimize processes by eliminating the need for an infinite loop to check the state of a pin or to execute a delay.
esp32NodeMCUThonny