19
votes
Accepted
Arduino IDE fails on Fedora with arduino-builder error "Parameter 'tools' is mandatory"
I don't understand why this worked, but I found this comment in Redhat Bugzilla (it doesn't seem to be a bug report specifically about that...but anyway):
Parameter 'tools' is mandatory
[......
5
votes
Arduino IDE fails on Fedora with arduino-builder error "Parameter 'tools' is mandatory"
The problem occurs because arduino does not have permission to modify directory in /usr/share/arduino to create tools-builder
All you have to do is navigate to usr/share/arduino create 'tool-builder' ...
2
votes
Accepted
Arduino Nano Every: get board name in the code
According to documentation the macro to identify the Arduino board is generated as as ARDUINO_{build.board} where {build.board} is from boards.txt file of the 'platform'.
Nano Every has in boards.txt ...
2
votes
Accepted
Making profit from Arduino
The Arduino itself is open, and you can use it to make commercial products.
Note however, that for commercial products, a lot of additional requirements may be needed (regulations, safety, ...
Only top scored, non community-wiki answers of a minimum length are eligible