Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
97 views

We have a repository that we build using Arduino IDE and we're trying to setup Coverity Checks for it. I tried using arduino-cli for cov-build but it gives the error "No files were emitted". ...
NYPY's user avatar
  • 13
0 votes
1 answer
158 views

I'm attempting to use Arduino CLI on a Windows Build Server (Windows Server 2022 Datacenter Azure Edition) to compile some Arduino code. My Arduino code is hosted in Github, and I have a YAML file/...
jobrien9's user avatar
  • 172
1 vote
1 answer
725 views

I am trying to flash an arduino from my raspberry pi through ssh so I decided to use arduino-cli. I have been able to set it up and flash a standard blinking sketch to the arduino without any issues. ...
aihustle's user avatar
0 votes
1 answer
414 views

I am developing a car robot for that I am using arduino and motor driving shield. I am trying to send commands from esp32 to arduino(as I am getting commands to esp32 from internet). commands like ...
Deekshith Ranga Babu Tirumala's user avatar
0 votes
2 answers
953 views

How do I include a local file? This is my project structure (with multiple sketches): (project root) - some_config.json - SketchOne/ - SketchOne.ino - SketchTwo/ - ...
Farish Irfan's user avatar
0 votes
1 answer
219 views

I can't understand, what device-name I should use for attiny88? For example, string for my old nano was arduino:avr:nano:cpu=atmega328old I installed cores for attiny in arduino-cli, and test this ...
Крошка Ру's user avatar
0 votes
1 answer
2k views

Using arduino-cli, the arduino-ide, or directly the esptool.py (from https://github.com/espressif/esptool) I obtain the following error when uploading a simple (correct) sketch. x@y:~/blink$ ~/tools/...
65537's user avatar
  • 28