Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by kwdckperera

  1. K

    GPRS data communication via UART

    on internet i found AT#GPRS=1 but i also tried AT+GPRS=1. But no luck. Did i miss something in my commands?
  2. K

    GPRS data communication via UART

    I want to send data from my GPRS module (Huawei GTM900 -http://www.lankatronics.com/huawei-g900-gprs-development-module-with-antenna.html ) to a server on web. I plan to use a micro-controller pic 16f877A for this connecting GPRS module via UART port. First i tried to check my module with my...
  3. K

    [PIC] Wireless communication via UART pic16f877a help

    working perfect. Thanks Any idea on how to limit dcimal places on float? for an example i prefer 2.333 instead of 2.33341. (i tried sprintf but it is not available for pic 16f877a)
  4. K

    [PIC] Wireless communication via UART pic16f877a help

    there is nothing on the receiving side then. (also there are two $ marks on transmitting side too) Can you give me the full code please? I am new for programming and greatly appriciate your help. Thanks
  5. K

    [PIC] Wireless communication via UART pic16f877a help

    what about receiving side?
  6. K

    [PIC] Wireless communication via UART pic16f877a help

    I tried but no luck. at transmit side i put, char *res; // at the beginning res = strcat(buf, "\r\n"); ltrim(buf); UART1_write_text(res); Lcd_Out(2,1,res); >>>>>>>>>>> nothing on lcd at receiving side i put, char *output; // at the beginning UART1_Read_Text(output,"/r/n", 255); //...
  7. K

    [PIC] Wireless communication via UART pic16f877a help

    i used "inttostr" command to convert number into an text. How to put "\r\n" at the end of this? Can you show me the code, how to do this? I also appriciate if you can give me the receiving side command too. Thanks
  8. K

    [PIC] Wireless communication via UART pic16f877a help

    Hello all, I am doing a simulation of sending analog voltage from one place to another place via RF modules. This voltage is an output from a sensor. I am using 2 pic16f877a micro-controllers and RF transmitter and a receiver. My transmitting side works perfectly fine. It reads the analog...
  9. K

    Circuit diagram of an electronic energy meter

    Re: Energy meter Can you send me the code and the circuit diagram please. my mail is "kwdckperera@gmail.com" - - - Updated - - - Can you send me the code and the circuit diagram please. my mail is "kwdckperera@gmail.com" - - - Updated - - - Can you send me the code and the circuit diagram...

Part and Inventory Search

Back
Top