Gibraltar
Asked — Edited

Rgb Array Picture

has anyone got a picture of an RGB array out of its casing . I want to see if it can be widened to fit my bots eyes.


ARC Pro

Upgrade to ARC Pro

Take control of your robot's destiny by subscribing to Synthiam ARC Pro, and watch it evolve into a versatile and responsive machine.

Gibraltar
#2  

thank you that answers my question eek

PRO
Belgium
#3  

its glu on the head whit super glu.

Gibraltar
#4  

I wondered what it looked like inside the head because I wanted to take the rgb array out and use it separately on another project and see if it was worth buying the head to get a spear camera or buy the rgb on its own, plus other stuff. I took advantage of the v3 buy back offer.

United Kingdom
#5  

Everything on the other side is surface mount and it would be difficult to take one half of the unit without massive modification.

If the two arrays would be too big you could consider the BlinkM however it is only a single RGB LED.

Gibraltar
#6  

BlinkMs look good but I still like to hack stuff, I've got a few of these RGB LEDs out of a broken led stage light from work (I'm a set builder for a local tv company) and I've managed to write a short code for, random and sound and that sort of thing but I don't know enough coding to write anything really cool like sequencing or flashing different colours and shades so if you know of any script could you post a link thanks

User-inserted image

United Kingdom
#7  

I wouldn't know where to start with a script for those as I do not know how they work, what controls them, what commands are required etc.

Grab the datasheet for them and post it and I'll gladly point you in the right direction. Without a datasheet it's like shooting in the dark while blindfolded and being spun around at the same time:)

Gibraltar
#8  

there basically just the colour LEDs this is what I got so far :loop PWMRandom(d9,0,100) PWMRandom(d10,0,100) PWMRandom(d11,0,100) Sleep(500) goto (loop) oh plus your

Simple emergency stop script

it's so handy it should be a default no worries I'll learn a lot while I fumble along