This is a sensor board to get temperature, humidity, air pressure, brightness for ESPr developer board. It is BME280 and photo transistor inclusive so you can get various environmental data easily.
The pin header is soldered, so you can connect it to your ESPr developer right away. Or you can connect it through breadboard.
Please be careful not to insert it on the wrong side. Also, please do not connect it deliberately on antenna of ESP-WROOM-02.
Includes
Board x 1
Documents
About I2C
BME280 will connect to ESP-WROOM-02 by I2C.
- SCL IO5 (Default) or IO14
- SDA IO4 (Default) or IO2
- I2C address 0×76(default) or 0×77
When you want to change I2C address, please cut the short jumper and connect 3V3 pin to lower pad of SDO. Please be sure to connect it to 3V3 pin because voltage of VIN pin might be above 3.3 V.
About Photo transistor
The voltage on photo transistor is converted to 0 ~ 1 V and then connected to TOUT pin on ESP-WROOM-02. When you apply analog input to ESP-WROOM-02, the front description on sketch must start as shown below.
extern "C" {
#include "user_interface.h"
}
Recommending DEEPSLEEP
Temperature of ESP-WROOM-02 will rise due to continuous use, therefore your data might not be accurate. Please be advised to use DEEPSLEEP for sampling action and refrain from overheat. Short jumper DEEPSLEEP is connected to IO16 and RESET. If you are thinking of using IO16 for different matter, please cut the short jumper.
Surface
Back
In case of using with the ESPr developer
Dimension
Category
|
|
Name | ESPr® Developer environment sensor shield |
---|---|
Code | SSCI-027038 |
SKU# | 2703 |
Related Product
-
ESPr® Developer w/ female headers - ESP8266 development board SSCI-026529 (2652)
ESPr® Developer w/ female headers - ESP8266 development board
-
ESPr® Developer w/o header - ESP8266 developement board SSCI-025003 (2500)
ESP-WROOM-02 is a 32-bit low power micro-controller (MCU) Wi-Fi Module that integrates TCP/IP network stacks, and includes 10-bit ADC with HSPI, SDIO, UART, PWM, I2C, and I2S interfaces.The highlight of this board is an FT231X USB-to-Serial converter. That’s what translates data between your computer and ESP-WROOM-02.
-
BME280 mounted Environmental sensor module (Pin headers fully assembled) SSCI-023238 (2323)
BME280 mounted Environmental sensor module for acquiring hygrothermal , Air pressure data. Pin headers fully assembled.
-
BME280 Temperature/Humidity/Barometric Pressure Sensor Breakout SSCI-022361 (2236)
BME280, the precision sensor from Bosch, is soldered onto PCB. Not only the pressure and the temperature, this sensor can measure humidity. It uses both I2C and SPI (supports 3-, 4-wire SPI) interface.