Shop OBEX P1 Docs P2 Docs Learn Events
Color Scheme Ideas — Parallax Forums

Color Scheme Ideas

NWCCTVNWCCTV Posts: 3,629
edited 2015-03-02 07:44 in General Discussion
I have a project in mind that will involve the WS2812B's and temp sensors. What I would like to know is what Color schemes everyone thinks of when it is wet and what color when it is dry.

Comments

  • Beau SchwabeBeau Schwabe Posts: 6,566
    edited 2015-02-27 20:35
    One of the projects that I am working on involves an interactive display able to convey a message in 12 different languages, so the use of "universal icons" are a big thing to think about when laying out the design.

    For your circumstance, I would consider ...

    Blue for Wet
    Brown for Dry

    ... additionally you could migrate or fade between the two depending on how dry or how wet your sensor is reporting.
  • kwinnkwinn Posts: 8,697
    edited 2015-02-27 21:21
    For greenhouse temperature and humidity indicators blue > red > yellow for cold > warm > hot, and green > yellowish/green > brown for wet > damp > dry has gone over pretty well.
  • Paul K.Paul K. Posts: 150
    edited 2015-02-27 22:42
    I would use color theory as my guide. Wet would be blue and dry is red. This gives you a wide range of dampness colors that are easy to differentiate from each other. A single WS2812B can only make colors on this wheel. With the exception of white. If you use multiple WS2812B and combine colors then you could hit brown. Orange & yellow should be close. I think.
  • NWCCTVNWCCTV Posts: 3,629
    edited 2015-02-27 23:08
    I should have mentioned I will be using Red, Yellow and Blue for temp. Kwinn's idea sounds feasible. I will be using multiple LED's, just not sure how many yet. Thanks for the input.
  • Paul K.Paul K. Posts: 150
    edited 2015-02-28 00:04
    RGB or RYB, brown is not easy. If you succeed please post. I want to see brown light.
  • jimmy1974jimmy1974 Posts: 1
    edited 2015-02-28 01:00
    NWCCTV wrote: »
    I have a project in mind that will involve the WS2812B's and temp sensors. What I would like to know is what Color schemes everyone thinks of when it is wet and what color when it is dry.

    I am trying to get the timer to generate a (The diagram"WS2812 www.ledlightmake.com/rgb-addressable-led-strip-c-80_87/led-ws2812b-addressable-digital-stripsmd5050-strips-60-pcsm-p-216.html Protocol") squarewave using the output with 8bit MCU by sensor signle
    However,I get a great kick out of a sequence manually like this...

    #asm
    MOV P1, #1
    nop

    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop

    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop

    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop

    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop

    MOV P1, #0

    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop

    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop

    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop

    ENDASM
  • kwinnkwinn Posts: 8,697
    edited 2015-02-28 07:34
    Paul K. wrote: »
    RGB or RYB, brown is not easy. If you succeed please post. I want to see brown light.

    Well I have to confess that the closest I could get to brown was more of a dark orange, and it took a bit of trial and error to get that.
  • tonyp12tonyp12 Posts: 1,951
    edited 2015-02-28 09:51
    Brown<>Orange same thing if your brain think one is in the shadow.
    The orange tile is the same color as the top brown tile.
    rubiks-cube-2.jpg
  • Mark_TMark_T Posts: 1,981
    edited 2015-03-02 07:18
    NWCCTV wrote: »
    I have a project in mind that will involve the WS2812B's and temp sensors. What I would like to know is what Color schemes everyone thinks of when it is wet and what color when it is dry.

    Well the humidity indicator cards that come with some semiconductors suggest dry = cyan and wet = pink.
    (cobalt chloride)
  • kwinnkwinn Posts: 8,697
    edited 2015-03-02 07:44
    Mark_T wrote: »
    Well the humidity indicator cards that come with some semiconductors suggest dry = cyan and wet = pink.
    (cobalt chloride)

    I don't think it really matters much what color scheme you pick for humidity. For temperature blue for cool, red for hot, and yellow for very hot is pretty much a defacto standard. AFAIK there is no such equivalent for humidity. Since relative humidity has a range of 0 - 100% using the resistor color code to represent steps of 10% would be as appropriate as any other scheme, particularly for the folks on this forum.
Sign In or Register to comment.