Thursday 16 April 2020

SMS Monitor || P10 LED Scrolling Text Display || Arduino || SIM800L





1.       
LED
Scrolling message Display using 8051 | how to make moving message display
                https://www.youtube.com/watch?v=F_RjCwdKHPY

2.       
PC
Based LCD Scrolling Message Display

3.       
Arduino
Based Moving Message Display Using Bluetooth | Scrolling Display using P10 +
Arduino

https://www.youtube.com/watch?v=ltvfGKJeGxM


SMS Monitor || P10 LED Scrolling Text Display || Arduino || SIM800L


PROJECT VIDEO LINK:

Pin diagram:




PROJECT BLOCK DIAGRAM:
android app LINK:


SAMPLE SOFTWARE CODE:
----------------------

#include <SPI.h> #include <DMD.h> #include <TimerOne.h> #include "SystemFont5x7.h" #include "Arial_black_16.h" #define ROW_MODULE 2 #define COLUMN_MODULE 1 DMD p10(ROW_MODULE, COLUMN_MODULE); char message[200]; char char_read; byte pos_index = 0; int i; char welcome_screen[] = "Arduino Based Moving Message Display Using GSM-SMS"; void p10scan() { p10.scanDisplayBySPI(); } void setup() { Serial.begin(9600); pinMode(led, OUTPUT); ////BUZZ OUT PUT digitalWrite(led,HIGH);///BUZZER LOW OFF Timer1.initialize(2000); Timer1.attachInterrupt(scan_module); led_module.clearScreen( true ); Serial.println("AT");delay(500); Serial.println("AT+CMGF=1");delay(500); Serial.println("AT+CMGD=1,4");delay(1000); Serial.println("ATE0");delay(500); Serial.println("AT+CNMI=2,2,0,0,0");delay(500); Serial.println("AT&W");delay(500); digitalWrite(led, LOW); strcpy(message,welcome_screen); } void loop() { if(Serial.available()) { for(i=0; i<199; i++) { message[i] = '\0'; Serial.print(message[i]); } pos_index=0; } while(Serial.available() > 0) { p10.clearScreen( true ); if(pos_index < (199)) { char_read = Serial.read(); message[pos_index] = char_read; pos_index++; } } p10.selectFont(Arial_Black_16); p10.drawMarquee(message ,200,(32*ROW_MODULE)-1,0); long start=millis(); long timer_start=start; boolean flag=false; while(!flag) { if ((timer_start+30) < millis()) { flag=p10.stepMarquee(-1,0); timer_start=millis(); } } }




Tuesday 14 April 2020

Online Embedded systems tutors - Online Embedded Projects Support


-------------------------------------------------------------------------------
EMBEDDED & IOT BASED PROJECT TITLES
[MAJOR PROJECTS 2020-2021]
NODE MCU / ESP32/Arduino / CortexM3
Raspberry Pi/8051/AVR/PIC /ARM7/MSP430 Based Projects
-------------------------------------------------------------------------------
SVSEMBEDDED - 9491535690 / 7842358459
Project help & learning - Online Support
·         You can build this project at home. With step by step process Explain on video call and remote desktop command line console
·         Team Viewer: The Remote Desktop Software
·         Any Desk: The Fast Remote Desktop Application Software.
·         We will charge the Money depends on the project worth.
·         We will write the code on your Computer with Remote Desktop connection and Compile the code in your computer only Dumping the code to u r computer
·         Online embedded project kit support.
·         Indian timings 10:00am to 6:00pm. (WhatsApp / Google Duo video and voice calls)
·         You can build this project support in case of any doubts- online YouTube tutorials.
·         We can develop the Project with your own ideas also.
·         We will sell full project kit also(Send me mail to svsembedded@gmail.com)
·         Please Subscribe For More Project Videos --► http://bit.ly/29vPrS9
·         Slice--►http://www.svskits.in/
·         blog --►http://www.svskit.com/
·         site --►http://www.svsembedded.com/

Monday 13 April 2020

Home Security System Based on Smoke, Fire, Pir and Door Sensor's Alert Using MSP430G2553 LANCHPAD

Home Security System Based on Smoke, Fire, Pir and Door Sensor's Alert Using MSP430G2553 LANCHPAD

PROJECT VIDEO LINK:

PROJECT BLOCK DIAGRAM:

SOFTWARE COMPILER LINK:
https://energia.nu/download/


SAMPLE SOFTWARE CODE:
----------------------
#include <LiquidCrystal.h>
LiquidCrystal lcd(P2_0, P2_1, P2_2, P2_3, P2_4, P2_5);

const int door=P1_2;
int dooralert=1;
int buzz=P1_6;

void setup() 
{
lcd.begin(16, 2);
pinMode(buzz, OUTPUT); 
pinMode(door, INPUT);
digitalWrite(buzz,LOW);
lcd.clear();
lcd.setCursor(0, 0);lcd.print("Home Security");
lcd.setCursor(0, 1);lcd.print("System Based on");
delay(3000);lcd.clear();

lcd.clear();
lcd.setCursor(0, 0);lcd.print("Alert Using ");
lcd.setCursor(0, 1);lcd.print("MSP430G2553 ");
delay(3000);lcd.clear(); 
}


