1、Arduino UNO主板1块 2、扩展板1块 3、IIC(I2C)LCD1602字符液晶显示器 1个。 4、杜邦线4根 5、USB方口数据线1根 6、软件: Mixly(米思齐,V0.998) 二、传感器简介 1602液晶显示器(1602Liquid Crystal Display,此后简称1602 LCD)是一种常见的字符液晶显示器,因其能显示16*2个字符而得名。通常我们使用的1...
I built an arduino Uno R2 temperature datalogger using the Adafruit data logging shield, 6 ds18b20 onewire sensors (using the DallasTemperature library) and an Adafruit RGB 16 x 2 color LCD. I got a lot of help from Adafruit_support_rick on getting everything working, thanks: other who mig...
友情提示:680元/半年,儿童学编程,就上码丁实验室。 完整程序:
display.drawCircle(display.width()/2, display.height()/2, 20, WHITE); display.display();//空心圆
ADS1115 是一块由 IT 开发、基于 I2C 协议的ADC,可以将电压转换成16bits的数字信号,与 Arduino 内置的ADC相比,分辨率提高数十倍,而且内置了 PGA (可编程增益放大器),可以设置测量范围(±0.256V ~ 6.144V),无需参考电压,因此精度相当之高,可达 7.8125uV(即:0.0078125mV),可以应用于精密电压测量、 示波器中。而...