Jerry
Jerry
If you have access to a scope, can you check the activity on MISO?
>  Here's the change and here is the output:  only one appears to be running. I've had issues with the while loop, in my implementation I just directly...
@nerdyscout Question on why the int32 is truncated to 25 bits in adcdata? The ADC can return either left aligned or right aligned 32 bit values. The assignment in the...
> > Question on why the int32 is truncated to 25 bits in adcdata? The ADC can return either left aligned or right aligned 32 bit values. The assignment in...
> 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...
> Any other idea's I can try? Maybe try returning `adcdata.value` directly at the end of analogRead? So `return adcdata.value;` instead of `return result.raw[(...` Otherwise I don't really have a...
I actually think you _**HAVE**_ to use #define to select pins instead of using the constructor, it doesn't look like parameters are properly passed through the constructor to the SPI...
If he's hooked up to the default pins then this isn't necessary, I'm just assuming not since he passed in parameters to the constructor. On Feb 12, 2024 at 1:07 ...
Are you measuring in single ended or differential mode? Do you have a code sample and schematic? On Jan 22, 2024 at 3:36 PM -0500, Thomas McMillan ***@***.***>, wrote: >...