Hi folks! As I said, I'm back very soon with complete application architecture of my robot. This took quiet a long time but I found very simple way to do it. With all my knowledge on different programming languages I designed this.
Here, I'm sharing sketch of my application architecture.
As you see, there are different parts and set of task to be performed by each part in the entire process. I'm discussing the below.
1. I'm building a simple to-do application with PHP and hosting it Azure. All the tasks (I mean notes) will be stored in an SQL Database tables.
2. Now, I wrote a Python script in my PC/Mac which is going to query all my database table any return total number of tasks (notes) remaining. (I'll use RPi here to run that scripts)
3. Then, the number of tasks (which is an integer) is fed to Arduino using Serial.Read , Serial.Write commands. The values will trigger some actions and notifies user about his notes.
At last the Arduino notifies the user about this tasks (notes).
Teacher and student both can access the app with a security code and then add tasks. Those tasks are reflected at students home. You can add tasks from anywhere in the world, the result is reflected in students room.
Languages used :
(a) PHP (for Application)
(b) Python (Database querying)
(c) C++ ( Arduino program)
That's all for now. I tested the entire architecture and its working very well. All I need to do now is, I've to build very interactive actions using the Parallax robot kit.
Please don't hesitate to add some great and funny actions.
Thanks. Keep rocking.