Questions tagged [arduino-builder]

6 questions
8
votes
2 answers

Arduino IDE fails on Fedora with arduino-builder error "Parameter 'tools' is mandatory"

The arduino-builder app when invoked directly with parameter --tools /usr/bin works, but the IDE fails with the error in the title for any sketch (including the Blink example). I've tried adding things to preferences.txt…
goldilocks
  • 381
  • 3
  • 13
3
votes
4 answers

Arduino language

I'm learning with my school Arduino and how to use it etc. I know Swift and a little bit of HTML and I would like to learn Arduino language, because I think it's easy! What are the best resources for learning Arduino? What are the best programs to…
3
votes
1 answer

How to compile a sketch using arduino-builder?

How do you compile a sketch with a custom library path using arduino-builder? The docs are a little light. I have my source code organized like this: lib SomeLib somelib.h somelib.cpp src otherfile.h main.ino I've…
Cerin
  • 1,688
  • 2
  • 28
  • 45
1
vote
1 answer

Arduino Nano Every: get board name in the code

I would like to identify the target where I'm downloading my Arduino code. Following this example: How to get board type I'm able to recognize for example Arduino Mini, etc.. but Arduino Every, quite new board is not in the list and I don't…
Andrea Guglielmi
1
vote
1 answer

Making profit from Arduino

I have been experimenting with Arduino for a couple of months, and, riding on the back of my 16 years as a high school science teacher (I am now back at university as a student), I can see a few potential improvements for existing science…
Jim421616
  • 188
  • 2
  • 11
0
votes
1 answer

Build error on a phantom file that is not in my sketch, but somehow created in AppData/Local/Temp\build

on attempt to build I get the following error C:\Users\gmyer\AppData\Local\Temp\build5d24776aeb7b2efec3566cec737c36d8.tmp\sketch\trash\bootloader.c:1:1: error: unknown type name 'This' This modules tests receiving vacuum data from the ^ The…
Gregg
  • 165
  • 1
  • 7