Dani Weidman

Results 38 comments of Dani Weidman

Hi again, Wow, that's really awesome that you've found 900 colors! So many more than the 85ish base colors I did (assuming they are all base colors--are they? Or do...

Never mind my question about how your color sensor works--I must have missed or misinterpreted what you wrote the first time (that it's a module connected to a second Arduino...

Hi Sean! It's very interesting to read your analysis, and I'm so glad you have such a good understanding of DMX control because I don't. I also really love ESP32s....

Hello Sean! Sorry for the slow response (again). I wrote two scripts to try and use with your color sensor. One does the thing where we repeatedly send one color...

Hey there! I want to respond about your other comments (and send you an email) later, but real quick about the script: Try commenting out/removing lines 38-40 in the non-repeater...

> > Hey there! I want to respond about your other comments (and send you an email) later, but real quick about the script: > > Try commenting out/removing lines...

Oh okay! Did you add the decode() part? I would expect that to do most of the the cleaning up. If you send the whole script as you are running...

Oh okay! Regarding the .decode(), I was actually suggesting adding that in my scripts (I'm on my phone right now so it's a bit hard to copy and paste stuff...

Pfft, darn! Haha, I guess it's better without that then. If you just run the script and get everything with RGB values added, we should be able to just find/replace...

Hello again! The reason I was saying it's an issue in my code is because `b'` in python indicates the beginning of a string representation of a `bytes`-type object. I...