pxt-calliope icon indicating copy to clipboard operation
pxt-calliope copied to clipboard

Light measurement is not reliable

Open Amerlander opened this issue 2 years ago • 0 comments

Describe the bug Light measurement is not reliable: https://forum.calliope.cc/t/lichtsensor-gibt-falsche-werte-aus/2377/7

To Reproduce Steps to reproduce the behavior:

basic.forever(function () {
    serial.writeLine("" + (input.lightLevel()))
    basic.pause(500)
})

Expected behavior Get light data consistently

Screenshots image

Amerlander avatar Nov 28 '22 09:11 Amerlander