Renu Kshirsagar
Renu Kshirsagar
> Thanks @amotl , unfortunately this didn't solve it. > > I kinda made it work, but in a strange way, I really need someone to explain me what is...
I wanted to detect weight changes and trigger a action so value's accuracy was not a concern.
hi @Koryphon , The pins I have used are default SPI (SPI0), Ref- [arduino-pico](https://github.com/earlephilhower/arduino-pico/blob/master/variants/generic/pins_arduino.h#L18-L21) & [pico pinout](https://cdn-learn.adafruit.com/assets/assets/000/099/339/original/raspberry_pi_Pico-R3-Pinout-narrow.png?1612915004). When i disconnect any one of the SPI pins from pico , i...
Finally got it working !! Since i used default SPI pins, defining pin numbers in void setup was not required, SPI.begin handels it. Only if alternate pins are being used...