CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 15:32:01 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
cf-ray: 965d2fe12dd0c1c2-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=82e8b408-bd9d-47f1-94e6-304f9aa4eae9; expires=Mon, 27 Jul 2026 15:32:01 GMT; domain=.stackexchange.com; path=/; secure; httponly
set-cookie: prov=82e8b408-bd9d-47f1-94e6-304f9aa4eae9; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=ZxlmQwQc9HRRwd0pQX9CRsy4cuoa.eHjN17p35zQJd8-1753630321-1.0.1.1-TpI2nTKpbASfGorxxtYH1HBhyyCpi8wequSUB9c7JmtEQXzijxLqAKXScniZO0ocODg4jXa6_9qM0IBHAHYsLAnaVbWAlhQ40PzO12BDmoU; path=/; expires=Sun, 27-Jul-25 16:02:01 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=mRHB0wrnNc3j7znioH8s2S0LP4oVdD5vKHpwwshB9ic-1753630321342-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
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: 77f49eea-3c9c-4ac1-a108-4375f2efb2fd
x-worker-origin-response-time: 492000000
x-dns-prefetch-control: off
server: cloudflare
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 extend an MDF shelf?
- 3D projective transformations on text in LuaMetaFun
- How can my dwarves keep humans from reverse engineering their technology?
- How do Japanese people understand the reading of a single kanji with multiple readings in their everyday life?
- I don't understand Photos Library.photoslibrary
- How should one pronounce plural French-derived German words?
- How to make that the object sliding down along the local axis while following the rotation of the another object?
- Heretofore I think I have been using 'heretofore' incorrectly
- Source for Adam naming the angels
- Alternative to tedious assert-rewrite for trivial operations?
- Not being introduced to the team – should I ask for it?
- Is the number of n-bead necklace structures using exactly seven different colored beads given by 7th column of A152175?
- Why are police personnel of all ranks called officers?
- Statistics – Linear Inference – What is the moment generating function of non-central t-distribution?
- Not your ordinary affix riddle
- What is the citation for Augustine's "consensus, non concubitus..."
- Hypothetical copyleft exposure developer on proprietary project, legal?
- How many simple groups are there of a given infinite cardinality?
- Can expanding foam provide interior strength for a large model?
- Moving multiplying cells away
- Automatic drawing of polygon around selected polygons in QGIS
- Existence of Jordan curves between a compact and an open set
- Calculus Books Recommendation
- Does SZNUD3160 really eliminate the need for diode?