Metro M4 Airlift - ESP_RESET error

Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
gregorycasey
 
Posts: 8
Joined: Fri Sep 07, 2018 6:39 pm

Metro M4 Airlift - ESP_RESET error

Post by gregorycasey »

Just trying to accomplish BLE Learning with the Metro M4 Airlift -- using the training .py for BLE. watching the USB port, I get this

code.py output:
Traceback (most recent call last):
File "code.py", line 12, in <module>
File "/lib/adafruit_airlift/esp32.py", line 73, in __init__
AttributeError: 'module' object has no attribute 'ESP_RESET'

Code done running.

Not sure where to go from here, I am very NEW with this board and the programming libraries around BLE.

ANY HELP would be appreciated ---

Greg
Attachments
code.py
(2 KiB) Downloaded 8 times

User avatar
mikeysklar
 
Posts: 13946
Joined: Mon Aug 01, 2016 8:10 pm

Re: Metro M4 Airlift - ESP_RESET error

Post by mikeysklar »

Greg,

Are you up to date on the Metro M4 CircuitPython release and libraries?

Please confirm that you are running CircuitPython 6.3.0 and the latest Bundle Version of CircuitPython 6.x libraries that are relevant are in your CIRCUITPY/lib folder.

https://circuitpython.org/board/metro_m4_airlift_lite/
https://circuitpython.org/libraries

This looks like a possible mismatch of libs to CircuitPython release, but could be something else.

Locked
Please be positive and constructive with your questions and comments.

Return to “Metro, Metro Express, and Grand Central Boards”