Project 1 · A page somebody actually uses · Build
What we are making: the device and the page, in that order.
This device is read, not operated. A page with no buttons is easier to use than one with three, and every control you add is something a visitor can get wrong. If you think you need a button, write down who presses it and why — and if you cannot, do not add it.
| What you see | Why | What to do |
|---|---|---|
| The page loads on the laptop, not the phone | Different networks. | Both have to be on the same WiFi. Mobile data will not reach it. |
| It works in the lab, not in the place | Weak signal there. | Move it a metre, or switch to the board's own access point. |
| The reading is wild in the real place | Something that was not on your bench. | Sunlight, a draught, a door. Write it down — it is a real finding. |
| The page is slow | The sensor is being read on every request. | Read it every few seconds and remember the value. |
In this session