espressif / esp-aws-expresslink-eval

Espressif AWS IoT ExpressLink Evaluation and Firmware Repository
Apache License 2.0
17 stars 17 forks source link

Pin connection tables in instructions incorrect for RPi and USB-to-TTL converter #12

Open D1g1talW00d opened 1 year ago

D1g1talW00d commented 1 year ago

The pin mapping tables in READ.ME are incorrect for Raspberry Pi (3.6.2) and USB-to-TTL converter (3.6.3).

TX should map to RX and vice versa, so Pi table should read TX->GPIO15 and RX->GPIO14. USB-to-TTL converter should read TX->RX and RX->TX.

Pin mapping is correct (reversed) for Arduino Zero.