#I have several adafruit esp32s3 reverse
1 messages · Page 1 of 1 (latest)
This appears to happen even with the factory firmware
it boots fine with no SPI connected. Plug in SPI sensor, and it fails. It doesn't print out long enough to attache to serial console to see why it's angry
well, for one thing, the stemma QT port is for I2C devices, not SPI
what sensor board do you have, is it from adafruit?
oh, jeez. you're of course correct. I meant i2c
the display is spi, is maybe what I was thinking
what is the sensor you are plugging in?
SHT41
but it doesn't seem to matter. I can plug in ADXL343 and it does the same thing
I'm thinking it is something to do with low/high pulls of various pins and sequencing
i have accidentally gotten it into a situation where it seems to work by reflashing the board without QT plugged in with firmware, removing power. reprovisioning for esphome first time. then plugging in the QT
then importing into esphome
but if you remove power it doesn't work
there is something somwhwere along that is setting something on a pin that appears sometimes get it to work
oh, here's something that is maybe interesting.
the factory demo that CAME on the board appears to crash if I plug in the sensor to the i2c. If I erase, and reflash the factory demo to what's on the website, it works. at least for the demo
and the demo i2c bus scan picks up the address of the sensor
and if you just flash the example from here: https://learn.adafruit.com/adafruit-sht40-temperature-humidity-sensor/arduino it doesn't work ?
I don't have my own build environment at the moment other than esphome. and I can download the factory demo and reflash