-
Notifications
You must be signed in to change notification settings - Fork 165
Getting Started
In this section we will go over step-by-step what hardware you need, how to download the software, upload the ClusterDuck Protocol firmware to a device, and ultimately assemble Ducks to create a simple ClusterDuck Network. Read about the different Duck Types here.
The minimal hardware to create a Duck is a microcontroller with a LoRa board, a power source, a data transfer cable, and an enclosure (optional). There are many combinations of electronics, batteries, and enclosures that can be used. We also open source few 3D print files for enclosures. Coming Soon!
Here are the boards currently supported by CDP:
For a simple ClusterDuck Network, you will want to make at least two Ducks. If you want to create a bigger network, you need to have more boards.
Prerequisites: Download the latest release of CDP from the releases tab, and unzip it in the folder you wish to work from. Please note that cloning from master is unstable and only meant for developers who want to contribute to CDP.
We need a build tool to compile and upload code to each of the Ducks. We recommend PlatformIO, but some community members have used Arduino IDE.
- To use PlatformIO (Recommended)
- To use Arduino IDE
ClusterDuck Protocol 2020-2024 https://www.clusterduckprotocol.org


