Skip to content

Pinout compatability? #58

@milkpirate

Description

@milkpirate

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions