|
|
|
|
|
by ndiddy
252 days ago
|
|
> You can make a low volume product by buying a bunch of Arduinos as your controller. You just stick them in the device. There's no license issue. Note that the Arduino libraries are LGPL licensed. Unless you have a commercial agreement with Arduino, you have to distribute your firmware to your customers as object files so it can be linked to updated/modified versions of the Arduino libraries. This means that I wouldn't use Arduino for a shipping product unless you're fine with the firmware on the device being publicly available. |
|