Basic hardware doc

This commit is contained in:
Sam Neurohack 2021-01-06 03:48:09 +01:00
parent a5d76ba126
commit 6517674702
3 changed files with 16 additions and 2 deletions

View File

@ -1,4 +1,13 @@
midiOSCesp
v0.1
More soon.
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/
More soon...

View File

@ -1,3 +1,6 @@
'''
test your strip. Change lednumber value
'''
import time
import machine, neopixel
lednumber = 8

View File

@ -1,6 +1,8 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
'''
Led data pin : D5 (GPIO14)
'''
import sys, time
import socket