CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 12:34:19 GMT
content-type: text/html; charset=utf-8
cf-ray: 965c2b97ae0b9dfa-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=c2546750-d6ee-4b21-aa11-a152076001c5; expires=Mon, 27 Jul 2026 12:34:19 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: c664aed9-8d79-442f-9c69-df3c52411a3f
x-worker-origin-response-time: 462000000
x-dns-prefetch-control: off
set-cookie: prov=c2546750-d6ee-4b21-aa11-a152076001c5; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=dfl5AzA.c64TQ.k3cdgmNhg9SiN.HOq0Hlhek6oW3LA-1753619659-1.0.1.1-cIh30X_f8TP8FzB5TVCCgONf3ATTbSf.z3uTzahCiwz.iM6Y1s2ptzLvQN2ni.u3Tcdu6onBgw9NwBmoekYJIVrs0j2UMVj6GyJPdZO.s9M; path=/; expires=Sun, 27-Jul-25 13:04:19 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=LfEqvkeTGzq_HlJw1M_Wz_g26j6V1dKhNe2USwNizEw-1753619659941-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'arduino-due' Questions - Arduino Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [arduino-due]
Arduino DUE is an microcontroller card based on the Atmel SAM3X8E ARM Cortex-M3 CPU. This is a 32bit ARM core MCU.
461 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
2
answers
81
views
DWT to measure time between rising edge of two pulse waves
I have given two square waves as input to an Arduino Due's digital pins, and I'm trying to find the propagation delay between them. For this purpose, instead of using micros() I want nanoseconds ...
1
vote
0
answers
221
views
LCD Wiki screen (ILI9341) works on Mega. How to get it working on the Due?
I have this exact LCD shield: https://www.lcdwiki.com/2.8inch_Arduino_Display
SKU: MAR2808
Driver IC: ILI9341
It works on an Arduino Mega 2560 using the old libraries the manufacturer (I assume) ...
2
votes
1
answer
351
views
Best Solution to Parallel UART reads with Arduino Due
I have 4 Arduino boards pushing data over UART to 4 serial ports on the Arduino Due at 115200 baud rate.
Data format - <Short URL>,<Number of the Node>
Eg: px.ht/d/mCxG,1"
Arduino Due ...
-1
votes
1
answer
502
views
SPI with DMA in a Arduino Due
I have a project where I need to store data (~16 Mo) on a memory and be able to fetch the data fast (<36000 bits/s) with DMA because I have other signals to take care of.
Currently I use an SD card ...
1
vote
1
answer
192
views
Sending values with pyserial does not function if there is also sensing on Arduino Due
I'm using an Arduino Due to make a feedback loop using python, but this does not seem to function. The python code I'm using is the following:
from serial import Serial
board = Serial('COM11',9600)
...
3
votes
2
answers
1k
views
Send data through SPI with DMA
I need to send data as fast as possible from an Arduino DUE to an extern DAC. To do so I use DMA & SPI and I want DMA to fetch data from the memory and send it to the SPI which will just relay it ...
1
vote
1
answer
1k
views
UDPSendReceiveString example using Arduino Due with ENC28J60 Ethernet Module
I was trying to learn how to use UDP protocol to use in my automation project to send commands to an Arduino Due on ethernet with an ENC28J60 breakout board which I have connected to the Due from SPI ...
-1
votes
1
answer
131
views
Generate a sine wave with a predefined frequency and amplitude via DAC0 or DAC1 with Arduino Due
Good Morning to everyone,
I am a PhD Student in experimental fluid mechanics at the University of Naples "Federico II", Italy. I am working on Arduino Due card and i am novel in applications ...
1
vote
0
answers
35
views
Code uploads to Due and fails to execute but runs on Redboard
I have run into this issue where my code will upload to my Due but fails to execute. I have verified the code works on a SparkFun Redboard. The only code difference is that the SPI pin assignments ...
1
vote
0
answers
331
views
How to properly set CS for SPI applications on Arduino Due
I needed SPI with CPOL=1 and CPHA=1. I read, that I could achieve this via SPI_MODE3. Further, I read to put the CS low and CS high code after SPI.beginTransaction(...) and before SPI.endTransaction() ...
1
vote
0
answers
141
views
Read State from Variable
I am attempting to use radio modules to receive a value from a sensor, either 1 or 0, and complete an action. The only problem is that I would like the action to only complete once per state change, ...
0
votes
1
answer
724
views
Adjusting Threshold for Digital Pins
I am working on a project using Force Sensors to build a keyboard for MD patients.
I have connected the sensors (each with 4 input pins) to digital pins to Arduino Due.
I want to adjust the threshold ...
-1
votes
1
answer
343
views
What is the minimum sampling rate in ADC in Arduino due?
I am looking for a very low frequency application like below 300Hz. What is the minimum sampling rate in Arduino due? I am very new to this. I see in the datasheet that max sampling rate is 20MHz.
1
vote
2
answers
493
views
Is there a good reference for Arduino Due memory architecture and usage?
It's been harder than I expected to find a reference source or usage guide.
There's a number of sources I've looked at along the road to this question:
The Due is listed here and here as having 512KB ...
1
vote
0
answers
163
views
how to set the arduino due adc automatic trigger
How do I trigger automatic conversion on the ADC on the DUE? If this was the uno, I could just do
sbi(ADCSRA,ADATE); sbi(ADCSRA,ADSC);
but for the due, I seem to have to use
adc_configure_trigger(ADC,...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
serial × 54
arduino-uno × 34
spi × 30
programming × 22
arduino-mega × 21
interrupt × 19
usb × 17
sensors × 16
arduino-ide × 16
power × 15
shields × 14
c++ × 14
i2c × 14
adc × 12
flash × 10
arduino-nano × 10
sd-card × 10
timers × 10
communication × 10
pins × 9
uart × 9
pwm × 8
c × 8
analogread × 8
sam3x × 8
more related tags
Hot Network Questions
- How to make that the object sliding down along the local axis while following the rotation of the another object?
- How do Japanese people understand the reading of a single kanji with multiple readings in their everyday life?
- Moving multiplying cells away
- What Isp can be gotten from a napthalene (mothball) hot gas thruster? Did it work in space?
- Confusing/incorrect sentence in proof of Zorn's Lemma in Lang's "Real and Functional Analysis"
- Heretofore I think I have been using 'heretofore' incorrectly
- Has the Silver Surfer's clothing (or lack thereof) ever been addressed in the comics?
- What is the meaning of 'Tel.......,qui......'
- Time Machine backup disk not writeable any longer
- Can a minor run a business by having an adult act on their behalf?
- Calculus Books Recommendation
- leftmargin in enumerate
- edge to curve endpoint move/transform to normal direction
- About Harp Pedaling for a Pentatonic Glissando
- How does one justify the rationality of buying insurance?
- Did Denmark report that 64% Palestinian refugees from 1992 received serious fines or jail time?
- rock paper scissors game with randomized system choices. NOT using rnd()
- In Fantastic Four 2025 shouldn't this thing have taken years?
- Why aren't there baleen whales at about the size of a dolphin?
- Class for validating code in different Conda environments with PyTorch
- JK flip-flop timing diagram: is Wikipedia correct?
- Is there such a thing as 'aerospace grade software'?
- Why am I winning always? A coincidence perhaps?
- Story that taught cryptography in the form of a manga