python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Getting Arduino IDE to compile for C++14
I've been looking to modify the build flags under Arduino's IDE 1.x, or even the Arduino CLI (which I haven't used but am willing to adopt) such that I can undefine -std=gnu++11 and instead define -st...

honey the codewitch
Votes: 0
Answers: 1
ARDUİNO DUE measurement nanoseconds time
For my project I need to measure time in nanosecond fineness. (Like measuring the travel time of radio waves in air).
Hello,
I'm new to Arduino due.
If I go into a little detail, I have boards such as...
SAG APSS
Votes: 0
Answers: 1
Arduino IDE does not recognize struct
I am trying to send 2 int variables from client to server using ESP-NOW.
The full code of the client is:
/**
ESPNOW - Basic communication - Master
Date: 26th September 2017
Author: Arvind Rav...
Adam B
Votes: 0
Answers: 2
How do I use serial.available 2 times in this code?
int input;
int choices;
void setup() {
Serial.begin(9600);
Serial.println("BIN, DEC, HEX, OCT Converter\n");
retry:
Serial.println("Kindly choose a number system to convert (1, 2, 3, ...
OptiShen
Votes: 0
Answers: 0