-
Hi,
I'm very new to Arduino and only found it when wanting to get some GIF pixel art on my wall. I've purchased a Teensy 4.1, SmartLED shield V5 and a 64x64 RGB LED board. I've been able to get the…
-
This could need some documentation too. I am trying the SPIFFS branch but I get
```
Arduino: 1.6.6 (Mac OS X), Board: "NodeMCU 1.0 (ESP-12E Module), 160 MHz, 921600, 4M (3M SPIFFS)"
In file included…
-
```
What steps will reproduce the problem?
1.include tone library on arduino UNO
2. including #include
3.
What is the expected output? What do you see instead?
Arduino: 1.5.4 (Windows NT (unknown))…
-
Looking at the [listing](https://docs.arduino.cc/libraries/psychichttp/) for this library, it appears that the Arduino Uno R4 WiFi is not supported?
Are there plans to support this board at all?
-
**Describe the bug**
Error while compiling code:
...\Arduino\libraries\Pixie_Chroma\src\pixie_chroma_internal.cpp: In member function 'void PixieChroma::color_blur_x(fract8)':
...\Arduino\libraries…
-
Arduino libraries are stored on github, and can define `export-ignore` in `.gitattributes` file to specify what exactly needs to go into a release Zip file.
For example, when I click on "Source Code …
-
Hi,
I just tried to run the Arduino test sketch and I'm getting the following error in the Arduino console.
Am I using an outdated version of the library? Any other ideas as to why I might be getti…
-
```
What steps will reproduce the problem?
1. Alter code for Arduino 1.0 (wiring.h == arduino.h)
2. Make and run a simple app
3.
What is the expected output? What do you see instead?
Program connecti…
-
```
What steps will reproduce the problem?
1. Alter code for Arduino 1.0 (wiring.h == arduino.h)
2. Make and run a simple app
3.
What is the expected output? What do you see instead?
Program connecti…
-
Hi,
I am trying to use the EloquentTensorFlowCortexM library to deploy a neural network model on the Sony Spresense, however, I am encountering an error which will not allow me to proceed. I have at…