Questions tagged [arduino-cli]
Arduino CLI is an all-in-one solution that provides builder, boards/library manager, uploader, discovery and many other tools needed to use any Arduino compatible board and platforms.
12 questions
0
votes
0
answers
110
views
Input/Output error upload with arduino-cli / avrdude
Unpacked my first Arduino today, an Uno. Went to try the instructions from the arduino-cli getting started tutorial.
When I connect the unit with USB, I get three quick flashes, then slow continual ...
1
vote
0
answers
862
views
Functions downgraded in the I2S library using an ESP32
I am following the instruction to setup a microphone with an esp32 with arduino cli.
Here is the tutorial
https://dronebotworkshop.com/esp32-i2s/#Resources
https://www.youtube.com/watch?v=m-MPBjScNRk&...
4
votes
2
answers
851
views
How to change partition scheme with arduino-cli?
I'm using arduino-cli to program an ESP32-S2. If I compile my sketch using the default partition scheme
> arduino-cli compile -b esp32:esp32:esp32s2 sketch
a lot of space is allocated for SPIFFS ...
1
vote
1
answer
674
views
Error while uploading the sketch to Arduino UNO using CLI
I have connected my Arduino UNO through USB to Raspberry pi 3B. I am using CLI for editing, compiling and uploading sketches > arduino-cli upload --fqbn arduino:avr:uno cli-test. However, after ...
6
votes
3
answers
3k
views
Using Arduino as a standalone compiler
I mostly program in C/C++ so I conviniently have a GCC compiler for all my compilations. I was wondering if there is a special compiler for Arduino that can be used just like the GCC Compiler? Because ...
3
votes
2
answers
887
views
Servo doesn't move if I detach it AFTER the write
This is a bit weird, and I don't understand anything.
Basically, I'm just playing with my servo. I wrote a small program, which can be found at this link: https://pastebin.pl/view/8e9c9573 (Note: It's ...