raynank/Sistem-Monitoring-Jemuran-berbasis-Arduino — reverse-engineered prompt
Reverse engineered prompt
Build me a local Smart Jemuran web dashboard for monitoring laundry weather conditions from an Arduino rain sensor.
I want a simple browser dashboard that shows the current status in real time, with a big status card that changes color, green for cerah, yellow for gerimis, red for hujan, and gray when there’s no data yet. When the status is hujan, show a clear blinking warning banner telling the user to segera angkat jemuran. Also show a neat history table with the newest weather records at the top, including date, time, status, and condition.
Use a local setup with HTML, CSS, JavaScript, PHP, MySQL, and a Python script that reads Arduino serial data and saves it to the database. Add a dummy data mode so I can test the dashboard before the Arduino hardware is ready, then switch it off later to use real database data. Make it easy to run on localhost with XAMPP, and include the SQL file needed to create the database table.
Want more depth? Deep Reverse