A cheap sensor module from a marketplace does nothing — what is the debugging order?
I bought an inexpensive sensor module, wired it according to a tutorial, loaded example code from the library everyone recommends, and it returns nothing. No error, just no readings.
I have re-checked the wiring against the diagram three times and it looks right.
Rather than swapping parts randomly, what is the sensible order to test things? I have a multimeter and not much else.
@firmware_fikri · 2d ago
One thing worth doing before any of that, because it eliminates the largest single variable: prove the board itself works.
Upload something that blinks a light. If that fails, you have a toolchain, driver or board problem and the sensor is irrelevant. If it works, the board and the upload path are fine and you can concentrate on the module.
It sounds too basic to bother with and it is the step that most often reveals the real problem, particularly on a fresh setup where nothing has ever worked yet.
Reply
Report