-
Notifications
You must be signed in to change notification settings - Fork 8
Hardware setup
HomeKid edited this page May 4, 2020
·
10 revisions
USB TTL adapter
NodeMCU or Wemos D1 Mini
Bosch BME280 I2C bus sensor
SSD1306 OLED display
Temperature Sensor Housing
Tactile button
Jumper cables
-
I2C bus pins on ESP12E/F boards are
GPIO5 - SCL
andGPIO4 - SDA
. If you are using Wemos D1 mini, I2C pins areSCL - D1
andSDA - D2
! See schematic below! -
This sensor also has an option for resetting to factory default. Long pressing for 10 seconds a button connected to
GPIO0 and GND
will reset the sensor! -
OLED screen using
GPIO13 - SDA
(Wemos D7) andGPIO14 - SCL
(Wemos D5) pins
Using without screen:
With OLED screen: