UDOO NEO with Liquid Crystal Display

Discussion in 'UDOO NEO' started by realny10, Jan 14, 2016.

  1. realny10

    realny10 New Member

    Joined:
    Jan 14, 2016
    Messages:
    5
    Likes Received:
    1
    Hi!

    I've already bought the UDOO NEO Full.

    I need to make a device, which allows me to control 4 relays. I also want to include LCD and GSM Module.

    At the beginning I thought about C programming. Now I see that at UDOO I have to use Linux comands, even if writing in C. I think that it will be very difficult to use that method to program LCD or GSM module.

    So I decided to use Arduino. It's much easier in use and has many libraries.
    However, when I uploaded an example program with Crystal Liquid, which is originally saved at UDOO, it didn't work. I checked it with Arduino UNO and everything was ok. UDOO works well with relays or LEDs.

    Did someone have the same problem as me and knows what can I do with that?
    Or maybe programming LCD and GSM module in C isn't as difficult as I think?
     
  2. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    Hi realny10,
    what do you mean by
    ?
    Concerning the library, we have to refine it, it's not compatible at date.
     
  3. realny10

    realny10 New Member

    Joined:
    Jan 14, 2016
    Messages:
    5
    Likes Received:
    1
    I mean that, to use LCD, I have to use similar library to that :

    So, sth like that is needed to control GPIO:
    sprintf(tmp, "/sys/class/gpio/gpio%d/value",gpio[0]);

    It's a big disappointment for me to hear, that some libraries of Arduino can be uncompatible with UDOO.
    When can the library for Liquid Crystal be completed and ready to use?
     
    Last edited: Jan 14, 2016
  4. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    Dear realny10,
    I can ensure you we're working on this matter to port the most requested Arduino libraries on UDOO NEO.
     
  5. realny10

    realny10 New Member

    Joined:
    Jan 14, 2016
    Messages:
    5
    Likes Received:
    1
    Fine, thanks.
     
    Andrea Rovai likes this.

Share This Page