ESP32-A1S AI-Thinker Audio kit v2.2 with ES8388 DAC Micropython 1.23 Firmware Build ESP32-A1S AI-Thinker Audio kit v2.2 Micropython integration Successfully tested on Ai-Thinker Audio kit v2.2 A436 board with DAC ES8388 (DAC config: bck=27,ws=25,do=26,sda=33,scl=32,i2c=16) Check bo...
String readDSTemperatureC() { // Call sensors.requestTemperatures() to issue a global temperature and Requests to all devices on the bus sensors.requestTemperatures(); float tempC = sensors.getTempCByIndex(0); if(tempC == -127.00) { Serial.println("Failed to read from DS18B20 sensor");...