SoftwareSerial doesn't work on UDOO?

Discussion in 'Arduino IDE' started by gediminas, Oct 25, 2015.

  1. gediminas

    gediminas New Member

    Joined:
    Nov 21, 2013
    Messages:
    3
    Likes Received:
    0
    Hi,

    I use UDOO quad and official ubuntu image. I use official Arduino IDE included in that image and downloaded SoftwareSerial library which comes with official Arduino IDE (not with UDOO). When I try to use that library in my sketch, I get an exception: #error This version of SoftwareSerial supports only 20, 16 and 8MHz processors
    But when I compile same code on usual Arduino, it compiles w/o issue. Seems like an issue is in the chip which is used by UDOO. Any ideas how to solve it?

    Gediminas
     
  2. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    It has to be compatible with Arduino Due. Is it?
     
  3. thalespi

    thalespi New Member

    Joined:
    Mar 27, 2016
    Messages:
    10
    Likes Received:
    2
    Hi, How do I use SoftwareSerial with Udoo Neo ?
    I keep getting Bluetooth_AT_Configuration.ino:21:30: fatal error: SoftwareSerial.h: No such file or directory
     

Share This Page