Hi everyone. I have tried to connect the GSM Arduino shield R3 to my UDOO neo and it starts flashing the Power Status LED. I have tried connecting with other shields (Xbee shield, TFT LCD Touch shield) and they works perfectly, I don't know if it needs some bridges or it doesn't works on the UDOO neo. If somebody knows how to do it work, I will appreciate a lot. Regards. Aldo Contreras Video: https://drive.google.com/folderview?id=0B6xtNWuLHIRMMnVpOEMtY1NWY2M&usp=sharing
This one... http://www.amazon.com/Arduino-GSM-S...448642522&sr=8-12&keywords=gsm+shield+arduino Thanks for answer. Regards.
Dear AI3Co, that's because GSM speaks via serial on pins 0 and 1 of the pinout, while for the moment UDOO NEO in order to access those pins use the object named serial0 You should rummage through the library and eventually try to change each occurrence of serial with serial0. Hope that works