Site Map

GPS TRACKER (Ardiuno ) Based Home Automation System using ArduinoArduino GSM Jammer (900 MHz)Generator start Timer ( on Low Battery capacity )Russian PI metal detector circuit.Arduino FM RadioCAR FAST MOBILE CHARGER2 PHASE AC STABILIZER ( ARDUINO BASED) SURAH-Al-KAHAF-18 by-Mishary-Rashid-Alafasy Arduino-based-uninterruptible-dc-to-dc ARDUINO UNO DTMF BASED CAR GPS TRACKER 60Vdc to 5Vdc Convertor ( 60 VDC TO 40Continue reading “Site Map”

GSM Based Home Automation System using Arduino

Below mentioned simple GSM arduino project where you can control any thing through GSM module . Here SIM900A used , need 3.7 , 2 Amps power supply must for SIM module , ground must common . Simple AT commands use to get output from the module , Pin 7 & 8 of Arduino used as TXContinue reading “GSM Based Home Automation System using Arduino”

Generator start Timer ( on Low Battery capacity )

This simple project can set the generator in automatic way to start the generator on low battery levelspecially for running network system #include   //Default Arduino LCD Librarey is included int Read_Voltage  = A0;int Read_CUTOFF  = A1;int led  = 8;int led1  = 9;const int rs = 12, en = 11, d4 = 5, d5 =Continue reading “Generator start Timer ( on Low Battery capacity )”

Arduino Bluetooth Remote Control (Home Appliances)

Very common Bluetooth Remote control Programming Arduino Nano  from Arduino UNO  1). Remove Atmega 328 from Arduino UNO 2).  Connect Arduino UNO  pin RX to Arduino Nano RX3).  Connect Arduino UNO  pin TX to Arduino Nano TX4). Select COM 6 ,as Arduino UNO on COM 6 Simple programming but need to be updated #include SoftwareSerial mySerial(10, 11);Continue reading “Arduino Bluetooth Remote Control (Home Appliances)”

2 PHASE AC STABILIZER ( ARDUINO BASED)

Below Mentioned circuit #include // number of analog samples to take per reading, per channel#define NUM_SAMPLES 30// voltage divider calibration values#define DIV_1    58.13465#define DIV_2    58.07185#define DIV_3    58.07185#define DIV_4    58.07185// ADC reference voltage / calibration value#define V_REF    4.991LiquidCrystal lcd(12, 11, 5, 4, 3, 2);int sum[4] = {0};         Continue reading “2 PHASE AC STABILIZER ( ARDUINO BASED)”

Design a site like this with WordPress.com
Get started