Arduino_SensorKit
Arduino_SensorKit copied to clipboard
Hi there. I am doing some testing on the Arduino sensor kit base. Specifically, I connected the "Air Pressure" sensor and the "OLED Display" to the support board, both to...
The library works fine for pin 3. The method for assigning another digital pin using a `#define DHTPIN yourPin` does not work and probably can't be made to work. It...
Hello guys, I recently bought a Sensor Kit then added an Arduino Uno Rev 3 on it. I use IDE 1.8.3 or 1.8.16 on W10 PC. I try "Combined_Demo.ino" which...
As the older DHT Sensor is discontinued, the newer boards come with a AHT20. https://learn.adafruit.com/adafruit-aht20/arduino Changing to the correct library makes the board work again. The Tutorial needs to be...