-
-
Notifications
You must be signed in to change notification settings - Fork 3
What is Remora
We made Remora since we wanted a simple way to trigger fast animations from ORCΛ using UDP short commands with 3 to 5 characters:
;410 <- left chaser in 100 milliseconds with Hue angle 0 (Red)
;52R >-< 2 chaser animations in 200 milliseconds with Hue angle R (27*10: 270° Blue)
Every time an Orca beat hits the UDP ; sign this short animation will run on the Led strip. Easy concept with no complex parameters except understanding the Hue angle and the base 35 table that is the same that Orca uses. Just check the full animations list
After the second review, it also understands the Pixels protocol. Sending a UDP message larger than 10 bytes will be interpreted as a custom Pixel animation instead of an animation that takes place in the ESP32 itself like the ORCΛ animations. This protocol can be tested using the UDPX online tester.
Pixel protocol that was developed by IoTPanic. UDPX online tester frontend was developed by Hendrik
Remora wiki v1.0 - Documentation written by Fasani Corp.