Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
Jupiterian's user avatar
1 vote
1 answer
224 views

Register writing by compound assignment and pointer in Arduino due

I'm confused with register wrting method by compound assignment and/or pointer because I don't know where are some of the values come from. Example 1 REG_PMC_PCER1 |= PMC_PCER1_PID36; // Enable PWM - ...
7E10FC9A's user avatar
  • 209
0 votes
1 answer
189 views

If and while statements not working

The second and third while and if are not working but the first while and if do work. Am I doing something wrong? #include <DFMiniMp3.h> int sw1 = 3; int sw2 = 4; int sw3 = 5; class Mp3Notify ...
Habib Anwari's user avatar
0 votes
1 answer
101 views

Gauss solver for IIR filter

I write a piece of code in online GDB using c++, the code calculates some coefficients for a IIR filter which tries to approximate a fractional derivative and integral for a fractional PID control. ...
user2461687's user avatar
1 vote
0 answers
54 views

Voice receiver arduino

I have the following situation. I would like to develop a bracelet prototype that identifies when a person is on the go and also issue a question to the person for that bracelet and get an ...
Darlan Candiotto's user avatar
0 votes
1 answer
7k views

Arduino Uno: avrdude: stk500_recv(): programmer is not responding

I have an original Arduino Uno board purchased directly from the official arduino website. I have used it successfully with IDE v1.8.5 on my Windows 10 laptop for various projects in the last 6 months....
Anurag's user avatar
  • 101
1 vote
1 answer
2k views

Arduino Due's clock frequency

I want to change the clock frequency of the Arduino Due. The default value of the main clock, according to the SAM micro-controller, is 4 Mhz. But I found in some forums that it is 84 Mhz. But I need ...
kaya's user avatar
  • 13
0 votes
2 answers
753 views

Reducing noise and finding sampling rate

I have Arduino Due R3 (84MHz) and I am trying to find the mean of value from AnalogRead. I have to set the sampling rate of 8000 samples/second with 4 channels. I tried using for loop for this purpose....
Sam Thornton's user avatar
1 vote
1 answer
3k views

How to configure 2nd Quadrature Decoder IO pins in Arduino IDE

I am working to read two quadrature encoders using a single Arduino DUE, as part of my summer vacations project. According to the following link http://atmel.force.com/support/servlet/fileField?id=...
Masood Salik's user avatar
1 vote
2 answers
3k views

Linker error when trying to use functions in separate header and source files

It is my first day of working with Arduino (it is a Due). I want to read from TMP102 through I2C. I wrote some code and it works just fine. But now I want to separate the TMP102 code from the main ...
Dumbo's user avatar
  • 109
5 votes
2 answers
2k views

Arduino onboard LED pin number as a constant

To use the onboard LED on an Arduino one usually has to know the pin number (13 in most cases), but is there a constant in the Arduino IDE one can use as well? So is it possible to use something ...
bastelflp's user avatar
  • 189
-1 votes
1 answer
1k views

Control brightness of 20 watt street LED light using Arduino

I have searched google and I now know that if we change the resistance, we can change the brightness of an LED, but I was wondering how to change resistance by using a micro controller.
pullarao kommineni's user avatar
2 votes
2 answers
128 views

I am running 1.6.5, but the folder says 1.6.3? [closed]

I just downloaded the latest version of the Arduino software (1.6.5). However, when I look into the Application Support folder under Library (I have a mac), I find that I have a folder named 1.6.3: ...
David Roberts's user avatar
1 vote
0 answers
73 views

Arduino IDE Board Manager: Unable to install Due on 1.6.5 [duplicate]

I have an Arduino Due I'd like to start using. I've been using Unos, Megas etc no problem. The newer IDEs have removed the Due support. I've been trying to install Due support through the Board ...
Tom's user avatar
  • 226
2 votes
1 answer
14k views

Manual Arduino Due Installation

Not sure if this is the right place to post this. I have an Arduino Due I'd like to start using. I've been using Unos, Megas etc no problem. The newer IDEs have removed the Due support. I've been ...
Tom's user avatar
  • 226

15 30 50 per page