agoransson / microbridge-arduino

Apache License 2.0
20 stars 8 forks source link

ESP8266/ESP32 #3

Open jasonb1049 opened 4 years ago

jasonb1049 commented 4 years ago

Hello,

Is it possible to have this run on either the ESP8266 or ESP32 boards?

I cannot get it to compile. lots of errors using the example code with variables not defined.

Please let me know if you can help.

Thanks, J

agoransson commented 4 years ago

I only made a slight modification to make this work for a class I held many years ago. It's not something I'm keeping up-to-date for current Arduino (or compatible) boards. Which board is it you want to modify it to match? I think those are just microcontrollers, do they even include a USB host?

I really don't have time right now, but I think if you have a look at the max3421e.cpp you can get an idea what to do. But before you do, you'll need a datasheet for the controller, without it you're blind. Perhaps there's a more up-to-date solution in the Arduino community?