Search found 2 matches

by dev009
Sat Dec 29, 2018 5:02 am
Forum: Showcase
Topic: NeoPixel using microPython
Replies: 0
Views: 4257

NeoPixel using microPython

In this video we will see how to interface ws2812 led with esp32 using micro-python and neopixel library.

Download binaries from following link,
https://micropython.org/

Download esptool from following link,
https://github.com/espressif/esptool

https://youtu.be/jLy5SSRJ_aI
by dev009
Thu Dec 27, 2018 3:40 am
Forum: Showcase
Topic: microPython on ESP32 Getting Started | WIFI Connection | Led Blinking
Replies: 0
Views: 3830

microPython on ESP32 Getting Started | WIFI Connection | Led Blinking

In this video we will see how to use micropython for esp32. micro python is optimized python implementation to run on micro-controller and in constrained environment. micropython programming doesn't required any ide to execute the program on board. just need Serial Interface and then you are good to...