Take the 2-minute tour ×
Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. It's 100% free, no registration required.

If you have a prototype with arduino and you wish to create a real product can you do it or the fact that it contains the arduino bootloader prevents you?

BTW, i dont have a product ready. I am thinking options though. Or maybe i will have to go find a job

share|improve this question

migrated from electronics.stackexchange.com Sep 29 '14 at 6:16

This question came from our site for electronics and electrical engineering professionals, students, and enthusiasts.

    
screw a job, i'm making a product right now :) –  KyranF Sep 26 '14 at 11:51
    
but srsly, a one millisecond google search found this: forum.arduino.cc/index.php?topic=104149.0 –  KyranF Sep 26 '14 at 11:52
    
Getting a programmer means never having to worry about the bootloader. Unless you want it field-upgradeable, in which case you probably want one of the encrypted bootloaders Atmel provides anyways. –  Ignacio Vazquez-Abrams Sep 29 '14 at 6:35

1 Answer 1

A quick google search found this info on the Arduino Forum which a user kindly shows the rules relating to this stuff.

The Optiboot bootloader is not actually an Arduino 'product'. Boards you design and software you write using Arduino IDE and libraries does not need to be disclosed to anybody, other than having the objects available (probably in a hidden part of your product's support website, in a "firmware" sub section) for some reason relating to being able to build the source against newer versions of Arduino.

I am currently making a product which I intend to use Arduino libraries and IDE and bootloader for fast development, but the board, schematics, and essentially the application code except for the libraries from Arduino will be mine. If you copy or build stuff specifically for/from Arduino hardware, you must(?) release certain source/schematics etc.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.