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 amila133

  1. A

    [SOLVED] [Moved] SPI communication between two PICs in MikroC (PIC18F452)

    These are my successful mikroC program codes. Pls find the attachments. FOR Master unsigned char count=0; unsigned short receive; void send_data(); void main(){ TRISD=0x00; //TRISB=0xff; PORTD=0x00; ADCON1=0x06; TRISA=0xff...
  2. A

    AT Command+Wavecom modem+MikroC

    This program was used to send sms by PIC18F452 and Wavecom GSM modem.It was successful. void send_sms(){ const unsigned char para[5]="AT\r\n"; const unsigned char textmode[12]="AT+CMGF=1\r\n"; //select pdu mode (o is given ; 1 is given for text mode) const unsigned char smsc[23]...
  3. A

    Wavecom Fastrack Gsm modem+power supply

    Hi, I want to design a power supply for above modem. I tried with several ccts but not worked. Specifications: 7.5v 600mA If u have suitable power supply. Pls give me schematic diagram. Thank you very much
  4. A

    How to periodically sleep the PIC Mcu

    Hi, I want to periodically sleep the my PIC18f452. It gets sleep only first time.not again. I think my program is incorrect. I wake up pic by giving interrupt to RB1/INT pin Can anyone guide me using programming example. Thank You very much
  5. A

    Does PIC erase EEPROM values when it program

    Hi, If the PIC erase EEPROM values when it program, I want to know can we avoid it? Thanks
  6. A

    How to control Wavecom Modem using PIC

    Hi all, I am using PIC18f452 to communicate with Wavecom 1306b modem. I used only RX,TX and GND pins. I can communicate with the modem using HyperTerminal with the use of only these three pins. I am using MAX232 as logic level converter and checked the MAX232 Outputs also with PC. It was also...
  7. A

    Sony Ericsson DCU11 to DRC11

    We should take RX, TX nad GND pin of the phone. then it works. If you want you can use just a connector of the USB data cable to connect above three pins. Just cutting USB head and connecting RX,TX will not work. regrds, Amila
  8. A

    Sony Ericsson DCU11 to DRC11

    THIS IS WORKING FINE.DRC11 SCHEMATIC https://www.allpinouts.org/index.php/File:Image_cable_cell.png regards Amila
  9. A

    Anyone Who have used Wavecom1206b modemfor SMS

    Hello, I am going to buy above modem before that I want to confirm that Is that modem support for Text mode. If any one who have used this modem for above application please tell your comment about the modem. Or can you recommend any other modem. Thank you very much
  10. A

    Problem with MAX232 and it's capacitors value

    Thank you very much for your reply. Because I used 10uf with MAX232. My application is send sms using pic and phone. But it didn't work. Without MAX232 it worked. regards, Amila
  11. A

    Problem with MAX232 and it's capacitors value

    Hello, I have seen MAX232 capacitor's different values in applications like 10uf, 1uf, .1 uf. I want to know how to select the accurate capacitor value for our application. Can anyone clarify this for me please. Thank You
  12. A

    Is the Wavecom1206b support for SMS text mode?

    Hi, I want to know whether the Wavecom1206b support for SMS text mode? if there any one who have send sms using this modem and PIC through AT commands. Please inform me. Thank You very much
  13. A

    Any method to send 4 bit serial output from PIC18F452

    Hi, I want to send serial 4 bit outputs(Hexadecimal) from PIC18f452. If you know any method to do it please tell me. Thank You
  14. A

    help me in mikroC usart

    Yes, I have some example code. int i=0; int j=0; int receive; void main(){ // unsigned char *p ; //unsigned char ok[5]; const unsigned char command1[5]="AT\n\r"; const unsigned char dial[17]="ATD0716530115;\n\r"; TRISB=0x00; Usart_Init(9600)...
  15. A

    Needs code to send AT commands for SMS PDU format

    Hi, I did it using MAX232. But it not works. Without MAX232 I can do all the commands successfully except sending SMS(in PDU mode).(Error is +CMS 304). I can send SMS using HyperTerminal not in PIC. Thanx.

Part and Inventory Search

Back
Top