Skip to content

Error with Pico & ESP-01 #52

@mrayonnaise

Description

@mrayonnaise

When interfacing Raspberry Pico to ESP-01 via UART, received

Traceback (most recent call last):
  File "<stdin>", line 167, in <module>
  File "<stdin>", line 129, in main
  File "<stdin>", line 96, in esp_test
  File "/lib/adafruit_espatcontrol/adafruit_espatcontrol.py", line 357, in is_connected
  File "/lib/adafruit_espatcontrol/adafruit_espatcontrol.py", line 126, in begin
AttributeError: 'ESP_ATcontrol' object has no attribute 'cipmux'

If I remove the 2 lines (125 & 126) it seems to resolve the issue as a dirty fix. It appears that this particular implementation of the board refuses to use a CIPMUX of 0 just from probing with manual AT commands.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions