-->
Page 1 of 1

Analog ports on the ESP8266 multiplexer

PostPosted: Thu Apr 13, 2023 6:36 am
by Xavier Brites
Hello everyone from the ESP8266 community.
I am developing a final project for my computer science course and I am having a difficulty that I cannot overcome. Here I describe a brief text for you to understand the project and the problem.
I am building a weather station, all from scratch, with the DHT11 sensor, with the wind speed sensor and wind direction sensor, using the ESP8266 microcontroller to connect all the sensors. As I was developing the project I came across the situation that connecting the DHT11 was easy because it was just connecting to a digital input, but the wind direction and speed sensor were both digital, and the ESP8266, only has 1 analog output. To overcome this problem, I decided to buy a multiplexer, and add in digital inputs, analog inputs from it, but I'm having trouble making that connection all the way around.
I wonder if anyone can guide me and explain how the process works so that it goes well!

Thank you all!

Re: Analog ports on the ESP8266 multiplexer

PostPosted: Mon Apr 17, 2023 6:08 am
by rooppoorali
I will suggest switching to Arduino. That will be much easier. If you need wifi connectivity, you can add an ESP module to your Arduino.