Hello.
I have been building a light switch + sensor node device, and basing it on Rpi Pico W, because you can, and I don’t have to learn micropython or whatever, and most importantly, significantly more pins than a D1 Mine. Yes, yes, ESP32, but in my country, you can get Pi Pico easily, but not ESP32 - it’s really expensive.
Everything about the device now works perfectly, I solved the i2c issue I had (only use pins 20 and 21 for i2c on Pico), except for the LED strip I want to put on the underside of the light switch, to act as soft night lighting if you need to go to the kitchen at night and don’t want your eyeballs blasted by a zillion lumens. It’s kind of an important feature for me, I was very into it.
But, neither fastled nor neopixel work on Pico. Says so in the editor. Boo. Does anyone understand why? I am a bear of little brain.
I guess what I’m trying to understand is, is this just not something that works on Pico, now or ever? Or is it just a case of, this is an open source project and we’ll get there in time? Cos one sounds better than the other.
Ah well. Back to the old ESP8266, eh? Nothing wrong with it at all.