Posts

Simple Android Game application

Image
Simple Android Game application Using android studio I developed a simple game application, which can show images and let the select correct image according to name of the object audio file.  This was my first android experience and it was little bit hard when I trying to do it first. After learning the basic stuff in general android code, specially in game application, there are many requirements we need to know both back end and front end. Back End:    MBaaS (Mobile Back end as a Service)                                     ex:- Fire Base                                           Dream Factory                                           App...

RFID Tags and Readers.

Image
RFID Tags and Readers. RFID tags is an ID system that uses small radio frequency identification devices for identification and tracking process. The RFID tagging system includes the tag is self, a read/write device, and a host system allocation for data collection, processing and transmission.  I used this technology for my smart toy. Using this identification technology I improved my smart car toy when its hit any object while moving, it will recognize the object with RFID readers and tags. RFID tag will be in the object and reader is in the car circuit. Talking about positioning the tags it will be in lower range from the floor, where reader of the RFID can detect the range according to its radio frequency.  Below you can see my code which is coded in Arduino IDE platform. #include <SPI.h> //Serial Port connection enable #include <MFRC522.h> //RFID module import   #define RST_PIN         5       ...

Smart Toy for disable Children.

Image
Smart Toy for disable Children.  Literature Review for the Project.  Main Project Idea.             Our main target audience is the children with genetic conditions which causes delays in physical and intellectual development. Our final product is a toy car which can identify the objects around it when it s moving and clearly pronounced its name with help of cloud base application and mobile app.             Build a toy which can really helpful to develop the genetic neuron disabilities by reading and hearing the names of the things around them is our purpose of final outcome. Key ideas drawn from a range of sources and described with and appropriate level of detail.             Children with Down syndrome are usually smaller, and their physical and mental developments are slower ...