Hi folks,
I'm currently developing a PWM controller based on an arduino micro.
My current setup is:
arduino micro
2x LM35 temperatur sensors running on 5V
1x 20x4 LCD Display
5V PWM signal
The problem is, I can't find a suitable setup for a matching wifi module which has a 5V source for my LM35 and the PWM signal. When I google for it, I always find the IOT arduino or the ESP8266, which have 3.3V outputs only.
The idea is to access the temperatures and PWM via wifi (http is prefered, but any other simple protocol is also ok) to log and plot them in a graph.
Greetings
nurbson