Thomas McMillan

Results 21 comments of Thomas McMillan

> What's the speed of your SPI bus? I remember having some issues if the speed was over 500k. I'm currently running w/ 200k\ I was running at 10MHz. I...

Sorry for the delay. Was feeling rather unwell this weekend. Working on it now.

> If you have access to a scope, can you check the activity on MISO? ![image](https://github.com/nerdyscout/Arduino_MCP3x6x_Library/assets/47678961/9bd39d05-3f1b-4f31-ba86-e3220e84868d) ![image](https://github.com/nerdyscout/Arduino_MCP3x6x_Library/assets/47678961/07f4d546-f16f-4675-8941-c56174a22b9c) I have this tool that can view SPI. Does this help? Please ignore...

![image](https://github.com/nerdyscout/Arduino_MCP3x6x_Library/assets/47678961/a40b8e75-beb8-4ac2-9da2-ac087e920a26) Here's the change and here is the output: ![image](https://github.com/nerdyscout/Arduino_MCP3x6x_Library/assets/47678961/2b56de20-88a9-4a07-ab5a-62d105d7a6ca) only one appears to be running.

![image](https://github.com/nerdyscout/Arduino_MCP3x6x_Library/assets/47678961/b7b6777c-de1d-482f-8f5c-8a87936dc1e4) No change to the output.

still no change to the output: ![image](https://github.com/nerdyscout/Arduino_MCP3x6x_Library/assets/47678961/2f409668-20b9-46d9-86ce-95cfdc518100) Trying to read MCP_TEMP.

Hey, I am trying to get this library to work with an ESP32-S3-mini, which should be the same as just the S3. It keeps freezing when the analogRead(MCP_CH0) is called....

I am running main currently. I have made the changes to the struct as well as added the arguments to the begin statement on line 96 of the cpp file....

> > I am running main currently. I have made the changes to the struct as well as added the arguments to the begin statement on line 96 of the...