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 sarathsnairpoonjar

  1. sarathsnairpoonjar

    [SOLVED] FTDI VNC2-32l Problem

    hi, will you give the details about the hardware connection , i am using VNC2-32 module.i want to change the firmware .connected rx and tx to the pc,i didnt use flow control
  2. sarathsnairpoonjar

    Problem with custom made footprint

    hi all, i am working on a pcb in which i had to create a footprint myself, when i update my pcbdoc i can see the footprint in the workspace,but unable to move it to the board area.when i clik on the foot print board area zooms out and some designator warning will come...
  3. sarathsnairpoonjar

    USB interface with PIC18F4550.... help please.

    i already read it ,but not clear...will we get an interrupt on data received through usb
  4. sarathsnairpoonjar

    [SOLVED] MikroC Usb Problem with PIC 18F4550

    Will you please look at the configuration settings in the above link, i have some doubt regarding it,on board crystal frequency is 20MHz, PLL prescaler selected is divided by 12 ,is it correct?
  5. sarathsnairpoonjar

    USB interface with PIC18F4550.... help please.

    hello express_embedo, i want to know about the usb_interrupt_proc.what does this function do?
  6. sarathsnairpoonjar

    [SOLVED] 16F873A ,facing problem in proagraming..

    check the capacitor value and make sure it is 33 pf,also replace the crystal
  7. sarathsnairpoonjar

    16F973A comparator is not working...

    i am using pic 16f873a and mikroc i want to make us of pic's inbuilt comparator code is given below... void main() { delay_ms(100); ADCON1=0x00;// making all pins analog CMCON=0x01;// one independent comparator mode TRISA=0x29 //A0,A3,A5 as input pins TRISA4_bit=0;//A4 comparator output...
  8. sarathsnairpoonjar

    Problem interfacing LPC2148 with GSM

    try reading responses in hex format ,then you could find out the problem...sim300 is a simple to configure type modem..i have used it in many projects....
  9. sarathsnairpoonjar

    [SOLVED] 16F873A ,facing problem in proagraming..

    i put wrong capacitor in the circuit ,i didn't notice it...thanks to all...
  10. sarathsnairpoonjar

    [SOLVED] 16F873A ,facing problem in proagraming..

    hi wp100, Thank you for your reply ,MCLR pin is connected to 5 v via 10k resistor,its a simple program to glow leds on port pins...i tested the pic on a bread board it is working ..now the problem is with circuit....i checked pic voltages and it seems fine mclr -5 v vdd-5 v and gnd...
  11. sarathsnairpoonjar

    pic 16f877a using 2 pwmchannels

    yes it is possible to use two ccps simultaneously..but i did it using mikroc not in hitech c
  12. sarathsnairpoonjar

    Problem interfacing LPC2148 with GSM

    what is the response for at from modem?
  13. sarathsnairpoonjar

    [SOLVED] 16F873A ,facing problem in proagraming..

    0x3f7a its the config word used Code protection off In-Circuit Debugger disabled, RB6 and RB7 are general purpose I/O pins Write protection off; all program memory may be written to by EECON control Data EEPROM code protection off lvp disabled BOR enabled PWRT disabled WDT disabled HS...
  14. sarathsnairpoonjar

    [SOLVED] 16F873A ,facing problem in proagraming..

    i am using pic 16f873a and mikroc ..i am programing the pic with a jdm programmer,it detects the pic and programs it correctly ,the programmer software i used is winpic. It shows no error while programing,but when i put pic in the target board it is not working...i checked the board mclr pin is...
  15. sarathsnairpoonjar

    how to get capture result into a single variable..

    i am using below equation to combine CCP result registers var=(CCPR1H<<8)+CCPR1L But the value in var is not always correct,let me say.. i am viewing CCPR1H , CCPR1Land var separately in an Lcd ... when CCPR1H=1 and CCPR1L=205 var contains 205 when CCPR1H=2 and CCPR1L=57 var contains 569 in the...

Part and Inventory Search

Back
Top