Arduino DUE is an microcontroller card based on the Atmel SAM3X8E ARM Cortex-M3 CPU. This is a 32bit ARM core MCU.
1
vote
0answers
15 views
Arduino Due - creating an 8Mhz clock signal
I did post the following in the main stackexchange but someone answered that there is a dedicated portal for arduino (this one).
I am cross posting this here hence.
I am attempting to interface a ...
0
votes
2answers
40 views
Parse data from sensor without delimeters
Im using a variant of Arduino Due embedded on a ARM (Udoo). And I have connected a Medlab SPO2 Pearl 200 sensor to Serial1.
Im just trying to parse input from Serial1 to Serial, in a human-readable ...
1
vote
0answers
27 views
There is any way to simulate an arduino due?
As the title says there is any program that can simulate an arduino due? I like the design of Proteus 8 but he can't simulate it. Only the arduino Uno R3, Mega and another one that I forgot the name.
1
vote
2answers
85 views
Arduino Control over the internet
I am really interested in IoT (enthusiastic noob) and I would like to use the arduino board. Here are the steps according to me, with my queries:
User goes to example.com/arduino_switch
Interacts ...
1
vote
1answer
34 views
Measure square wave frequency
I'm working with the Arduino Due ans I used the following code:
// period of pulse accumulation and serial output, milliseconds
#define MainPeriod 100
long previousMillis = 0; // will store last time ...
1
vote
1answer
39 views
MCU Type ATmega16U2 not avaliable in Eclipse AVR Plugin
I am following this guide. Now I want to create the Create the "ArduinoCore library". But when I am creating a new project, I can not select ATmega16U2 as MCU type.
But my Arduino Due R3-E and UNO ...
3
votes
3answers
125 views
Breadboard-to-Arduino wiring with flat flex cable assemblies?
I want to wire Arduino Due connectors to a breadboard 8-at-a-time, so they're easier to remove and more reliable.
I tried these Flat Flex Cable Assemblies (FFC assemblies) terminated with "solder ...
2
votes
1answer
32 views
Input a signal from a sensor to an Arduino Due
I'm working with Arduino Due and I have a sensor that outputs a square signal with voltages in the range of 0-5V.
In the Due specs there is a warning that says:
"Warning: Unlike other Arduino ...
1
vote
2answers
203 views
SerialEvent handling when using multiple serial ports
I would like to use multiple (three) serial ports on an Arduino Due. Instead of polling the ports continuously, I would like to use a Serial.Event function for each of the ports. These handler ...
-3
votes
2answers
47 views
Reading speed of different arduinos
I'm thinking about using an Arduino for one of my Projekts. This would require that the Arduino can read/write a digital input/output in the order of 100kHZ to 1MHz. Is this possible or do I have to ...
1
vote
1answer
68 views
Wired serial connection between two Arduinos - do they need a common Ground (GND)?
I would like to connect two Arduinos by a serial connection. Is it sufficient to connect TX1<-->RX2 and RX1<-->TX2 or do I also need to connect the GND of the two Arduinos?
2
votes
0answers
103 views
Operating HB100 backpack with Arduino Due
I need to connect a speed sensor module with an Arduino Due and calculate the speed of an approaching object.
the sensor is:
...
-1
votes
2answers
218 views
AnalogRead always 1023 on Arduino Due?
Just using the Basic Example AnalogReadSerial.
// the setup routine runs once when you press reset:
void setup()
{
// initialize serial communication at 9600 bits per second:
...
1
vote
1answer
248 views
Arduino/Arduino clone board suggestions
I am planning to buy a Arduino board. I am also considering Arduino clones, too. My requirements are that the board should inbuilt communication modes like Ethernet, WiFi and a SD card slot, too. Also ...
1
vote
0answers
48 views
Arduino Due - wireless programming via Xbee
I would like to integrate an Arduino Due into a project, which probably will evolve over time and will need some re-programming. Instead of having to disconnect and pull out the Arduino Due out from ...
1
vote
1answer
93 views
Reading CMPS10 raw values
I've got a cmps10 compass module hooked up to my arduino due through a logic level converter. I am writing code to convert the raw magnetometer readings into a bearing that I can use but have run into ...
4
votes
1answer
498 views
Why does the Arduino Due have a native and USB programming port?
According to the schematics, the Arduino Due has two USB inputs:
Native
Programming
Why is this? And when would I use the different ports?
2
votes
0answers
68 views
Adding devices makes I2C read 0
I'm using an Arduino Due with a logic level converter to interface with two different 5v sensors via I2C. Being of poor quality, these sensors have no data sheet.
When either one of these sensors is ...
0
votes
3answers
271 views
IR controlled light dimmer
I am doing a project on Arduino controlled light dimmer circuit...
I have a separate circuit for zero crossing detector and IR receiver but when I am combining both of them in arduino then my IR ...
1
vote
1answer
54 views
Why doesn't the master branch BOSSA work on Arduino Due?
I have downloaded BOSSA for Linux, and have run bossash->scan. I have also tried erasing and resetting the board before scanning. It does not work. According to the Arduino website, the native USB ...
1
vote
1answer
398 views
How to compile code for the Arduino Due?
I have set up Eclipse to compile for the Arduino Due using all the tools shipped with the Arduino IDE 1.5.6-r2. It compiles without errors, but when uploaded, the Arduino does nothing, and isn't ...
1
vote
1answer
237 views
Why does command line BOSSA not recognize Arduino Due?
Running Ubuntu 12.04.4 LTS (64 bit) I try to upload my code to the Arduino Due through the Native port. I have tried both the bossac that ships with the Arduino IDE (which is a modified version of ...
1
vote
3answers
708 views
Why am I getting “fatal error: SoftwareSerial.h: No such file or directory”
I downloaded the Adafruit_GPS library from Adafruit and I'm trying to compile the example code (due_parsing) but I can't seem to get past this silly error:
In file included from due_parsing.ino:15:
...
1
vote
0answers
474 views
Using SD card shield on Arduino Due
I have a seeedstudio SD card shield (V3) that I am trying to use on my arduino due. I am having trouble using the SD examples that come with the Arduino IDE.
They worked fine on my Arduino Uno by ...
1
vote
1answer
196 views
Faster GPS update rate for parser
I really hope somebody can help me.
I need help making my code receive updates faster to the parser...I need the received GPS coordinates (Latitude and Longitude) to update 5 or more times a second, ...
3
votes
4answers
351 views
How do I connect Arduino to a Bluegiga112?
I am a new user of Arduino (I have a Arduino Due) and also I am a new user of BLE112 (Bluegiga module 112)
My teacher told me to make the BLE112 advertisable and furthermore he told me to look for ...
2
votes
1answer
405 views
How to connect 5V sensors to 3.3V digital input (Due)?
I'm completely new with Arduino and microcontrollers in general.
I have several 5V sensors, and need 3.3V because that's the max for the Due. Is it possible to use a resistor to connect it to the ...
5
votes
1answer
332 views
A digital I/O pin as ground
I want an I/O pin to return current in a circuit, similarly to the function of ground.
Which of these will achieve what I require?
pinMode(pinnumber, OUTPUT)
digitalWrite(pinnumber, LOW)
or
...
1
vote
2answers
413 views
Generating PWM signal 1-2 ms @ 333 Hz
I'm currently working with the Talon SR Speed Controller and it requires a specific Input PWM Signal of 1-2 ms @ 333 Hz and an input resolution of 10-bit (1024 steps). Currently I use the Servo ...
7
votes
1answer
130 views
How can a 5v Uno talk to a 3.3v Due?
I currently have an Uno (which operates at 5v), and I'm looking at buying a Due (which only operates at 3.3v). I'd like to make them communicate via Serial or SPI or similar, but presumably connecting ...
4
votes
3answers
347 views
Arduino Time Clock Accuracy
I'm currently trying to create an Arduino time clock by using the PJRC Time library (http://www.pjrc.com/teensy/td_libs_Time.html). I know that since most of the Arduino boards are running with a ...
3
votes
1answer
196 views
Connecting breakout board to Arduino with UART
I'm using a DigiX (Arduino Due based 3.3V) board to connect to a GPRS/GSM SIM908 breakout board. The SIM908 EVB board has the following pins on its RS232:
I've got all three UART TX lines hooked up ...
8
votes
1answer
163 views
Internet connectivity for the Arduino Due using AtmelStudio?
What hardware and software solutions work and what are the tradeoffs for connecting an Arduino Due to the internet? I gather the ethernet hardware is much cheaper than WiFi hardware (€29 versus €69). ...