Article | REF: H1102 V1

Low cost development platforms for home automation, robotics and embedded systems prototyping.

Author: Daniel ETIEMBLE

Publication date: February 10, 2023

You do not have access to this resource.
Click here to request your free trial access!

Already subscribed? Log in!


Français

4. Arduino and Raspberry programming

4.1 Arduino

Arduino uses an integrated development environment (Arduino IDE) which can be downloaded free of charge for Windows, Mac and Linux.

You'll also need libraries and functions to activate the functionalities of the various modules connected to the Arduino board you're using.

An Arduino program consists of three parts:

  1. variable definition and function declaration ;

  2. the setup() function, which defines the functions executed when the board is initialized;

  3. the loop() function, which defines functions executed in the form of an endless loop.

    Example of an Arduino program: listening to a WAV audio...

You do not have access to this resource.

Exclusive to subscribers. 97% yet to be discovered!

You do not have access to this resource.
Click here to request your free trial access!

Already subscribed? Log in!


The Ultimate Scientific and Technical Reference

A Comprehensive Knowledge Base, with over 1,200 authors and 100 scientific advisors
+ More than 10,000 articles and 1,000 how-to sheets, over 800 new or updated articles every year
From design to prototyping, right through to industrialization, the reference for securing the development of your industrial projects

This article is included in

Software technologies and System architectures

This offer includes:

Knowledge Base

Updated and enriched with articles validated by our scientific committees

Services

A set of exclusive tools to complement the resources

Practical Path

Operational and didactic, to guarantee the acquisition of transversal skills

Doc & Quiz

Interactive articles with quizzes, for constructive reading

Subscribe now!

Ongoing reading
Arduino and Raspberry programming