Arduino Bluetooth Relay Control Code Simple Arduino Bluetooth Relay(Single Relay) Co…
Arduino Bluetooth LED control Components Used » Arduino Uno » Hc 05 Bluetooth module »…
Electronics for you projects Simple electronic circuit for beginners in electronics …
Electric Fence Circuit How to make a simple electric fence high voltage generator de…
Audio projects for students For All Electronics Projects
CONTROL FAN AND LIGHT ARDUINO USING BLUETOOTH CLICK HERE : For All Electronics Proje…
IR REMOTE CONTROL PROJECT This is a simple ir remote control circuit project for home …
This is an arduino atmega328 based audio player.The file type is wav with 8 bit form…
Simple Home Automation Using Arduino void setup() { Serial.begin(38400); pinMode(8, OU…
#define t 30 #define t1 20 #define t2 100 #define t3 50 void setup() { // set…
Control Fan And Light Using Mobile Bluetooth char data=0; void setup() { …
#define t 30 #define t1 20 #define t2 100 #define t3 50 void setup() { // set…
///ELECTRONCS MALAYALAM CLAP SWITCH const int buttonPin = 2; const int ledPin = …
int speaker=8; void setup() { pinMode(13,OUTPUT); pinMode(A3,OUTPUT); pinMode(A4,I…
#include <SoftwareSerial.h> SoftwareSerial soft(2,3); void setup() { …