Unit B · What your device can sense
What we are making: nothing new. Today three things you have already built go onto one board, and one page shows all of them.
The temperature sensor from session 7, the light sensor from session 8, and the servo from session 10. Every one of them worked on its own. The only question today is whether they still work together — and the answer, the first time, is usually not quite.
| What you see | Why | What to do |
|---|---|---|
| Everything worked separately, nothing works now | Power, almost always. | Three modules on one 3.3V pin is too much. Use the breadboard rails. |
| The board resets whenever the servo moves | Servo on the wrong supply. | VIN, not 3.3V. Same as session 10. |
| One reading is always the same | That module's wire came loose while wiring another. | Check the wires you did not just add. |
| The page takes several seconds | The DHT11 is slow and you are reading it every time. | Read it once every few seconds and remember the value. |
In this session