-
Notifications
You must be signed in to change notification settings - Fork 115
Pinout compatability? #58
Copy link
Copy link
Open
Description
Hey, I am using the adapter from here https://sites.google.com/site/mincepi/pi2wifi, which connects the ESP to the RPi0 like so:

I.e.:

Though I use a ESP-12E instead of an F. With this pinout:

The CH_PD/RST pin maps to GPIO19. Setting it like so:
$ cat /etc/modprobe.d/esp.conf
options esp8089 esp_reset_gpio=19sadly 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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels