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

Error with Pico & ESP-01 #52

Open
mrayonnaise opened this issue Jan 8, 2022 · 1 comment
Open

Error with Pico & ESP-01 #52

mrayonnaise opened this issue Jan 8, 2022 · 1 comment

Comments

@mrayonnaise
Copy link

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.

@jerryneedell
Copy link
Contributor

I'm curious if you are still having this problem -- I have not run into it with an esp-01 on a Pico.
If it is still an issue, can you post the code you are running that generated the error.

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

2 participants