-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
portability #1
Comments
For me it works also on an Node Mcu ESP-12E. |
you could compile as wemos even though it's another esp8266 based mirco. and/or you can add missing defines for the io pins by yourself to adapt. |
I just got it working on a little generic ESP-01, compiled fine as a generic ESP-01. (I had to rename/renumber some pin assignments in PinStates.h and the ino) (change D0..D7 to 0,1,2,3) (and change the names too if you want from "D0" to "IO0"). The ESP was often not responding after a couple commands, but adding some more filter cap on the 3v3 fixed that and it now works fine. (Was also getting some odd 'stray \302 error' in the code or something - I fixed that with opening all the .h/.ino on github as a 'raw' then cutting/pasting them into the Arduino IDE panes not just saving the linked file. - There are some hidden unicode characters or something along those lines you need to get rid of). |
Filter cap on the 3v3? What does that mean? 😅 |
portability to different esp boards? only works on the wemos, dependency on wemos pinouts/library
will not compile to sparkfun thing for eg. or esp13.
please open this up :)
The text was updated successfully, but these errors were encountered: