Skip to content
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

Open
alberto148 opened this issue Oct 10, 2016 · 4 comments
Open

portability #1

alberto148 opened this issue Oct 10, 2016 · 4 comments

Comments

@alberto148
Copy link

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 :)

@Ws2812B
Copy link

Ws2812B commented Aug 27, 2017

For me it works also on an Node Mcu ESP-12E.

@bitluni
Copy link
Owner

bitluni commented Aug 28, 2017

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.
will do it differently in the next project

@GordoYYC
Copy link

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).

@Yolominaty
Copy link

Filter cap on the 3v3? What does that mean? 😅
I would like to do it as well since I have the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants