Hi,
My hardware is:
Arduino Uno
ENC28J60 ethernet module
2 x ds18b20 thermometers
Moisture sensor
Reed switch
PIR sensor
Through a lot of research on this I found the best way to complete the task would be to host a website containing PHP files (have hosted this on godaddy.com)
I have created an android app that is connected to the firebase database and will show these sensor readings.
What is left to do now is to collect the sensor readings and send them from the Arduino to PHP on the website then to Firebase which will allow the app to show the sensor values.
I have never worked with PHP and have minimal experience with Arduino (This is my first Arduino project - got stuck with it for uni)
Could anyone help me or guide me on how to do this?
Thanks.