Jump to content

LED rings - 270 degrees or 360?


Metrophage
 Share

Recommended Posts

Hello all! I have been away for a while, and looking forward to revisiting some of my projects this winter.

 

I had avoided making an MB64 type controller because I wanted to use encoders but felt intimidated by discrete wiring of LED rings. Now I am more confident, and might just make a PCB for this. 

 

What I am wondering is - why do all of the examples I see have the LEDs of the ring spaced with a similar approximate  270 degree rotation, like with an analog pot? My Bourns encoders (I bought for a SEQ3 ages ago) have continuous rotation, so it seemed obvious to me to have continuous indicators also, an equally-spaced circle. So I am wondering are there any aesthetic or functional reasons for the 270 degree arc? If I make them 360 instead would I need to change anything in the code?

Thanks

Link to comment
Share on other sites

Hello,

For code change it depends, if you need to draw a 270° scale within a 360° led ring, the answer is yes. If not, you don't need.
It's better to use a multiple of 8 for the number of leds that form your ring.

My opinion is that an Open Ring is better for layout routing first and a potentiometer travel is a symbol for me then maybe by convention...
Using a ring for a potentiometer In parallax mode(or not) is very interesting for feeling and playability.
300° pots are also common, with a 300° led ring you can draw a 270° travel too.
This angle lets the possibility to use most common pots and encoders.

I thought a lot about this subject during the OLRE16 design...
One more thing... I choose to remove one led from the ring. By this way there's an odd number of leds, by symmetry the middle led is automatically placed at 0 o'clock, better for bipolar travel ;).
The last one is used as an index(e.g. step position, on, mute, solo), and placed at 6 o'clock.

Best
Bruno

Edited by Antichambre
Link to comment
Share on other sites

And one little user-interface aspect, having a defined "start" and "end" can make things visually more intuitive, e.g. when you have a huge controller board with many LED-rings, it is easier to see, if a parameter is "close to the beginning" or the "end" of a range, if you have a "ring", that is not a full 360°. This comment does not apply, if you have a "progress-bar" ring, that "turns on" more LEDs (not just one) as the parameter value is increased.

Link to comment
Share on other sites

Thanks for the input! What I suspect will happen is that I will do all the hard, expensive work of drilling out an enclosure and wiring LEDs, only to want to re-do them once I am using the box. So I suppose I should try breadboarding something first to understand something of how it works.

 

Antichambre: That was another reason I was thinking about 360 degrees - it is easy to start from "compass point" orientation while keeping 16 LEDs.

 

Hawkeye: Is that how the MB code defaults to working, within a range? If so, does the indicator just stop at the end if the encoder rotates further? I guess that this makes more visual sense. If I advanced one LED per value, there would be no visual indication of what cycle I was on. Unless they changed color after 16 or something.

 

Thanks for the help!

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...