I'm having a hard time trying to understand how I can use my Raspberry Pi to retrieve and display data from my Arduino that has an ESP8266 WiFi module and a DHT temp and humidity sensor connected to it.
My Arduino is outside connected to my bee hives and my Pi3 is in my room. I can ping the ESP's IP address with success. It's been years since I did anything with Python and I'm trying to relearn on my Pi. I don't want to stream to a website and back to my Pi, just want to stay on my home network. Can anyone help me understand how to write a simple script for my Pi? Ps. I'm new to posting questions on forums, arduino, raspberry pi, and networking.