From 57fce1f159fc327a99bcc6f84f3e264fc9897060 Mon Sep 17 00:00:00 2001 From: Sam Neurohack Date: Wed, 6 Jan 2021 03:49:47 +0100 Subject: [PATCH] More basic hardware doc --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 58ecbbe..ae57be6 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,15 @@ By Sam Neurohack ESP operations in micropython, we use : ESP 8266 from https://www.wemos.cc/en/latest/d1/d1_mini_lite.html + Micropython firmware (select v1.13 with the right RAM amount): https://micropython.org/download/esp8266/ + Flash firmware, upload python files, run files,... thonny IDE : https://thonny.org/ + Great tutorials : https://randomnerdtutorials.com/getting-started-thonny-micropython-python-ide-esp32-esp8266/ + +Connect the led strip to D5 (GPIO 14) + + More soon... \ No newline at end of file