Difference between revisions of "Main Page"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
= Applications = | = Applications = | ||
− | + | {| class="wikitable" | |
+ | !colspan="2" style="font-size:24px; background-color: #ffd080;"|Sensors (Input) | ||
+ | |- | ||
− | + | |style="font-size:16px; background-color: #ffe0c0;" align="center"| PulseCounting || style="font-size:16px; background-color: #ffe0c0;" align="center"| Temperature | |
+ | |- | ||
+ | | [[PulsCounter | TCR5000]] [[File:TCR5000.jpg|100px|link=]] || [[TemperatureSensor | Dallas DS18b20]] [[File:DS18B20.jpg|100px|link=]] | ||
+ | |- | ||
− | + | |style="font-size:16px; background-color: #ffe0c0;" align="center"| Barometric Pressure || style="font-size:16px; background-color: #ffe0c0;" align="center"|Lux | |
+ | |- | ||
+ | | [[BarometricSensor | BMP085]] [[File:BMP085.png|100px|link=]] || [[LuxSensor | BH1750]] [[File:BH1750.jpg|320px|100px|link=]] | ||
+ | |- | ||
− | + | |style="font-size:16px; background-color: #ffe0c0;" align="center"| Humidity || style="font-size:16px; background-color: #ffe0c0;" align="center"|RFID | |
+ | |- | ||
+ | | [[HumiditySensor | DHT]] [[File:DHT11.png|100px|link=]] || [[RFID | RFID Reader]] [[File:WiegandRFID_1.jpg|100px|link=]] | ||
+ | |- | ||
− | + | |style="font-size:16px; background-color: #ffe0c0;" align="center"| Distance || style="font-size:16px; background-color: #ffe0c0;" align="center"| | |
+ | |- | ||
+ | | HC-SR04 [[File:HC-SR04.jpg|100px|link=]] || | ||
+ | |- | ||
− | + | |style="font-size:16px; background-color: #ffe0c0;" align="center"| Analog || style="font-size:16px; background-color: #ffe0c0;" align="center"| More Analog | |
+ | |- | ||
+ | | Tout pin || [[PCF8591 | PCF8591]] [[File:PCF8591Module.jpg|100px|link=]] | ||
+ | |} | ||
− | + | {| class="wikitable" | |
+ | !colspan="2" style="font-size:24px; background-color: #ffd080;"|Actuators (Output) | ||
− | + | |- | |
+ | |style="font-size:16px; background-color: #ffe0c0;" align="center"| Relais || style="font-size:16px; background-color: #ffe0c0;" align="center"| Extra IO | ||
+ | |- | ||
+ | | [[Relais | Relais]] [[File:Relaisbordje.jpg|100px|link=]] || [[MCP23017 | More output pins]] [[File:MCP23017DIP28.jpg|100px|link=]] | ||
+ | |} | ||
− | + | {| class="wikitable" | |
− | + | !colspan="2" style="font-size:24px; background-color: #ffd080;"|Other | |
− | + | |- | |
− | + | |style="font-size:16px; background-color: #ffe0c0;" align="center"| LCD || style="font-size:16px; background-color: #ffe0c0;" align="center"| ? | |
− | + | |- | |
+ | | [[LCDDisplay | LCD Display]] [[File:LCDConnexio.jpg|100px|link=]] || | ||
+ | |} | ||
= Tutorials = | = Tutorials = |
Revision as of 10:03, 11 September 2015
Contents
About this Wiki
Introducing the ESP8266
Applications
Sensors (Input) | |
---|---|
PulseCounting | Temperature |
TCR5000 ![]() |
Dallas DS18b20 ![]() |
Barometric Pressure | Lux |
BMP085 ![]() |
BH1750 ![]() |
Humidity | RFID |
DHT ![]() |
RFID Reader ![]() |
Distance | |
HC-SR04 ![]() |
|
Analog | More Analog |
Tout pin | PCF8591 ![]() |
Actuators (Output) | |
---|---|
Relais | Extra IO |
Relais ![]() |
More output pins ![]() |
Other | |
---|---|
LCD | ? |
LCD Display ![]() |
Tutorials
- Using the Arduino IDE to upload the ESP Easy firmware
- Using the ESP Easy as a simple input switch in Domoticz
- Using the ESP Easy to control a LED of Relay from OpenHAB