• vehicle tracking
    I've written a code ,shown below SETUP THE MODULE AT+CPIN="xxxx" ; Unlock the pin number on the simcard AT+CMGF=1 ; sets text mode (0 sets Packet Data Mode) AT+CSCS="GSM" ; sets GSM-character...
  • VEHICLE TRACKING System
    Building a project on VEHICLE TRACKING System using GPS. I've done wid the coding of my uC. What i do not figure out is that when i send a data using AT+CIPSEND to a website lets say http://www.track...
  • Vehicle Tracking System using GPS and GSM.
    Hello Everybody, Me and my project mates are doing a project on Vehicle Tracking System using GPS and GSM. Can u all can guide me through a link that could help me eg link for a tutorial on Interfacing...
  • Measuring Vehicle Speed using C167 microcontroller
    Hi all, need some help here, as i'm new to uc i have a few problems of how to use it properly, i'm capturing speed sensor signal using uc C167, the signal operates between 0 to 135Hz max, how i can set...
  • Printer driver Pseudo code for any embedded device
    I want to write a USB printer driver for embedded device. I want to print results for my device. I am looking for free USB host stack which supports printer class. Also pseudo/sample code for it. Where...