Skip to content

Lywel/midi2serial2esp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIDI 2 SERIAL 2 ESP

Dependancies

  • curl
  • make

Compilation

This is currently setup to compile to an esp8266 nodemcu board from Expressif system. If you plan on using this board you can skip this step.

To configure the board edit the Makefile variable BOARD_PACKAGE BOARD and BOARD_TARGET (any file from the board package). Add any required board manager url in arduino-cli.yaml.

make

Note: The build system, libraries and any dependancies are fetch automatically.

Flash board

Configuure the destination COM port in the Makefile. PORT=/dev/ttyUSB0

make upload

Note: You might want to prefix this with sudo on some systems

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published