Interfacing(USB – RS232 – I2c -ISP) Projects

Serial Call and Response using Arduino

Serial Call and Response using Arduino

This example demonstrates multi-byte communication from the Arduino board to the computer using a call-and-response (handshaking) method. This sketch sends an ASCII A (byte of value 65) on startup and repeats that until it gets a serial response from the computer. Then it sends three sensor values as single bytes, and waits for another response […]

Serial Call and Response using Arduino Read More »

Arduino Simple keyboard

Simple keyboard using the tone() function using Arduino

This example shows how to use the tone() command to generate different pitches depending on which sensor is pressed.   Circuit Connect one terminal of your speaker to digital pin 8 through a 100 ohm resistor, and its other terminal to ground. Power your three FSRs (or any other analog sensor) with 5V in parallel. Connect each

Simple keyboard using the tone() function using Arduino Read More »

INTERF1

Interfacing LabVIEW With Arduino

Interfacing LabVIEW With Arduino In previous article of Getting Started with LabVIEW, we have seen about LabVIEW and how it can be graphically programmed and executed in computer (software level). Now in this article we learn about How to Interface LabVIEW with Arduino Board. Requirements To interface LabVIEW with Arduino, you require the following software’s and hardware’s,

Interfacing LabVIEW With Arduino Read More »

MKR1000 to Initial State DHT Visulaizations

MKR1000 to Initial State DHT Visulaizations

This demonstrates how to use your Arduino MKR1000 to connect to InitialState.com to produce colorful visualizations of your sensor data. Things used in this project Hardware components Arduino MKR1000 × 1 DHT11 Temperature & Humidity Sensor (4 pins) × 1 Breadboard (generic) × 1 Jumper wires (generic) × 1 USB-A to Micro-USB Cable × 1

MKR1000 to Initial State DHT Visulaizations Read More »

Scroll to Top