-
1. Re: Mini project:- PSoC and GSM based human detection using IR proximity.
DaKn_263916 Feb 15, 2015 8:58 AM (in response to userc_41733)Consider posting your project archive for forum to look at -
“File” Creator
“Create Workspace Bundle”
If you are looking for professional project development CyPros would
be one resource -
http://www.cypress.com/?id=1088
Regards, Dana.
-
2. Re: Mini project:- PSoC and GSM based human detection using IR proximity.
rola_264706 Feb 15, 2015 1:41 PM (in response to userc_41733)There are a lot of examples in this community and also in Psco creator under sample projects. You should be able to take those code examples and make your program work. But doing a PSOC project is not as easy as it looks and takes a lot of study and trial by error to get the project working. Good Luck!!!
-
3. Re: Mini project:- PSoC and GSM based human detection using IR proximity.
rola_264706 Feb 15, 2015 1:50 PM (in response to userc_41733)HC-SR501 Human Sensor Module Pyroelectric Infrared 7 meter range $4.44 + shipping output logic high use a comparator to detect the person in room. Send message to GMS device your code. Or send it to the interner using a wireless Ardunino shield.
-
4. Re: Mini project:- PSoC and GSM based human detection using IR proximity.
DaKn_263916 Feb 15, 2015 2:30 PM (in response to userc_41733)The HC-SR501 is all over ebay, ~ $ 1.
There are projects over here that may be of help -
PSOC 4 element14.com
S No
Date
Project Title
1
01-May-2013
2
02-May-2013
3
03-May-2013
4
06-May-2013
5
07-May-2013
6
08-May-2013
7
09-May-2013
8
10-May-2013
9
13-May-2013
10
14-May-2013
11
15-May-2013
12
16-May-2013
13
17-May-2013
14
20-May-2013
15
21-May-2013
16
22-May-2013
17
23-May-2013
18
24-May-2013
19
28-May-2013
20
29-May-2013
21
30-May-2013
22
31-May-2013
23
03-Jun-2013
24
04-Jun-2013
25
05-Jun-2013
26
06-Jun-2013
27
07-Jun-2013
28
10-Jun-2013
29
11-Jun-2013
30
12-Jun-2013
31
13-Jun-2013
32
14-Jun-2013
33
17-Jun-2013
34
18-Jun-2013
35
19-Jun-2013
36
20-Jun-2013
37
21-Jun-2013
38
24-Jun-2013
39
25-Jun-2013
40
26-Jun-2013
41
27-Jun-2013
42
28-Jun-2013
43
01-Jul-2013
44
02-Jul-2013
45
03-Jul-2013
46
05-Jul-2013
47
08-Jul-2013
48
09-Jul-2013
49
11-Jul-2013
50
12-Jul-2013
S No
Date
Project Title
51
15-Jul-2013
52
16-Jul-2013
53
17-Jul-2013
54
18-Jul-2013
55
19-Jul-2013
56
22-Jul-2013
57
23-Jul-2013
58
24-Jul-2013
59
25-Jul-2013
60
26-Jul-2013
61
29-Jul-2013
62
30-Jul-2013
63
31-Jul-2013
64
01-Aug-2013
65
02-Aug-2013
66
05-Aug-2013
67
06-Aug-2013
68
07-Aug-2013
69
08-Aug-2013
70
09-Aug-2013
71
12-Aug-2013
72
13-Aug-2013
73
14-Aug-2013
74
15-Aug-2013
75
16-Aug-2013
76
19-Aug-2013
77
20-Aug-2013
78
21-Aug-2013
79
22-Aug-2013
80
23-Aug-2013
81
26-Aug-2013
82
27-Aug-2013
83
28-Aug-2013
84
29-Aug-2013
85
30-Aug-2013
86
03-Sep-2013
87
04-Sep-2013
88
05-Sep-2013
89
06-Sep-2013
90
09-Sep-2013
91
10-Sep-2013
92
11-Sep-2013
93
12-Sep-2013
94
13-Sep-2013
95
16-Sep-2013
96
17-Sep-2013
97
18-Sep-2013
98
19-Sep-2013
99
20-Sep-2013
100
23-Sep-2013
-
5. Re: Mini project:- PSoC and GSM based human detection using IR proximity.
userc_41733 Feb 16, 2015 11:24 AM (in response to userc_41733)Thank you all. I have the sample code from PSoC Creator and Cypress website. But I am not able to configure proximity sensor and GSM module in single code. I need to send message if human detected in proximity area else don't send message. Still I am not getting output.
-
6. Re: Mini project:- PSoC and GSM based human detection using IR proximity.
JoMe_264151 Feb 16, 2015 12:15 AM (in response to userc_41733)Welcome in the forum, Vaijanath
To help you as good as we can:
Tell us which PSoC4 development kit you have got (Prototype board, Pioneer Kit, BLE or self-made PCB)
Show us what you have done so far and post your complete project here. Use Creator->File->Create Workspace Bundle (minimal) and attach the resulting file here. So we can see where you got stuck and help you.
Bob
-
7. Re: Mini project:- PSoC and GSM based human detection using IR proximity.
helic_263931 Feb 16, 2015 8:21 AM (in response to userc_41733)Did you get the proximity sensor running? You can just light up a LED when a person is detected.
Did you get the GSM to send a short message?
Its best when you come up with concrete problems and questions. The volunteers in this forum here have all a day job, and won't have the time to solve complete projects. So split up your problems into multiple and simpler steps, and try to solve them.
-
8. Re: Mini project:- PSoC and GSM based human detection using IR proximity.
userc_41733 Feb 16, 2015 11:35 AM (in response to userc_41733)Thanks all. Actually I have codes for proximity and GSM interface with PSoC 4 Pioneer kit. But I am not getting how to configure this two in single code. My requirement is "If human is detected then send message", but I am confused for code.
-
9. Re: Mini project:- PSoC and GSM based human detection using IR proximity.
helic_263931 Feb 16, 2015 12:01 PM (in response to userc_41733)So if you have these two implemented, it shoud be easy. Lets say you have a function 'sendAlertMessage()' for sending the alter, and a function 'isHumanDetected()' that return 0 if no human is there and 1 if one is there, then its like
// replace by actual config code initGSM(); initProximity(); for (;;) { if (isHumaDetected()==1) { sendAlertMessage(); } }
done.
-
10. Re: Mini project:- PSoC and GSM based human detection using IR proximity.
EvPa_264126 Feb 16, 2015 12:39 PM (in response to userc_41733)Just do not forget about waiting a few minutes, or splurge on SMS )))))
Maybe better through the Internet?
-
11. Re: Mini project:- PSoC and GSM based human detection using IR proximity.
JoMe_264151 Feb 16, 2015 12:43 PM (in response to userc_41733)Taking hli's description literally "function 'isHumanDetected()' that return 0 if no human is there" the code should better read
if (isHumaDetected()!= 0) { sendAlertMessage(); }
or, since we are here in C.language
if (isHumaDetected()) { sendAlertMessage(); }
nit-picker Bob
-
12. Re: Mini project:- PSoC and GSM based human detection using IR proximity.
helic_263931 Feb 16, 2015 2:33 PM (in response to userc_41733)Since I defined the isHumandDetected() function as returning just 0 and 1, all these versions are functionally identical :)
I just did not want to introduce the "bool" type at this point...
@pavloven: you are right, a delay after a notification is in order. But right now vaiju just needs to get it working at all.
-
13. Re: Mini project:- PSoC and GSM based human detection using IR proximity.
userc_41733 Feb 16, 2015 9:13 PM (in response to userc_41733)Thank you all. I will try out this. If any problem occurs I will text you. Thanks a lot.