Raspberry Pi L298N motor controller: Difference between revisions

From wikiluntti
Line 10: Line 10:


== Connections ==
== Connections ==
Shared ground.


== Python ==
== Python ==

Revision as of 15:54, 12 November 2025

Introduction

RPi is powered by 5V, but on board it is reduced to GPIO 3.3V (GPIOs) and processors and memory (1.8V).

If needed to connect a 5V sensor to Pi, first reduce the 5V to 3.3V by using eg 2 resistors as voltage divider.

However, note that in the digital line the 1 bit is at __V.

L298N

Connections

Shared ground.

Python

Install the GPIO package

sudo apt install python3-rpi.gpio

1

1

1

1

1

1

References