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?
Hi realny10, what do you mean by ? Concerning the library, we have to refine it, it's not compatible at date.
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?
Dear realny10, I can ensure you we're working on this matter to port the most requested Arduino libraries on UDOO NEO.