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

Pinout compatability? #58

Open
milkpirate opened this issue Nov 2, 2024 · 0 comments
Open

Pinout compatability? #58

milkpirate opened this issue Nov 2, 2024 · 0 comments

Comments

@milkpirate
Copy link

Hey, I am using the adapter from here https://sites.google.com/site/mincepi/pi2wifi, which connects the ESP to the RPi0 like so:
image
I.e.:
image
Though I use a ESP-12E instead of an F. With this pinout:
image
The CH_PD/RST pin maps to GPIO19. Setting it like so:

$ cat /etc/modprobe.d/esp.conf
options esp8089 esp_reset_gpio=19

sadly does not work:

$ dmesg -w
...
[  131.592847] esp8089: loading out-of-tree module taints kernel.
[  131.595784]
               ***** EAGLE DRIVER VER:bdf5087c3deb*****

[  131.595934] ESP8089 reset via GPIO 19
[  143.202332] esp_sdio_init ------ RETRY ------
[  143.212731] ESP8089 reset via GPIO 19
[  143.435457] ESP8089 reset via GPIO 19
[  154.720972] esp_sdio_init ------ RETRY ------
[  154.721174] ESP8089 reset via GPIO 19
[  154.950941] ESP8089 reset via GPIO 19
[  166.240413] esp_sdio_init ------ RETRY ------
[  166.241805] ESP8089 reset via GPIO 19
[  166.460402] ESP8089 reset via GPIO 19
[  177.759939] esp_sdio_init ------ RETRY ------
[  177.760892] ESP8089 reset via GPIO 19
[  177.979979] eagle sdio can not power up!

Is the driver from here even compatible with the pinout from above? Can you help me troubleshoot?

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

1 participant