I have followed every step that was mentioned in the site. Uploaded code to arduino, done with connections of bluetooth model, adruino uno and pir motion sensor. Also designed application as described in the site using MIT app inventor. While opening application, i am having this error ‘The opertion > cannot accept the arguments:,[“”],[10] ‘. Hereby i am attaching layout, block diagram and error.
In the designer, in the clock1 component unselect the "TimerEnabled" value.
In the "AfterPicking" block under "Label1.text.connected" add the block "set.Clock1.TimerEnabled = True"
Thank you friend, i am not facing that error now. I will come to you if i find any error. And please let me know if i am suppose to change anything else or not? Thank you very much
This is my new block diagram as changes mentioned by you in the second last block of purple color, I have made it call phonecall1 .makephonecalldirect instead of call phonecall1 .makephonecall .
Now the problem is, my application is supposed to generate a phone call when motion sensor detects motion. But what actually happening is, It is dialing the registered phone number, but a pop up arrives that call is not sent. Need your guidance.
Sorry sir, actually phone call is generated and i received the same to my registered mobile number, But still in application pop up of 'call not sent' is arriving and i think when i connect my application with bluetooth HC05, it is generating phone call directly, but when i made any motion in front of motion sensor no phone call is generated. As the project is when motion sensor detects any motion, then and only than call is supposed to be generated. So simply when i connect my application with bluetooth HC05, ionly then it is generating call, not when motion sensor detects any motion. What can be done now?
1). It is the block diagram of actual hardware connection of Arduino UNO , Bluetooth HC05 and Motion Sensor.
2) It is the code that is uploaded to the arduino uno.
3) The picture shows which component of arduino UNO is to be connected to which components of bluetooth HC05 and PIR motion sensor.
4) The last pic displays the latest blocks of application as for now.
Now the project is, whenever anyone enters your room, When the PIR motion sensor detects any human motion it will trigger Arduino UNO, the Arduino sends a number over Bluetooth to our Android app and the app will automatically call on the phone number that we have set earlier.
But the problem is, when i connect my application with Bluetooth HC05, it generates call directly to registered user, but when i perform any motion against motion sensor, no phone call is generated.
Hello, I had the same error and fixed it according to how its mentioned here, but i am not getting any call not even directly, motion sensor also isnt detecting anything, whats is the issue? This is how I have connected it