File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
examples/Inkplate2/Advanced/Communications/Inkplate2_EasyC Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
Inkplate2_EasyC example for Soldered Inkplate 2
3
3
For this example you will need a micro USB cable, Inkplate 2,
4
- BMP180 sensor with easyC connector on it: https://www.solde.red/333060
4
+ BME680 sensor with easyC connector on it: https://soldered.com/product/enviromental-air-quality-sensor-bme680-breakout/
5
5
and a easyC cable: https://soldered.com/product/easyc-cable-20cm/
6
6
Select "Soldered Inkplate2" from Tools -> Board menu.
7
7
Don't have "Soldered Inkplate2" option? Follow our tutorial and add it:
8
8
https://soldered.com/learn/add-inkplate-6-board-definition-to-arduino-ide/
9
9
10
- This example will show you how you can read temperature, humidity, air pressure and gas data from BMP180 .
10
+ This example will show you how you can read temperature and humidity from BME680 .
11
11
In order to compile this example successfuly, you will also need to download and install
12
- BMP180 library: https://github.com/e-radionicacom /Soldered-BMP180-Temperature-Pressure -Sensor-Arduino-Library.
12
+ BME680 library: https://github.com/SolderedElectronics /Soldered-BME280-BME680-Gas -Sensor-Arduino-Library.
13
13
If you don't know how to install library you can read our tutorial https://e-radionica.com/en/blog/arduino-library/
14
14
15
15
Want to learn more about Inkplate? Visit www.inkplate.io
30
30
#include " thermometer.h"
31
31
32
32
Inkplate display; // Create an object on Inkplate library
33
- BME680 bme680; // Create an object BMP180 library
33
+ BME680 bme680; // Create an object on BME680 library
34
34
35
35
void setup ()
36
36
{
You can’t perform that action at this time.
0 commit comments