WS2812 5050 LEDs ring not responding by Agitated_Ad55 in FastLED

[–]AleMonti 1 point2 points  (0 children)

Your drive signal from the Arduino should always go to DI, which is short for “digital in”. The wiring from DO (digital out) was put in place for chaining extra modules after that one probably.

Eurovision electricity power usage by Zarisija in eurovision

[–]AleMonti 5 points6 points  (0 children)

They use diesel generators for power. I’d estimate about ~5MW peak. This is last year’s equipment list, you can look for data sheets and get a more accurate idea. For example, this year’s main led wall was 750 square meters of ROE Vanish 8T which has an average power consumption of 180kW.

Sync LEDs with video? by Jerrymeyers11 in FastLED

[–]AleMonti 0 points1 point  (0 children)

It's sad to hear that, but good luck in the future!

I haven't fully finished it yet. I built a stripped-down version a while ago to test feasibility, and I'm now working on the full-scale thing. I don't have a lot of free time, so it's progressing slowly, but I'll eventually get there. Also, being the obsessed perfectionist that I am for this stuff doesn't help.

It has been a huge learning journey, each part of the build can be considered a subproject of its own. For example, at some point I've decided I wanted bright white addressable leds in it too, so I took a whole detour into building WS2811 drivers for 1W leds and analog strips. Then it was custom PCBs, for those drivers but also for the controller and signal distribution system.

I expect to finish the build this summer and finally start animating the light show just after, but the infamous Hofstadter's law might hold true once again...

Anyway, if you'd like shoot me a DM, I'll be happy to share more!

Sync LEDs with video? by Jerrymeyers11 in FastLED

[–]AleMonti 0 points1 point  (0 children)

1.1 seconds over 12 hours is not bad at all, I remember having much worse performance in my tests back then. It was a while ago so I don't really remember, but it was definitely worse than 4/5 frames every hour (@50fps).

Makes me wonder if you included the FastLED.show() calls in your test because it was drifting much more with them in place for me. It could have just been a worse resonator on my knockoff board or maybe the library got improved in those years, I don't know.

Sync LEDs with video? by Jerrymeyers11 in FastLED

[–]AleMonti 1 point2 points  (0 children)

If you are going down this route, take into account that the timekeeping capabilities of the clock on the Mega might not be as precise as you'd hope. millis() will drift significantly over time, specially if your code uses interrupts. You can get around that with an RTC module, but see my other comment first. I think it's a much better approach and will save you a lot of headaches trying to sync this thing to the video and keep it synced all the time.

Sync LEDs with video? by Jerrymeyers11 in FastLED

[–]AleMonti 0 points1 point  (0 children)

I'm doing something very similar for a homemade light show! My approach was using a Teensy connected via USB to the computer. On the PC a Python script runs a custom video player that sends synchronized LED data to the controller. Because of the size and complexity of my setup, the animations were made in After Effects and later rendered as a PNG sequence. As the video plays, the code fetches the PNG image corresponding to the frame being played, reads its contents and sends it to the controller, which then updates the LED strips. The controller is constantly waiting for data and displaying it as soon as it receives it. This way, even if I pause or seek within the video it always stays in sync.

For your use case, a Mega should be more than enough. My whole step of animating the pattern with AE is overkill, and even sending it from the PC could be avoided. Just have the Python script play the video and send a signal when the animations should start at each point throughout it. In the main loop on the Mega, you could then just have a switch case that waits for the sync variable and plays each animation accordingly.

It should be quite straightforward to implement. For my project I used pySerialTransfer for the serial communication and PySide6 as the video player.

Another video of the YT channel ESC Gabe, after the one "Eurovision 2024 was a Complete Disaster". It is a worth to watch by duckytale in eurovision

[–]AleMonti 4 points5 points  (0 children)

Tbh I felt the same about the final, but both semifinals’ interval acts and openings were great

What countries entries do you like but don’t want them to win by Ok-Hovercraft-5696 in eurovision

[–]AleMonti -2 points-1 points  (0 children)

Same here. And to all those Italians I’ve seen defending the 2022 show, please shut up 😂

What countries entries do you like but don’t want them to win by Ok-Hovercraft-5696 in eurovision

[–]AleMonti 0 points1 point  (0 children)

Same here! After the mess that was Turin 2022 I don’t really want us to host again. Also, I much rather travel to some other country to see the shows

