Carter Nelson

Results 295 comments of Carter Nelson

> using new Arduino Nano ESP32 board, there were errors. What were the errors?

Thanks for the compilation output. Was able to recreate this locally. The issue is with the ESP32 Board Support Package. There's an open issue about this here: https://github.com/espressif/arduino-esp32/issues/9150 I tried...

Is this issue happening with MCP23008/17 I2C and/or MCP23S08/17 SPI variants?

OK, thanks. "open drain" was mentioned, so was wondering if something like the MCP23018 variant was being used. Is there a simple sketch that can be used to demonstrate the...

Thanks. That looks nice and simple enough. What's the hardware setup to go with this? Just attach LEDs to each pin?

Wired up LEDs w/ 220ohm resistors directly to a MCP23107 and the scanner sketch is running as expected. Only one LED is on a time. Does the issue some how...

How can the issue be reproduced locally for testing without a NOVA board?

Thanks for the offer, but that hopefully shouldn't be required. The MCP's are very simple. If there's an issue setting IO with this library, it should be reproducible with some...