-
Hi,
I'm new to Arduino programming so this might be a stupid question. I'm trying to post the readings of a temperature sensor from my Arduino MKR1000 to my REST API. This *sometimes* works, howeve…
-
This works perfect in arduino mega. But when I use it in arduino due, there are several 'printf_P' error:
> AES.cpp:532:46: error: 'printf_P' was not declared in this scope
-
### Hardware:
Board: ESP32-DevKitM-1 (ESP32-U4WDH)
Core Installation version: 2.0.0-alpha1
IDE name: Arduino IDE
Flash Frequency: 40Mhz
PSRAM enabled: …
-
The `ino` file:
```cpp
void setup() {
digitalWrite(10, 20);
digitalPinToPort(10);
digitalPinToPort(30);
}
void loop() {
}
```
Errors from the log:
```
root ERROR C/…
-
### Basic Infos
- [x] This issue complies with the [issue POLICY doc](https://github.com/esp8266/Arduino/blob/master/POLICY.md).
- [x] I have read the documentation at [readthedocs](https://arduin…
-
I tried to compile a working program with FastLED and Arduino UNO/Pro Mini on MKRZero and it doesn't work. I become the following warning:
#warning "No pin/port mappings found, pin access will be sli…
-
line of errors when compiling for a trinket M0 on Platformio.
lib\IRLibProtocols\IRLibSAMD21.cpp:108:1: error: narrowing conversion of '(_ETCChannel)-1' from 'short int' to 'uint8_t {aka unsigned c…
lou42 updated
2 years ago
-
It would be nice to have a button at IDE to reset the program already inside arduino, without upload the code on computer.
-
I tried running this example on an Arduino Leonardo + wifishield and it can't compile. The program size exceed the Arduino Leonardo storage space.
Is there a way to make the library a little smaller?…
-
### Describe the problem
When I start Arduino IDE, the window and title bar appear, but it remains forever on the splash screen/loading animation.
### To reproduce
1. Unzip arduino-ide_2.0.0-…