I have connected a hall sensor to my arduino using SPI with SS, MOSI-MISO and SCK and 5V, GND.
I just wanna see the data my sensor is outputting in the serial monitor in IDE.
How can this be done as simple as possible?
I have read some examples, but havent found one to do this.
Its a magnetic hall sensor, so i just wanna have the magnet near by and see the values change live in the serialprint window in Arduino IDE
Would this be possible?