Hey guys it is me again, I have run into another problem. When I want to just read the pressure value (float pascals = baro.getPressure(); ) I...
I found the error I made. I forgot to include: if (! baro.begin()) { Serial.println("Couldnt find sensor"); return; } now everything...
Yes you are right, I got confused on the Serial part. I am currently sending commands from the A9 to the M4 (eg. turn on/off Pin 13) and now I...
Hey guys, I want to use the Barometer Brick to get the temperature over the M4. I already used the Device Tree...
Separate names with a comma.