Skip to content

Commit 5fee0df

Browse files
author
Renat0Ribeir0
committed
Create Developing-compatible-products.md
1 parent 5eb45f9 commit 5fee0df

File tree

1 file changed

+118
-0
lines changed

1 file changed

+118
-0
lines changed
Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
---
2+
title: "Developing compatible products"
3+
---
4+
5+
This article covers the basic trademark rules you must follow when developing products based on (or compatible with) Arduino. By following these guidelines, you will be able to develop, share, and even commercialize your products without violating Arduino’s Intellectual Property.
6+
7+
> A compatible product is a product, such as a board, derived from an Arduino board and compatible with the Arduino IDE. A compatible product can be manufactured by a different company and have its own brand, or be unbranded. Compatible products are perfectly legal to make, use and sell, as long as they don’t violate any of Arduino’s trademarks.
8+
9+
<table>
10+
<tr>
11+
<th>Do</th>
12+
<th>Don't</th>
13+
14+
</tr>
15+
<tr>
16+
<td><img src="img/ArduinoBoard_good_example.png" alt="Blue board with butterfly logo and "Butterfly BOARD" written on top"></td>
17+
<td><img src="img/ArduinoBoard_bad_example.png" alt="Green board with butterfly logo and "Butterfly ARDUINO BOARD" written on top" and Arduino Infinity logo below"></td>
18+
</tr>
19+
<tr>
20+
</table>
21+
22+
---
23+
24+
## Open source and compatible products
25+
26+
Most hardware designs of Arduino are open source. Copying and further developing these designs is allowed, however:
27+
28+
* It is **not allowed** to print the word *Arduino* or the Arduino logo on the board. Manufacturing and selling counterfeits is illegal.
29+
30+
* It is **not allowed** to call your compatible product *Arduino*, even if you copied the design from Arduino. Your finished product is a product compatible with Arduino and should have its own name and brand.
31+
32+
## Logo
33+
34+
If you want your compatible product to carry a logotype, you should develop your own. Your logo should be clearly distinguishable from the Arduino logo, even if your product is derived from the Arduino technology.
35+
36+
You are not allowed to use the Arduino logo in connection with the compatible product you have developed. This includes: printing the logo on the product, on the packaging, or on any promotional material advertising your product (including social media).
37+
38+
Modified versions of the Arduino logo are considered trademark violations.
39+
40+
## Name
41+
42+
It is understandable that compatible brands want to make a reference to Arduino<sup>®</sup>, in order for their customers to easily identify what type of product it is.
43+
44+
To indicate that your product is compatible with Arduino, you should use the correct phrasing. For example:
45+
46+
* “Compatible with Arduino”
47+
* “For Arduino”
48+
* “Based on Arduino”.
49+
50+
> Always place the word Arduino last.
51+
52+
### Catalog and websites
53+
54+
The word Arduino is a brand name, not a category. Therefore, you should clearly separate original Arduino products and compatible products in your catalog or website.
55+
56+
### Company name
57+
58+
The Arduino name cannot be included in a company name even if the company uses the same technology as Arduino. This includes domain names too.
59+
60+
## Examples
61+
62+
<table>
63+
<tr>
64+
<th>Issue</th>
65+
<th>Do</th>
66+
<th>Don't</th>
67+
</tr>
68+
<tr>
69+
<td>Product name</td>
70+
<td>Butterfly Board - compatible with Arduino</td>
71+
<td>Butterfly Arduino Board </td>
72+
</tr>
73+
<tr>
74+
<td>Product name</td>
75+
<td>Ladybird Shield for Arduino</td>
76+
<td>Arduino Ladybird Shield</td>
77+
</tr>
78+
<tr>
79+
<td>Product name</td>
80+
<td>Grasshopper Starter Kit based on Arduino</td>
81+
<td>Grasshopper Arduino Starter Kit </td>
82+
</tr>
83+
<tr>
84+
<td>Logo</td>
85+
<td><img src="img/ButterflyBoard_good_example.png" alt="Gray butterfly logo with "Butterfly BOARD" written on the side"></td>
86+
<td><img src="img/ButterflyBoard_bad_example.png" alt="Arduino Infinity logo with "Butterfly BOARD" written on the side"></td>
87+
</tr>
88+
<tr>
89+
<td>Product Category</td>
90+
<td style="vertical-align: top;">
91+
Product menu:
92+
<li>Arduino<sup>®</sup><ul>
93+
<li>Arduino<sup>®</sup> boards</li>
94+
<li>Arduino<sup>®</sup> Kits</li>
95+
</ul>
96+
<li>Compatible with Arduino<ul>
97+
<li>Butterfly boards</li>
98+
<li>Grasshopper kits</li>
99+
</ul>
100+
</li>
101+
</td>
102+
<td style="vertical-align: top;">
103+
Product menu:
104+
<li>Arduino<ul>
105+
<li>Butterfly boards</li>
106+
<li>Grasshopper kits</li>
107+
<li>Generic UNO boards</li>
108+
</ul>
109+
</li>
110+
</td>
111+
</tr>
112+
<tr>
113+
<td>Website name</td>
114+
<td>www.butterfly.com</td>
115+
<td>www.butterflyarduino.com</td>
116+
</tr>
117+
<tr>
118+
</table>

0 commit comments

Comments
 (0)