in reply to Re: I failed today
in thread I failed today

I’ve also picked up several pico based devices (Adafruit has a neat usb dongle with a couple rgb leds and some capacitive pads for buttons that’s about 6$) and yes they’re all micropython or some flavour thereof. Basically all it runs is a python interp (as opposed to an RPi that’s got a Linux kernel and env); someone with arduino or other µcontroller experience might could look at porting but given the resource constraints of the hardware I don’t think Perl is going to fit well (primarily RAM limits would be my fear).

Edit: not strictly a pico (but runs circuitpython) and it’s 7$ but https://www.adafruit.com/product/4870 if anyone is interested. Also note there’s all of 32K of ram on this thing.

The cake is a lie.
The cake is a lie.
The cake is a lie.

Replies are listed 'Best First'.
Re^3: I failed today
by Bod (Parson) on May 28, 2023 at 21:48 UTC

    I've not bothered buying a Pico because they do not run Perl...

    But I've been mighty tempted as getting hold of a Pi Zero W here in the UK is pretty much impossible. Although there are signs of a few supplies emerging.

    I might have to look to one of the other little devices that are around in increasing variations!

      Take a gander at rpilocator.com; using it I've managed to grab a couple zeros (but still watching for some Cm4s to populate a little mini cluster) and as I type looks like several places us an EU have gotten batches.

      The cake is a lie.
      The cake is a lie.
      The cake is a lie.