-
Notifications
You must be signed in to change notification settings - Fork 72
Description
Purchased Feather M4 Express to allow use of Air Lift ESP32 Coprocessor breakout board via SPI.
Previous test with original Air Lift firmware using Feather M0 Adalogger were successful using WIFINA examples.
Following detailed instructions, I updated firmware on Air Lift using SerialPassThru on new Feather M4 Express, and reflashed Air Lift with NINAW102-1.7.4 as clear instructions provided:
The above output assumed success of the update as instructed, however EXTENSIVE testing of various CircuitPython examples from Python 7 bundles all fail with similar errors (timed out waiting for SPI char) as follows:
ESP32 SPI webclient test
Traceback (most recent call last):
File "code.py", line 50, in
File "/lib/adafruit_esp32spi/adafruit_esp32spi.py", line 335, in status
File "/lib/adafruit_esp32spi/adafruit_esp32spi.py", line 325, in _send_command_get_response
File "/lib/adafruit_esp32spi/adafruit_esp32spi.py", line 292, in _wait_response_cmd
File "/lib/adafruit_esp32spi/adafruit_esp32spi.py", line 271, in _wait_spi_char
RuntimeError: Timed out waiting for SPI char
I am desperate for a kind wizard to advise my errors and lead to my hope of implementing the BLE capabilities of the Feather M4 Express with Air Lift ESP32 Coprocessor breakout board.