circuitpython DIY air quality monitor problem

CircuitPython on hardware including Adafruit's boards, and CircuitPython libraries using Blinka on host computers.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
RoyBob
 
Posts: 4
Joined: Sat Jan 06, 2018 1:10 pm

circuitpython DIY air quality monitor problem

Post by RoyBob »

I am building your diy-air-quality-monitor project and am in the section called "connect to wifi". I am using BANNED 7.0.0 and the examples set 7.x (This zip was downloaded from https://learn.adafruit.com/adafruit-air ... et-connect on September 21, 2021). When trying to run the code, I get the following error:

code.py output:
ESP32 SPI webclient test
Traceback (most recent call last):
File "code.py", line 50, in <module>
File "adafruit_esp32spi/adafruit_esp32spi.py", line 335, in status
File "adafruit_esp32spi/adafruit_esp32spi.py", line 324, in _send_command_get_response
File "adafruit_esp32spi/adafruit_esp32spi.py", line 238, in _send_command
RuntimeError: ESP32 timed out on SPI select
I can't seem to get past this point. Could you please help me with this

User avatar
adafruit_support_carter
 
Posts: 29156
Joined: Tue Nov 29, 2016 2:45 pm

Re: circuitpython DIY air quality monitor problem

Post by adafruit_support_carter »

Did you download the zip using the Download Project Bundle button?
bundle.jpg
bundle.jpg (34.03 KiB) Viewed 164 times

User avatar
RoyBob
 
Posts: 4
Joined: Sat Jan 06, 2018 1:10 pm

Re: circuitpython DIY air quality monitor problem

Post by RoyBob »

Yes I did download the bundle and moved the files to the circuitpy folder. I have just repeated the procedure, and received the same error message.

User avatar
adafruit_support_carter
 
Posts: 29156
Joined: Tue Nov 29, 2016 2:45 pm

Re: circuitpython DIY air quality monitor problem

Post by adafruit_support_carter »

Is your hardware setup the same as the air quality guide? Feather M4 Express + AirLift FeatherWing? (or, if not, what?) We'll try and duplicate the error here, matching your setup.

User avatar
RoyBob
 
Posts: 4
Joined: Sat Jan 06, 2018 1:10 pm

Re: circuitpython DIY air quality monitor problem

Post by RoyBob »

Yes, my hardware setup is the same as the air quality guide with the exception of the "FeatherWing Doubler board" which was unavailable at the time. I used 2 "FeatherWing Proto boards" with the 3v and ground connected, and checked with a voltmeter.

User avatar
RoyBob
 
Posts: 4
Joined: Sat Jan 06, 2018 1:10 pm

Re: circuitpython DIY air quality monitor problem

Post by RoyBob »

I have managed to purchase a "FeatherWing Doubler board" , and I no longer receive he error when running the code. Thanks for the help.

User avatar
adafruit_support_carter
 
Posts: 29156
Joined: Tue Nov 29, 2016 2:45 pm

Re: circuitpython DIY air quality monitor problem

Post by adafruit_support_carter »

Sorry for not responding on your other post. It was probably something with your use of the proto boards on the other setup. But glad it's working now with the doubler.

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

Return to “Adafruit CircuitPython”