Safety and Help

These projects use low power, but it is still smart to build carefully.

Safety rules

Normal beginner mistakes

Almost everyone makes these at first:

That is normal. Finding and fixing mistakes is part of electronics.

A good debugging order

If your circuit is not working, check in this order:

  1. Is the board plugged in?
  2. Are all wires pushed in firmly?
  3. Is the LED facing the correct direction?
  4. Is there a resistor where there should be one?
  5. Did you connect to the pin you used in your code?
  6. Does the code run without an error message?