Question 14.12: Using Small Arduinos with a Raspberry Pi You want to use an ......

Using Small Arduinos with a Raspberry Pi

You want to use an Arduino board with a Raspberry Pi, but would like something more compact.

Step-by-Step
The 'Blue Check Mark' means that this solution was answered by an expert.
Learn more on how do we answer questions.

Use one of the small breadboard-friendly Arduino boards.

Figure 14-17 shows an Arduino Pro Mini board. Boards like this have the great advantage that they can be plugged directly into breadboard along with other components needed for the project. The Pro Mini board is also available in a 3.3V version, which avoids any need for level conversion when you’re using it with a Raspberry Pi.

Discussion

Some of these boards, such as the Pro Mini shown in Figure 14-17, require a USB programming interface. You can program them from the Raspberry Pi or another computer if that proves problematic.

As well as official Arduino boards, you can also find many low-cost clones.

See Also

Other boards to consider are:

• Teensy

• Arduino Micro

• Arduino Nano

14.17

Related Answered Questions

Question: 14.11

Verified Answer:

The I2C bus has the concept of master and slave de...
Question: 14.10

Verified Answer:

Use a level converter or pair of resistors to conn...
Question: 14.9

Verified Answer:

Use PyFirmata to send commands to an Arduino to ge...
Question: 14.8

Verified Answer:

Use PyFirmata to send commands to an Arduino to ge...
Question: 14.7

Verified Answer:

Use PyFirmata to read an analog input on the Ardui...
Question: 14.6

Verified Answer:

Use PyFirmata to read a digital input on the Ardui...
Question: 14.5

Verified Answer:

Use a level converter to connect the RXD pin of th...
Question: 14.14

Verified Answer:

Use an aLaMode interface board. You may find that ...
Question: 14.15

Verified Answer:

Follow this detailed tutorial to set up the Arduin...