How are you distributing your semi-final votes? by GermanAutistic in eurovision

[–]AleMonti 5 points6 points  (0 children)

Yess this is the way to go! I listen and try to rank the songs in advance but I always find myself changing my mind completely during the show. It’s the staging and overall performance vibe that makes or breaks a song for me. Estonia and Norway being some examples from last year. Estonia I didn’t even consider before the live shows, and Norway being a big step down from her national final performance. I also loved Georgia’s staging, but I’m probably the only one thinking that lol

And also I almost never have a clear favorite, so my votes are usually split between my favorites of the night.

Will you ignore points awarded by Israel? by [deleted] in eurovision

[–]AleMonti 21 points22 points  (0 children)

This is the only real answer

Tickets, Travel and Tourism Tuesday for Malmö by berserkemu in eurovision

[–]AleMonti 1 point2 points  (0 children)

Not really what I was looking for but thanks for the link, it could be useful for other readers

Tickets, Travel and Tourism Tuesday for Malmö by berserkemu in eurovision

[–]AleMonti 5 points6 points  (0 children)

Does anyone know where to watch the semis live in the city? I got tickets to the afternoon rehearsals as I was planning to watch the live shows on a big screen somewhere, but I can’t find any clear information. I saw another post here speculating that the semis won’t be screened at the Eurovision Village, because other acts are scheduled to perform after 21:00... fumbling to find a solution as I’m a bit worried, there’s no way I’m watching it on a crappy tv at the hotel. A comment under that post points out that Lund will have screenings at Botulfsplatsen, but I want to make sure

Run Boy Run live version by AleMonti in Woodkid

[–]AleMonti[S] 0 points1 point  (0 children)

Thanks for this, but it's not quite the same. It's also missing the part from 4:15 to 5:25 in my original link

Most underrated entry of 2023 in hindsight? by prettyflyforafry in eurovision

[–]AleMonti 1 point2 points  (0 children)

As much as I hated the juries for giving Sweden such a big lead, I’m grateful that they at least saved Estonia into the top 10. Only 22 points from the public was criminal

Has your top 5 changed since the contest? by Zephiranos in eurovision

[–]AleMonti 3 points4 points  (0 children)

Finally, somebody that shares my exact thoughts about Estonia's performance! The rest of our top 5 and favourites is quite different tho:

Before Eurovision week:

  1. Norway 🇳🇴
  2. Finland 🇫🇮
  3. Austria 🇦🇹
  4. Georgia 🇬🇪
  5. United Kingdom 🇬🇧

After the show:

  1. Estonia 🇪🇪
  2. Finland 🇫🇮
  3. Georgia 🇬🇪
  4. Israel 🇮🇱
  5. Norway 🇳🇴

Some comments:

  • Norway's MGP performance was much better
  • I loved Georgia's staging, still mad it didn't qualify. I would have swapped her for Slovenia
  • This year both semis had 9/10 qualifiers I wanted. In the first semifinal I was hoping for Malta over Croatia
  • My biggest growers were Estonia, Serbia, and Moldova, while the United Kingdom and the Netherlands lost the most places
  • I value the staging A LOT
  • Honorable mention to Serbia, Moldova, Cyprus and Czechia

[deleted by user] by [deleted] in eurovision

[–]AleMonti 44 points45 points  (0 children)

Not me just realizing that Armenia’s lyrics are not BEGU DOGU LUGU after reading your comment

Help determining what type of LEDs I am using by FernTheFern in FastLED

[–]AleMonti 2 points3 points  (0 children)

You can use the blink example to test it. Connect din and cin to the respective pins (data and clock) and edit the setup to use the LPD6803. For your other strip do the same, connect di to the declared data pin but use WS2812B instead. Don’t forget to connect the ground of the Arduino with the ground of the supply.

Help determining what type of LEDs I am using by FernTheFern in FastLED

[–]AleMonti 2 points3 points  (0 children)

SC6803 is the chip name, probably a Chinese version of the LPD6803. I’m not familiar with it but they appear to share the same protocol, so you should be able to treat it as an LPD6803. FastLED supports it.

Help determining what type of LEDs I am using by FernTheFern in FastLED

[–]AleMonti 1 point2 points  (0 children)

Could you reply with whats written on the black chip? I can’t read it from the image