void loop()
{
dooralert = digitalRead(door);
if (dooralert == LOW){lcd.setCursor(0,1);lcd.print("DOOR OK   ");delay (100);digitalWrite(buzz,LOW);delay(1000);}
else{lcd.clear() ;lcd.setCursor(0,0);lcd.print("DOOR ALERT  ");delay(1000);digitalWrite(buzz,HIGH);}

}

Saturday 11 April 2020

Analog Clock Display using Arduino with TFT LCD





1.     
Adafruit 2.2" TFT and Arduino,
2.     
adafruit 3.5'' tft arduino - arduino tft
gui builder,
3.     
Adjusting Dual Clock using DS3231 on
1.8" ST7735 Display,
4.     
analog clock arduino Uno 2.4" LCD
TFT spfd5408,
5.     
Analog Clock Ver.3 With Arduino Uno +
TFT LCD Shield 2.4 ,
6.     
Analogue Clock On 2.8"TFTLCD
TouchScreen Using Arduino,
7.     
Arduino - Simple Bedside Clock,
8.     
Arduino ~ OLED Clock v2.0,
9.     
Arduino Analog clock with DS1307 - Cee'z
Blog,
10. 
ARDUINO ANALOG CLOCK WITH OLED DISPLAY,
11. 
Arduino AnalogClock,,
12. 
arduino capacitive touch screen,
13. 
Arduino Clock - Arduino Project Hub -
Arduino Create,
14. 
Arduino Digital Clock on DS3231 RTC and
TFT 2.2 LCD DIY,
15. 
Arduino DS3231 Real Time Clock With
Color TFT,
16. 
Arduino Due - TFT LCD 2.2" ILI9341
and DS3231,
17. 
Arduino Led Matrix Clock 8x32 on max7219
IC,
18. 
Arduino Project: Real time clock (RTC)
and temperature monitor using the DS3231 module,
19. 
Arduino Project: Real time clock DS3231
and 1.8 Color TFT display ST7735,
20. 
Arduino Real Time Clock and temperature
Monitor using the DS3231 RTC,
21. 
Arduino Real Time Clock and temperature
Monitor with 3.2,
22. 
Arduino Real Time Clock project with the
DS1302 module and a Nokia 5110 LCD display,
23. 
Arduino Real time clock with ST7735
color TFT and DS1307,
24. 
Arduino Temp - Monitor And Real Time
Clock With 3.2" Display,
25. 
arduino tft - arduino clock - st7735
arduino,
26. 
arduino tft clock - arduino tft gui
builder,
27. 
arduino touch screen button code,
28. 
arduino touch screen button code -
arduino clock radio,
29. 
Arduino Touch Screen MP3 Music Player
and Alarm Clock Project,
30. 
Arduino Uno TFT 3.95 LCD Touch Screen
with sd card,
31. 
Arduino: DS3231 Real time Clock RTC
Module,
32. 
Clock and calendar using Arduino due
internal RTC and I2C LCD display,
33. 
clock with thermometer using DS3231 on
1.8" ST7735 display,
34. 
CreaTechWeb - Displaying an Clock / Time
on a LCD TFT,
35. 
Digital Clock + Prayer Times +
Thermometer dengan DS3231 dan LCD TFT 2.4",
36. 
Digital Clock with Arduino and DS1307 -
ElectroSchematics.com,
37. 
Digital clock with Arduino, 128x64 LCD
display and RTC module DS3231,
38. 
Display Time Date-I2C LCD and DS3231
Real Time Clock,
39. 
DIY Digital World Clock using Arduino
and HMI TFT LCD, IOT,
40. 
DS3231 OLED clock with 2-button menu
setting and temperature display,
41. 
Enigma QR Clock - Arduino Project Hub -
Arduino Create,
42. 
Full color analog clock with Arduino and
ILI9163c display,
43. 
Getting Started With DS3231 RTC Module,
44. 
Gorgy Meteo Clock - Arduino Project Hub
- Arduino Create,
45. 
GPS Clock With TFT and Arduino : 11
Steps – Instructables,
46. 
How to Display a Simple Analog Clock on
the OLED Screen,
47. 
How to Make Realtime Clock using Arduino
and TFT display,
48. 
HSVClock - Arduino Project Hub - Arduino
Create,
49. 
LED Arduino Clock,
50. 
Plant Watering System with TFT LCD -
Arduino Create,
51. 
Project V - 28. Analog Clock on TFT LCD
2'4 Inch (Arduino),
52. 
Real time clock and temperature monitor
with a DS3231,
53. 
real time clock with temperature using Arduino,
54. 
tft display arduino - arduino clock -
adafruit 3.5'' tft Arduino,
55. 
TFT LCD Acclerometer GRAPHING Arduino
Project,
56. 
The Talking Alarm Clock - Arduino
Project Hub - Arduino Create,
57. 
Top 5 Elctronic Project with Bc547
Transistor, Tri AC, RGB LED, Photo Diode,
58. 
touch screen interfacing with Arduino,
59. 
Ultimate Beginner's Guide to Run TFT LCD
Displays by Arduino,
60. 
Weekend Projects - S.M.A.R.T. Alarm
Clock,