@wow_elec_tron

351 Followers
69 Following
550 Posts
Cutting-edge LED Wearable Technology, Interactive Installations, Realtime Visual Arts. Commissions via DM/Email
Melbourne, Australia
Instagramhttps://www.instagram.com/wow_elec_tron
Web Sitehttps://www.elec-tron.org
Githubhttps://github.com/leonyuhanov/
Verificationhttps://mastodon.social/@wow_elec_tron
Elec Dash Tron on Instagram: "Working on a new creature in #threejs"

0 likes, 0 comments - wow_elec_tron on May 19, 2025: "Working on a new creature in #threejs".

Instagram
This is "A Pixel" its made with a 30 x 30cm 14mm thick Perspex sheet, spray painted with a thin coat of white on one side. There is a matrix of 16x23 SK9822(APA102) 5050 pixels with a 10mm airgap between the spray surface. Custom animation library driven by an ESP32 powered by USBCPD
Elec Dash Tron on Instagram: "Working on a birthday present for a friend :) Have been wanting to use this huge chunk of clear perspex, with a light spray of white paint on one side(which i need to reaply). The diffusion is just to die for. Im #3dprinting an enclosure (in parts) for this to be framed. Ive assembled a small matric of 16x23 5050 #sk9822 12mm wide strips, totaling at 368px. My aim is to make 1 animation for thia running on an #esp32 with power via #usbcpd . Its a giant pixel lol"

19 likes, 6 comments - wow_elec_tron on May 14, 2025: "Working on a birthday present for a friend :) Have been wanting to use this huge chunk of clear perspex, with a light spray of white paint on one side(which i need to reaply). The diffusion is just to die for. Im #3dprinting an enclosure (in parts) for this to be framed. Ive assembled a small matric of 16x23 5050 #sk9822 12mm wide strips, totaling at 368px. My aim is to make 1 animation for thia running on an #esp32 with power via #usbcpd . Its a giant pixel lol".

Instagram

Working on more organic creatures in #threejs

https://www.instagram.com/reel/DJdS7Bxywjv/?igsh=Y3I5czc3dTN1MzNi

Posting videos on Masto is just a hassle, hope ppl dont hate the insta link

Elec Dash Tron on Instagram: "Think im done with this proto Jelly Fish. Each one is a self contained dynamic #threejs object. In this scene 4 of them follow a dynamic circular path, slowly undulation, glowing, swiming through innerspace"

15 likes, 0 comments - wow_elec_tron on May 9, 2025: "Think im done with this proto Jelly Fish. Each one is a self contained dynamic #threejs object. In this scene 4 of them follow a dynamic circular path, slowly undulation, glowing, swiming through innerspace".

Instagram

If your into Synthwave you would know of the amazing work of George Smaragdis AKA Starcadian. A few days ago George passed away in a tragic accident. I did nio know him personaly but his music moved me and made me feel things that no other artists did. If you dont know of his work I highly recommend checking it out
https://open.spotify.com/artist/3I0ceM8qfqhCKGepaswmVg?si=x68_JdSVQfOtlxFUaETgyA

May you rest in peace amongst the stars.

Starcadian

Artist · 109.4K monthly listeners.

Spotify

For the last 20 years ive been part of a small online modding scene for a very niche sandbox video game where a large part of the communtiy is people of all art ability contributing to produce work for the game either in written, 3d or 2d art form.

the introduction of ai generative image work into the community lead to 95% of the human designed 2d and 3d graphic art to stop being produced entirely.

1/2

If anyone wants to know
I found the issue!
Need to set
HTTPD_MAX_REQ_HDR_LEN to 1024 (not 512) and
HTTPD_MAX_URI_LEN TO 1024 (not 512)

Anyone have experience with making a WebSocket server on an ESP32 with ESPIDF? Im uaing the code from their example

https://github.com/espressif/esp-idf/blob/master/examples/protocols/http_server/ws_echo_server/README.md

Compiles, uploads, runs. I can get the http server to load and render content, but if i call

var websocket = new WebSocket("ws://esp32ip_address/ws") from the browser (on the same lan) it just doesnt connect to the websocket !!! Im like 5 hours deep into this and cant work it out

esp-idf/examples/protocols/http_server/ws_echo_server/README.md at master · espressif/esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs. - espressif/esp-idf

GitHub
Enyone work with espidf ? Im aware that its compiling in c but have a whole bunch of c++ clases id like to port, is there am easy way toninclude c++ clases ? Everything ive seen so far is just adding extern c to the main app and compiling everything as c++
Got my hands on on the still in dev #esp-32-c5 5G wifi capable devkit module! Took some doing, but after installing the latest espidf I was able to at least compile and run the simple wifi ecmaple and conect it to a 5G wifi network!!