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

Feather Huzzah ESP8266 doesn't work w/ Grove adapter #1

Closed
tamberg opened this issue Feb 19, 2019 · 7 comments
Closed

Feather Huzzah ESP8266 doesn't work w/ Grove adapter #1

tamberg opened this issue Feb 19, 2019 · 7 comments

Comments

@tamberg
Copy link
Owner

tamberg commented Feb 19, 2019

The Feather Huzzah ESP8266 board seems to reset if used with Particle Grove adapter.

The board keeps rebooting after a short while (check the serial output).

I'm still investigating the issue, maybe a pin pulled to GND.

(The issue only applies to this board.)

@tamberg tamberg changed the title Feather Huzzah ESP8266 resets if used with Particle Grove adapter Feather Huzzah ESP8266 does not work with Particle Grove adapter Feb 19, 2019
@tamberg tamberg changed the title Feather Huzzah ESP8266 does not work with Particle Grove adapter Feather Huzzah ESP8266 does not work with Grove adapter Feb 19, 2019
@tamberg tamberg changed the title Feather Huzzah ESP8266 does not work with Grove adapter Feather Huzzah ESP8266 doesn't work with Grove adapter Feb 19, 2019
@tamberg tamberg changed the title Feather Huzzah ESP8266 doesn't work with Grove adapter Feather Huzzah ESP8266 doesn't work w/ Grove adapter Feb 19, 2019
@tamberg
Copy link
Owner Author

tamberg commented Feb 22, 2019

My Huzzah board keeps crashing and resetting, whats up with that?

The most common reason for crashes is power failure. Make sure you're powering the Huzzah with a good ~5V power supply, and if you're using a USB-Serial cable, that it's plugged into the mainboard of your computer or through a powered hub!

https://learn.adafruit.com/adafruit-feather-huzzah-esp8266/faq#faq-2

(Not sure, via USB-C it should get enough power.)

@tamberg
Copy link
Owner Author

tamberg commented Feb 26, 2019

@okaerin
Copy link

okaerin commented May 15, 2019

According to adafruit the CH_PD pin needs to be pulled high or else the board resets. This is violated by the particle mesh board as it connects the pin to GND. It can be solved by bending the CH_PD pin away
https://learn.adafruit.com/adafruit-feather-huzzah-esp8266/pinouts/

@tamberg
Copy link
Owner Author

tamberg commented May 15, 2019

Very nice, thanks! Then a quick fix is to (slowly) bend the CHPD pin towards the inside as shown here:
image

@tamberg tamberg closed this as completed May 15, 2019
@tamberg
Copy link
Owner Author

tamberg commented Jul 17, 2019

Here's a better fix, using a 100 kΩ resistor:
image

@tamberg
Copy link
Owner Author

tamberg commented Jul 17, 2019

And a pragmatic fix, which consumes a bit more energy, using a jumper cable:
image

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

2 participants