RSS

Blog posts tagged with 'arduino'

Wiring & Driving the L298n H Bridge with 2 to 4 DC Motors
The L298 H Bridge is base on l298 Chip manufacture by ST Semiconductor. The l298 is an integrated monolithic circuit in a 15 lead multi-watt and power S020 package. It is a high voltage and high current full dual bridge driver designed to accept standard TTL logic level and drive inductive loads such as relays, solenoids and DC stepper motor.
How to Use PlatformIO in Visual Studio Code to Program Arduino
Learn how you can add PlatformIO as an extension in Visual Studio Code to further your Arduino programming.
How to Connect Two Arduino Boards Using I2C
Interfacing two Arduino boards using the I2C communication protocol offers a flexible and efficient way of achieving complex tasks that cannot be handled by a single board. With the help of the Wire library, communication between the two boards using I2C is made easy, allowing you to add more components to your project.
Wireless communication between two Arduinos
Sometimes, it is impractical to use a single Arduino to read from a sensor and show the result at that location. For example, it might be in an unreachable or dangerous location, or where running a cable out is not practical. In such instances, we need to transmit the sampled data to a second remote Arduino, such as a nearby control room.