Hi there,
I would like to add Capacitive Touch buttons to Wireless Plasma Kit for a project, I was wondering if the Adafruit MPR121 Capacitive Touch Sensor Gator Breakout is compatible?
thanks,
Fi
Hi there,
I would like to add Capacitive Touch buttons to Wireless Plasma Kit for a project, I was wondering if the Adafruit MPR121 Capacitive Touch Sensor Gator Breakout is compatible?
thanks,
Fi
Hi!
Yes. You connect it to the QW/ST port. I believe you’ll need to use circuit python rather than micropython to program it. Good luck!
Thanks Joshy-J, that’s what I thought alright.
Good luck and let us know the results,
plasma2040 is a great board and I’ve had a lot of fun with it. Here’s a video of my progress over the last year.
Cool. I’m going to do some testing when my Plasma Kit etc… arrives, but it’s for a project that won’t start till summer. Can you tell me is it possible to connect more than one length of those lights together on the plasma2040?
I bought two of the bring your own bottle kits. Used them to light up two small artificial Christmas trees. I plan on stepping it up a notch next year and turn them on off via the Wifi.
If you hunt around you can find stuff like this, that may save you from having to go the Circuit Python route.
mcauser/micropython-mpr121: MicroPython driver for MPR121 capacitive touch keypads and breakout boards (github.com)
This depends on the type of LED you are using. Look at this one for example:
You can see this strip has two connectors, one on each end. One side connects to the controller, the other connects to the next strip of lights. I am not sure how this works if you are using the fairy lights style LEDs, they might not have the output.
You also need to make sure you have enough power for all those LEDs.
One common mistake, by the way, is to connect the controller to the output of the LED strip. That won’t work.
the strips have little arrows on to show the direction of the signal (it goes from the controller to the last LED). I don’t know how other WS2812b LEDs do it, but make sure that’s correct if your LEDs don’t respond.
Thanks, I will check that out. I’m testing them for a bigger project later in the year - I still have a lot to learn!!
Yes I was thinking of a waterproof version of those for down the line - I’ve been looking at some tutorials - hopefully things will clearer when my kit arrives and I can start playing around with it!! Thanks