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 vijaya_narayana

  1. V

    [PIC] CLOCK Settings in PIC18F4331

    tried the test during debugger it is working i am able to stop and start the process but i program the same with internal RC oscillator / external 16Mhz Crystal also not working i guess i must start looking at the internal osc mode first and then switch to external oscillaotor i changed the...
  2. V

    [PIC] CLOCK Settings in PIC18F4331

    1641181398 i tried the above but still it is not working i think i will check the hardware now to see if the Crystal is working properly .. i tried internal oscillator also still not working after programming
  3. V

    [PIC] CLOCK Settings in PIC18F4331

    // PIC18F4431 Configuration Bit Settings // 'C' source line config statements // CONFIG1H #pragma config OSC = HS // Oscillator Selection bits (HS oscillator) #pragma config FCMEN = ON // Fail-Safe Clock Monitor Enable bit (Fail-Safe Clock Monitor enabled) #pragma config IESO =...
  4. V

    [PIC] CLOCK Settings in PIC18F4331

    Dear All i am currently doing project in PIC18F4331 it is just to read 3 Inputs in RE0 to RE2 and to send corresponding outputs to PORTB if i am running in debug mode through PIC KIT 3 i am able read and send data but if i am programming the device i am unable to read the output data. it seems...
  5. V

    PIC12F675

    Dear All Thank you for your feed back i found the problem, For loop was not in proper syntax as i wanted to be issue solved now working perfectly
  6. V

    PIC12F675

    i have changed the code as advised #pragma config FOSC = INTRCIO // Oscillator Selection bits (INTOSC oscillator: I/O function on GP4/OSC2/CLKOUT pin, I/O function on GP5/OSC1/CLKIN) #pragma config WDTE = OFF // Watchdog Timer Enable bit (WDT disabled) #pragma config PWRTE = OFF //...
  7. V

    PIC12F675

    Dear All This is my First Code in PIC12F675 , I am Building a Timer using value set from the POT. We are Using External POT to set the timing value here is the code for the same each button press the time for Relay on Should be calculated based on POT Posistioning my ADC is not Working i am...
  8. V

    PIC16F886 Timer 1 as counter Not counting pulses

    hi yes that was a mistake in hardware we rectified it thanks
  9. V

    PIC16F887 and DS1307

    Dear All Here with i am attaching the read sequence for DS1307 currently i am trying to read DS1307 but the DS1307 is responding with only 00 i am working on simulation //////////reading DS1307 for a specific address unsigned char DS1307_read(unsigned char address) { unsigned char...
  10. V

    PIC16F886 Timer 1 as counter Not counting pulses

    hi i use 5V power supply and i am testing it in the real hardware in simulation it works properly i am connecting it to PIN No 12 , RC1 It is a proper squre pulse driven from CD40106
  11. V

    PIC16F886 Timer 1 as counter Not counting pulses

    Dear All I am trying to count pulses from an external source for which i am using the Timer1 Module and timer 0 for generating the time dealy of 0.02 seconds here is the code for the same PEIE = 1; GIE = 1; T0IE = 1; T0IF = 0; T0CS = 0; T0SE = 0; PSA = 0...
  12. V

    [SOLVED] INTERFACING MCP4162 with PIC16F886

    i think it is impossible to get a 10 Ohms output even with a parallel resistor i may switch towards to a motor + pot solution thanks for your support and help regarding my project
  13. V

    [SOLVED] INTERFACING MCP4162 with PIC16F886

    hi i went through the document and i am trying it with a parallel resistance is there any other IC which can give me a 10 Ohms minimum out put
  14. V

    [SOLVED] INTERFACING MCP4162 with PIC16F886

    i already tried to connect 10 ohms across when the wiper is 0x00(90 Ohms) the rest can be done in coding when the wiper is 0xFF it is still showing 10 ohms only that is the problem i am facing any idea i did the math already
  15. V

    [SOLVED] INTERFACING MCP4162 with PIC16F886

    hi Mate thanks i missed that in the data sheet now it is working properly i need one more help i am trying to take a variable resistance of 10 ohms to 200 ohms using this MCP is it possible to add a parallel resistance between the two terminals

Part and Inventory Search

Back
Top