freudenthal / ADS1263

Arduino driver for ADS1263
7 stars 3 forks source link

Not able to run in ardinuo nano #2

Open bibhu223 opened 3 months ago

bibhu223 commented 3 months ago

i have ads1263 from waveshare https://www.waveshare.com/wiki/High-Precision_AD_HAT, But when i start running the exaple code , nothing is showing in serial monitor

freudenthal commented 3 months ago

There could be a huge range of reasons why; electrical, pin assignments, code, etc. I'm going to need a much more specific description of the problem to be of any help. In general, you can call SetVerbose(true) before Begin to enable verbose mode and print out the register calls over serial to aid in trouble shooting.