Create a new Iottly Project
A project in Iottly is a set of devices with the same hardware architecture and the same python scripts running on them.

Choose the DEVICE TYPE
Choose a suitable DEVICE TYPE for your board:
- by choosing Raspberry Pi you will be able to install on your RPi a specialized agent which can interact with the GPIOs and I2C
- for any other kind of board you should choose the DEVICE TYPE based on the hardware architecture of your board:
- choose ARMv5 for ARM7EJ, ARM9E, ARM10E processors (this is also known as armel without hardware floating point)
- choose ARMv6 for any ARMv6+ processor, e.g. the ARM11 (this is also known as armhf with support for hardware floating point)
- choose AMD64 for intel/AMD based 64 bit processors
- choose i386 for intel/AMD based 32 bit processors
Unclear what DEVICE TYPE you should choose?
- contact support and we’ll help you sort it out!
Add tags
You can add one or more Project tags, for example to classify the project in a category
That’s it!
You can now proceed by connecting boards to your new project.