Getting started with plasma 2350w

I was so excited to unbag my brand new Plasma 2350W; I have all sorts of ideas on how I want to use an internet-connected set of neopixels.

My excitement was crushed when I realized that the example code linked to from the Plasma 2035W sales page doesn’t work.

I’ve tried with both circuitpython and micropython. While I am able to make the LEDs do what LEDs do, I am unable to get the 2350W to connect to my WiFi. Why? Because I don’t have the necessary network python library referenced in the example code-- example code that was updated a mere two weeks ago.

So… help?

(Edited to fix my typo with 2035 vs 2350)

1 Like

The correct board number is 2350. This is important as you will need to download the correct MicroPython (I assume) build for this exact board: Plasma 2350 W. Unfortunately the hardware seems to be ahead of the software once again so you will have to be patient. You could try the Pico Plus 2 W code to test the WiFi. We really need a statement from Pimoroni on this. The boards are excellent once the support arrives.

Thanks-- I tried the driver you mention here and the plasma 2350 won’t boot. When I use the plasma2350-v0.0.7-pimoroni-micropython.uf2 driver I can get the board to boot and power the LEDs.

I have the Plasma 2350 and 2040 boards and also the Pico Plus 2 W which I have only recently got working. I have had to be patient waiting for MicroPython builds for their latest boards. It would be good to have a bit more clarity on the Shop as to what is stable, what is “experimental”, and what does not exist yet.

I must emphasise I really like the hardware and all I ask for is better information on the website shop. The experts might know where to look on Github for the different builds, but for the rest of us it can be far from obvious.

2 Likes

I agree with this, github is something you get used to but it’s a real pain point for beginners. It would be great if you could download the correct UF2 directly, with one click, from the product page.

1 Like

Is there anything else that’s not working at the moment?

Well, I have this weird pain in my knee…

Oh, you meant with this board? ;)

Once I get a UF2 that will let me test the wireless connections, I’ll let you know! So far the LEDs work swimmingly, both on the board and a strip. I’ve not tried to read the A button yet.

1 Like

Aha!

I found the right driver: https://github.com/pimoroni/pimoroni-pico-rp2350/releases/download/v0.0.11/plasma2350-v0.0.11-pimoroni-micropython.uf2!

It’s under the pre-release tab, which you may have to open under “Assets”.

I’ve not had a chance to test out the network connectivity yet, but I can confirm that this driver will boot, let’s me blink the LEDs, and contains a ‘network’ library.

2 Likes

Not sure how this will help with your knee, but give it a try and let us know how it goes!

Success! I can indeed get connected to my local WiFi, connect to an NTP server, and pull down web pages / .json pulls.

I can tell that this is an unstable release, though-- I have to reboot the 2350W if it’s idle for more than a few minutes. It’s often a hard reboot, too, meaning I have to pull the power.

More as I learn it.

1 Like

Hello, total noob here. I bought the kit to make rainbows… and finally got it working. It works!
I struggled all day to get it working. Most things were unknown and in the order of “How do I …”. Lots of information on the web, but hard to sort out what is important and what is not.
Some difficulties I had:

  • How do I connect the led strip wires to the board in a correct (safe) way)
  • What the heck are .nf2 files.
  • How do I install them, did I have the right one …
  • How do I test the hardware?
  • How do I install scripts on the board?
  • Software issues
  • … lots of reading and experimenting.

But after 6 hours a big smile. I have a rainbow!

1 Like