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 baykoyu

  1. B

    [SOLVED] sim900 and pic16f886 (response problem)

    @zia thanks problem is solved :)
  2. B

    [SOLVED] sim900 and pic16f886 (response problem)

    Hi all, i've a problem :S My code; unsigned char buff[6]; seri_yaz("ATD05545555555\r"); if(RCIF) { for(i=0;i<6;i++) { buff[i]=seri_al(); } RCIF=0; } if((buff[2]=='O')&&(buff[3]=='K')) { RA0=1; // Led is here DelayMs(500); RA0=0; } i...
  3. B

    DTMF control with sim900D

    Hi all, ı cant enabled the DTMF decoder in sim900D what's the AT commands pls hlp me :(
  4. B

    Guide me through AT commands for sim900 GPRS connection

    hi all, i connect the GPRS with sim900 AT commands; -> AT+CGATT=1 -> AT+CGDCONT=1,"IP","INTERNET" -> AT+CSTT="INTERNET" -> AT+CIICR -> AT+CIFSR -> AT+CIPHEAD=1 -> AT+CDNSORIP=1 -> AT+CIPSTART="TCP","www.google.com","80" <- OK <- CONNECT OK be connect and what i do later :D thanks and so...

Part and Inventory Search

Back
Top