2 tutorials with ESP8266 – WiFi expander/repeater and temp/hum sensor DHT11

There are two interesting tutorials with WiFi ESP8266.

The first of them is WiFi repeater/extender and second tutorial is how to use DHT11 temperature/humidity sensor with NodeMCU (ESP12E).

The first tutorial, how to use make expander/repeater, is described in great detail.

Notice: The power of ESP8266 is not so good like single purpose device, so can’t expect high speed internet or something else.

It would be use like repeater for your WiFi temperature sensor.

http://runtimeprojects.com/2017/03/extend-wifi-with-an-esp8266/

The second tutorial is “how to get data from temperature/humidity sensor DHT11“.

In this tutorial is used NodeMCU development board for ESP8266 which uses ESP12E module.

Temperature and humidity you find on web browser in local network. NodeMCU creates webserver.

Another parts of tutorial are MQTT and Mosquitto a continue of MQTT.

http://blog.stablekernel.com/esp8266-iot-tutorial-episode1?utm_campaign=stable%7Ckernel%20Developer%20Blog%20&utm_content=55595517

Share the article:
Show your
Maker soul!
Buy a T-Shirt
Coffee for Chiptron
Give a boost to the next article

Related Articles

Do you have any own weather station? Check this article. Here is a short list of interesting sensors. What kind of sensor do you use? Temperature, humidity ot pressure sensor? You can improve your weather station (meteostation). Sensor of temperature,…

BigClown, popular IoT platform, offers a lot of TAGs (board with sensor) and modules, but I still had missed versatile board for connection of cheap sensors from ebay and aliexpress – e.g. BMP280, Si7021 or SHT31. Notice: HARDWARIO s.r.o. doesn’t…

Originaly, this board – Meteo v2, was designed like replacement of general analog thermometer which costs ~1 USD. But, thanks to comments of makers, the board was redesigned to versatile board which you can use for everthing you need. Meteo…

Wi-Fi module is used for Wi-Fi connection with your server and sending/receiving data with BigClown IoT platform. Wi-Fi connectivity is missing in the offer of BigClown. If you use Wi-Fi module and Wi-Fi connectivity is enough for your project, you…

The fourth part of STM32duino tutorial we will check the I2C bus. We connect the temperature and humidity sensor Si7021 to default I2C and also to alternative connection of I2C bus. Note: I2C on STM32(G071) was tested on 12.6.2023 with…