-
Notifications
You must be signed in to change notification settings - Fork 0
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
More ESP-12E Troubleshooting #8
Comments
From https://learn.sparkfun.com/tutorials/esp8266-thing-hookup-guide/using-the-arduino-addon |
Same forum bastards, but new convo: http://www.esp8266.com/viewtopic.php?f=13&t=3129&start=10 |
Not really super helpful, but interesting reading perhaps: esp8266/Arduino#1025 |
Look at chat starting at May 21 2015 19:26: https://gitter.im/esp8266/Arduino/archives/2015/05/21 and more https://gitter.im/esp8266/Arduino/archives/2015/06/05
|
Wuahh... 12E "pin translations," but... what is this pins_arduino.h, and can I use it? https://github.com/esp8266/Arduino/blob/master/variants/nodemcu/pins_arduino.h (Seems like that's used here https://github.com/adafruit/Adafruit-SSD1331-OLED-Driver-Library-for-Arduino/blob/master/Adafruit_SSD1331.cpp) |
Try using "i2c scanner" example. Maybe that will do something for me, like give an address (think I know this already) but maybe also reveal some wonky pin numbering (this doesn't seem to find pins): https://github.com/mcauser/i2cdetect |
From: esp8266/Arduino#584 |
Probably nothing special, but piling on: https://github.com/cmmakerclub/ESP_Adafruit_SSD1306 |
I could cry. Finally solved it! The reset was "fouling" my pin 4... any other pin choice and I probably would have been fine! Therefore:
|
Think I'm getting warm:
From https://www.arduinotech.cz/inpage/nodemcu-wifi-modul-s-esp8266-496/
Takeaway: Is there any conflict between OneWire.h (used for Dallas) and Wire.h?
The text was updated successfully, but these errors were encountered: