You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
When interfacing Raspberry Pico to ESP-01 via UART, received
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.
Adafruit_CircuitPython_ESP_ATcontrol/adafruit_espatcontrol/adafruit_espatcontrol.py
Line 126 in 96ae96d
The text was updated successfully, but these errors were encountered: