C53UiG+5HPaxD2HPaxD MikroTik hAP ax3 + with POE

C53UiG+5HPaxD2HPaxD MikroTik hAP ax3 + with POE

I’ve been playing with all kinds of MicroControllers, but not this one.
Something new to learn.
The STM32 Nucleo-64 board provides a flexible way to try out the STM32 microcontroller. The Arduino Uno V3 can be connected as a shield.
STM32 excels in high-performance, deterministic industrial control with better real-time capability, lower power, and rich peripherals, using ARM Cortex-M cores, while ESP32 dominates IoT with built-in Wi-Fi/Bluetooth, lower cost, easier Arduino/PlatformIO access, and strong community, but with higher power and less precise real-time control (Xtensa cores), making ESP32 great for connected projects and STM32 for industrial/precision tasks.
STM32 (STMicroelectronics)
Strengths:
ESP32 (Espressif Systems)
Strengths:
I’ve given people on the street control over my Xmas/Fireworks lights last month. (This month it is going to be converted to an interactive game)
I saw some LED strip dividers on Aliexpress, next year it’s going to have a star on top.


Like this….

Another LED related project I started today is a Whack-A-Mole game with multiple levels.
For this I need to convert a simple arcade button to a programmable multicolor version.
From single white LED to multi color, programmable.
Using CD74HC4067
Only partly drawn ..
This will be for a multi level Whack-a-Mole.
Another game in the making is a Red Light – Green Light game.
Like in Squid Game.
This will use a lidar and a python script which detect movement using a camera.
While this is a old project from 2019, I decided to make a more responsive one, after my friend Tyrone mentioned a project somewhere on the internet (forgot where).
Time to dust off this project!
Above version worked but was slow.
I used a python script to send values to de controller.
Memory setup was the same.
Below my new schematic, using an opamp to drive the analog meter.
Utilizing a MCP41000 digital potmeter and a LM358 signal amplifier I hope to get a more responsive setup.
Input to display MQTT and maybe Serial.
Two player mobile pong using secure mqtt I made a few months ago.
Today I tested my group playing mode while at family to celebrate xmas.
I was filming during testing to get responses. I can’t post this because of everyone being in the shot.
What worked:
To do:
Nice to have:
Use a web server with a simple php script.
UPDATE 20260612 ! no more DNS needed
UPDATE 20260626 Fix for mobile
Add a search engine to your browser
There are some mobile browser where http://IP/?blah won’t work.
A key-value is needed!
NOTE! .. change to http://IP/?search=%s

Change index.php to :
<?php
// OLD $query = $_SERVER['QUERY_STRING'];
$query = $_GET['search'] ?? '';
$redirects = [
'torrent' => 'http://192.168.1.3:9091/transmission/web/',
'nzb' => 'http://192.168.1.3:8080/',
'ha' => 'http://192.168.1.4:8123/',
'proxmox' => 'https://192.168.1.250:8006/',
'paperless' => 'http://192.168.100.200:8010/',
'nodered' => 'http://192.268.1.5:1880/',
'namazu' => 'http://192.168.1.6/cgi-bin/namazu.cgi',
'news' => 'https://nu.nl',
];
if (isset($redirects[$query])) {
header("Location: " . $redirects[$query], true, 302);
exit;
}
http_response_code(404);
echo "Unknown service";
Now in your browser address bar type:
I nzb
To be redirected
WARNING .. OLD
<?php
$host = $_SERVER['HTTP_HOST'];
$redirects = [
'torrent.local' => 'http://192.168.1.1:9091/',
'nzb.local' => 'http://192.168.1.1:8080/',
'squeezebox.local' => 'https://192.168.1.2:9000/',
'squeeze.local' => 'https://192.168.1.2:9000/',
];
if (isset($redirects[$host])) {
header("Location: " . $redirects[$host], true, 302);
exit;
}
http_response_code(404);
echo "Unknown host";
Add your webservers IP number to your local DNS server or hosts file
192.168.1.4 torrent.local
192.168.1.4 nzb.local
192.168.1.4 squeeze.local
192.168.1.4 squeezebox.local
Now you can use http://nzb.local in your browser and you will be redirected to http://serverip:port
No need to remember IP numbers or ports
Control your effects using MQTT.
You can add anything to control your effects using RotaryEncoders, sensors and other data values.
I’m fixing the code to make use of free MQTT servers on the internet.
Then I’ll post the JavaScript in the Hydra forum or discord.
Calling the JavaScript in https://hydra.ojack.xyz/ website
https://gist.githubusercontent.com/fashice/2098d1301117b86caed94aca8f2101ff/raw/7d2a7300e7ddf42d4f1793f693dbb517e09bd2d8/gistfile1.txt
change mqtt server and add to hydra using
await loadScript("https://domain/script.js¨);
Taking a few minutes every day to get my hydra-fu up to par.
I’m building a library of images and movies to include into hydra effects.
Testing my beamer today. I need a new one!
Not good enough to perform on a stage.
I will add some new effects to the gallery this week.
https://media.henriaanstoot.nl/hydra
Mixed with blender using OBS
Drawing like etch a sketch using Midi pots input and Hydra feedback