You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clarify hardware claims on Open Source Philosophy page
Several hardware lines could be read as promising editable design
source (KiCad, Gerbers, BOM). For most products we publish
schematics and datasheets as PDFs, plus a KiCad template for
expansion decks. Reworded where that reading was easiest to reach.
Intro: hardware and software shared one verb and one licensing
frame, which invites reading the hardware as licensed the same way.
Split the two halves.
"Semi-open hardware" bullet: "board designs" can be taken to
include layout. Named the format instead.
Licensing table: only hardware row in a table that reads as a full
taxonomy, so it gets applied ecosystem-wide despite being scoped to
reference designs. Some designs are open and most aren't, so
neither the old wording nor a flat denial fits ;licence cell now
"varies by product", with the artifacts spelled out.
Researcher bullet: "full access to internals" covered hardware and
software in one phrase, so how much it promises for hardware is
open to reading. Attached it to each separately.
Promises: split the verb as in the intro.
Open:
- "some older or simpler designs are exceptions" left unspecific;
naming them would be stronger.
At Bitcraze, we believe that meaningful progress in robotics comes when tools are open, flexible and community-driven. Our platform, the Crazyflie<sup>®</sup> ecosystem, is built to allow researchers, educators and innovators to see under the hood, modify, extend, and share. As we state on our website: “The Crazyflie eco system is an open development platform consisting of semi-open hardware and open source firmware/software.”
7
7
8
-
We release both hardware designs and software code under open licenses (see below) so you don’t just use the system, but own it, adapt it, and contribute back.
8
+
We release our software code under open licenses and publish hardware schematics and datasheets, so you don't just use the system, but own it, adapt it and contribute back.
9
9
10
10
This approach purposefully targets three key communities:
11
11
@@ -16,8 +16,8 @@ This approach purposefully targets three key communities:
16
16
## What “Open” Means for Us
17
17
Open means multiple things, and we try to live up to each:
18
18
19
-
-Semi-open hardware: Our board designs, expansion decks, schematics and component choices are published so you can inspect and modify.
20
-
-Open software: Firmware, client libraries, and tools are available from our GitHub. Our repository overview lists dozens of them (firmware for STM32, NRF, clients in Python, mobile, etc)
19
+
-Open software: Firmware, client libraries, and tools are available from our GitHub. Our repository overview lists dozens of them (firmware for STM32, NRF, clients in Python, mobile, etc)
20
+
-Semi-open hardware: Our schematics and datasheets are published as PDFs so you can inspect and modify a design. We publish an expansion deck KiCad template you can build on.
21
21
- Open tooling: We build using open-source tools and dependencies so there are no hidden black boxes.
22
22
- Open community & contribution: You can raise issues, propose changes, submit pull requests. As we say: “Contribute your work – Open source is all about sharing and caring!”
23
23
- Open knowledge: Documentation, tutorials and example projects are published so others can replicate, extend, and build upon.
@@ -40,7 +40,7 @@ Here’s a summary of how we apply licensing, and what it means for you:
40
40
|---|---|---|
41
41
| Website content & sample code | LICENSE.md (often MIT/BSD-style) | You can reuse it, adapt it, reference it (with attribution) as per the license. |
42
42
| Firmware / client libraries | Open source (check each GitHub repo for license header) | You can modify, build, use for research and commercial prototyping (check specific terms). |
43
-
| Hardware reference designs |Open-hardware friendly licences (see repo)|You can inspect, modify board designs, build your own variants. Again, verify license. |
43
+
| Hardware reference designs |Varies by product, check the relevant repo |Schematics and datasheets are published as PDFs, enough to inspect a design, modify a board, or design your own against it. For most products the editable design files (layout, Gerbers, BOM) are not published; some older or simpler designs are exceptions. A KiCad deck template is published for building your own expansion decks. |
44
44
| Trademarks & branding (Bitcraze, Crazyflie) | Retained by Bitcraze AB | You may not use the brands/logos in a way that implies endorsement or causes confusion. |
45
45
| Community / contributions | Contributor license or terms in repo | If you contribute, your contribution is typically covered by the repo’s license and you may grant us rights to incorporate it. |
46
46
@@ -61,7 +61,7 @@ In a fast-moving ecosystem like ours, change is inevitable, yet we want users to
61
61
62
62
## What This Means for Research, Education & Innovation
63
63
### For Researchers
64
-
- You have full access to internals, both for hardware and software, to validate, replicate or extend experiments.
64
+
- You have full access to the software and firmware, and published schematics for the hardware, to validate, replicate or extend experiments.
65
65
- You can build custom decks, instrument sensors, integrate with simulation, and modify firmware.
66
66
- The ecosystem is already used in peer-reviewed research, so you’re not starting from a closed black box.
67
67
@@ -83,10 +83,10 @@ Openness only works if the community participates. Here’s how you can help:
83
83
- Respect others: when you incorporate community work, attribute appropriately, follow license terms, and contribute improvements back when possible.
84
84
85
85
## Our Promise to You
86
-
- We will keep releasing hardware and software under openly disclosed licences.
86
+
- We will keep releasing software under openly disclosed licences, and documenting hardware with published schematics and datasheets.
87
87
- We will publish definitions, schemas, and APIs openly and strive to keep backward compatibility where feasible.
88
88
- We will maintain documentation, tutorials and example code to help you onboard and get productive.
89
89
- We will operate transparently: you will know what is open, what is controlled, and why.
90
90
91
91
## Summary
92
-
You’re getting a platform where you can look inside, modify, build upon, and share. We don’t pretend you can do anything without rules, but we do commit to being as open, collaborative and enabling as possible. If you’re a researcher, educator or innovator who values clarity, control and community, you’re in the right place.
92
+
You’re getting a platform where you can look inside, modify, build upon, and share. We don’t pretend you can do anything without rules, but we do commit to being as open, collaborative and enabling as possible. If you’re a researcher, educator or innovator who values clarity, control and community, you’re in the right place.
0 commit comments