Interfacing(USB – RS232 – I2c -ISP) Projects

Arduino Switch case2 Statement

Arduino Switch (case) Statement, used with serial input

An if statement allows you to choose between two discrete options, TRUE or FALSE. When there are more than two options, you can use multiple if statements, or you can use the switch statement. Switch allows you to choose between several discrete options. This guide demonstrates how to utilize a switch to activate one of […]

Arduino Switch (case) Statement, used with serial input Read More »

Interfacing Electronic Circuits to Arduino

Interfacing Electronic Circuits to Arduinos

Interfacing Electronic Circuits to Arduino In this tutorial, I show how to link an Arduino to an ARINC 429 transceiver as an illustration of interfacing an Arduino with circuits, so you can use these methods for your projects. The ARINC 429 bus is commonly utilized for computer to computer communications on aircraft. The ARINC 429

Interfacing Electronic Circuits to Arduinos Read More »

Use Arduino to Interface with a Remote Controlled Power Switch

Use Arduino to Interface with a Remote Controlled Power Switch

Update: check out the RFToy — an easy-to-use standalone gadget to control remote power sockets. Also, support for remote power sockets have been added to OpenSprinkler firmware 2.1.1. For a while I’ve been looking for a way to switch household power line (110V) devices. One of the simplest options is to use a relay that is connected to

Use Arduino to Interface with a Remote Controlled Power Switch Read More »

How to Create an Arduino Compatible Bluetooth 4.0 Module

How to Create an Arduino Compatible Bluetooth 4.0 Module

I had been looking for a cheap alternative to some of the Arduino Bluetooth devices I’d seen, which in my opinion are overpriced. Redbear’s Mini: $39.95 (Note: This is a uC and BLE combo). Redbear’s Uno Shield: $29.95 BLEDuino: $19.95 (if part of Kickstarter) Bluegiga Shield: $69.95 After seeing these, I thought I’d try to

How to Create an Arduino Compatible Bluetooth 4.0 Module Read More »

Integrated Sensor and L298N Motor Shield

Compact 3-in-1 Stripboard DIYduino with Integrated Sensor and L298N Motor Shield

I am presenting a compact design of a stripboard Arduino board (DIYduino) that includes a 2A motor driver and has additionally the functionality of a sensor shield. The 2-channel version cost approximately $29.43 and is more affordable compared to $39.00 for a commercially available system consisting of an Arduino Uno, $21.50, a sensor shield, $8.50,

Compact 3-in-1 Stripboard DIYduino with Integrated Sensor and L298N Motor Shield Read More »

Scroll to Top