#๐Ÿ”’ Changing LED colors with python?

10 messages ยท Page 1 of 1 (latest)

mint ibex
#

Hello everyone im not really sure if python is applicable for this, but ill lay down the problem, I have led lights in my room, but it doesnt have a pc app and I have to use the app on my phone (because im a fatass I wanna create my own program to do this from my computer) here are the two mechanisms that I think will work lmk if im wrong, 1. invoking the functions that change the colors 2. communicating with whatever circut is used in the LED to change the colors. What library's or functions should I use for this

mental questBOT
#

@mint ibex

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

undone crown
#

Well depending on the brand of LEDs u might be able to find some kind of way to send data via python

#

This change is small tho

#

Otherwise youโ€™d have to connect ur own microcontroller to the LEDs (ex. arduino) to control the LEDs

ember wraith
#

What you could do is connect the LEDs to an esp 32 and communicate through bluetooth or wifi to change the leds, requires some knowledge though

gaunt apex
mental questBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.