Difference between revisions of "MIDI Projects WiFi"

From LVL1
Jump to navigation Jump to search
(Created page with "= WIFI Upgrade for MIDI Controller = == Parts List == * ESP8266 Module * Logic Level Voltage Shifter * EEPROM Module * 10K Resistor (2) * Transistor == Circuit == == Softwa...")
 
Line 10: Line 10:
 
== Circuit ==
 
== Circuit ==
  
 +
== Signals ==
 +
SCL - I2C
 +
SDA - I2C
 +
NULL
 +
NULL
 +
NULL
 +
NULL
 +
 +
 +
GND - Power
 +
5V - Power
 
== Software ==
 
== Software ==
 +
Wifi SPI Device
 +
[https://github.com/JiriBilek/WiFiSpiESP Jiri Bilek Github WiFiSpiESP]

Revision as of 17:39, 3 June 2021

WIFI Upgrade for MIDI Controller

Parts List

  • ESP8266 Module
  • Logic Level Voltage Shifter
  • EEPROM Module
  • 10K Resistor (2)
  • Transistor

Circuit

Signals

SCL - I2C SDA - I2C NULL NULL NULL NULL


GND - Power 5V - Power

Software

Wifi SPI Device Jiri Bilek Github WiFiSpiESP