A journey about the Arduino ecosystem, from open source hardware and software to Arduino Create IoT - How the community changed the way to create interactive projects and products.
famous for its boards, the most popular one is the Arduino UNO Arduino is made of software, toolchain and IDEs (Web and Desktop) A huge community of people help each other to create interactive prototypes HARDWARE SOFTWARE PEOPLE
CODE EXPLAINED The sketch collects data from sensors Data is sent to the Arduino IoT Cloud every time the method update() is called if: • a property changes OR • the timing interval expires WHY? To save bandwidth and resources
SIMPLE TO USE Our application IoT protocol • Transport Agnostic • Open Protocol • Flexibility - Focus on the Logic, not the underlying implementation • Effortless User eXperience • Re-use your previous sketch just by adding few lines of code
FANCY Creating pleasant ways to interact with your data • Adding a new widget is one click away • The interface can be easily shared with anyone on the web • Mobile interface ready