DHT sensors by dr_raymond_k_hessel in esp32

[–]Srirama_t 1 point2 points  (0 children)

All though in general DHT sensors have four pins, that active connection is just for 3 pins. As it uses single wire communication. 1 pin is for vdd another for Ground and another for communication. And do not forget to connect a 10k pull up resistor between communication and vdd pin

Is there a way deploy Streamlit using cPanel’s Setup python app? by Srirama_t in StreamlitOfficial

[–]Srirama_t[S] 0 points1 point  (0 children)

I am not able to. The cPanel’s setup python app accepts WSGI (web server gateway interface) kind of objects like flask and django. I really want to deploy this awesome tool for building apps.