Philip Howard

Results 1074 comments of Philip Howard

@tony1tf Accepting that you might have done this at some point organically, can you remove your sensor from Pico Explorer/Power, set it aside for a minute or so, and -...

This balmy setup unsticks everything but F1, F2 and F3 for me: ```python from breakout_as7343 import BreakoutAS7343 from pimoroni_i2c import PimoroniI2C from picographics import PicoGraphics, DISPLAY_PICO_W_EXPLORER, PEN_P4 from pimoroni import...

I've also ported the C code to MicroPython to make it easier to poke, you can find that here: ~https://gist.github.com/Gadgetoid/a7227b56f7d34277b3616225c5884976~ (new lib, see below) It's more or less a drop-in...

I see also that the datasheet has been updated to correct the order of some channels :facepalm:

Okay to fix the channel order, fix the annoying ambiguity of the sensor readings, include visible light readings and make tweaking the library less of a headache I've done a...

I think I had made some assumptions about the order of data in the FIFO that just weren't correct, though I'm not quite sure how things ever quite worked. In...

Got the latest version of as7343.py? The fix for that *should* be https://github.com/pimoroni/as7343-micropython/commit/ea5c5655eb5df8c18be1e9649ca4c0ba878f8c55

> I was just having fun switching the colors and intensity and watching the as7343 display follow suit. =) This kind of stuff makes progressing through the five stages of...

A PR against https://github.com/pimoroni/as7343-micropython would be helpful- updating the example accordingly! I could have sworn I put some of the datasheet tables in a README somewhere, too, but I couldn't...

Ooofff... this sounds like a bug. "Power off" effectively puts the power chip into "Shipping Mode" and shouldn't affect anything at all if you're connected to external power. Though that...