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 rakshith

  1. R

    I'm not getting the output pic24fj128ga010

    horace 1: i got the output as u said whn i changed the UART2 to UART1.. So, UART2 in our board is't working..! I'm good with UART1.. What to do next..!.? - - - Updated - - - i do't understand anything..!:(
  2. R

    I'm not getting the output pic24fj128ga010

    internetuser2k12 : I'v given u a zip file above kno. that include everything.. The source file supporting file everything.. - - - Updated - - - horace 1 : i'm not able to use UART2 cuz, that pin is not working properly here.. even i did this this for UART2,i was failed . so i changed all the...
  3. R

    I'm not getting the output pic24fj128ga010

    internetuser2k12 : r these fine..?
  4. R

    I'm not getting the output pic24fj128ga010

    internetuser2k12 : As i know TRIS s for input n output ports ,i'm using UART n I@C.! anyways i'l hv a try eve on that. I'm usings PIC24FJ128GA010 mounted on Explrer 16 board,n i've made connection thru soldering UART n I2C found by data specification sheet of pic24fj128ga010. do u want a...
  5. R

    I'm not getting the output pic24fj128ga010

    internetuser2k12 : Actually i do't require TRIS commands for this program know?? I really do't know what s meant by SCHEMATIC" - whats that???
  6. R

    I'm not getting the output pic24fj128ga010

    internetuser2k12 : I'm using c30 compiler in MPLAB IDE v8.60. I using docklight to send n receive commands.
  7. R

    I'm not getting the output pic24fj128ga010

    #include <p24FJ128GA010.h> _CONFIG1(JTAGEN_OFF & GCP_OFF & GWRP_OFF & BKBUG_OFF & ICS_PGx2 & FWDTEN_OFF) _CONFIG2(IESO_OFF & FCKSM_CSDCMD & OSCIOFNC_ON & FNOSC_PRI & POSCMOD_HS) //#define TIMEOUT 0xff // defines the timeout value, must not be too small #define slave 0x0b unsigned char...
  8. R

    I'm not getting the output pic24fj128ga010

    Horace 1 : I made these changes , in spite i'm not getting the output..!
  9. R

    I'm not getting the output pic24fj128ga010

    #include <p24FJ128GA010.h> #include<i2c.h> #include<uart.h> _CONFIG1(JTAGEN_OFF & GCP_OFF & GWRP_OFF & BKBUG_OFF & ICS_PGx2 & FWDTEN_OFF) _CONFIG2(IESO_OFF & FCKSM_CSDCMD & OSCIOFNC_ON & FNOSC_PRI & POSCMOD_HS) //#define TIMEOUT 0xff // defines the timeout value, must not be too small...
  10. R

    sendin codes of the smart battery to the smart battery via pc-uart-i2c-smart batt

    I'm doing a project in which using PIC24FJ128GA010 mounted on explorer 16 board, using UART n I2C i need to check the battery specifications. I do'v have smart battery command codes. The problem is i wann a program which cofig's UART n I2C so that i can send d codes to batt so that i receive...
  11. R

    Pic24fj128ga010 programming to UART & I2C

    Re: Pic24fj128ga010 programming to UART &amp;amp;amp; I2C horace 1 : with the link given above i cn't program cuz i'm using UART in-between i2c n pc... So, i need a program in which i config both UART n i2c so that i can send command codes of the battery to via pc-UART-i2c-smart battery the...
  12. R

    Pic24fj128ga010 programming to UART & I2C

    Re: Pic24fj128ga010 programming to UART &amp;amp;amp; I2C horace 1: should i club this prog with the UART??? O only this prog mentioned above makes my project done??? If i need to club, any changes to be made ?? ............
  13. R

    Pic24fj128ga010 programming to UART & I2C

    Re: Pic24fj128ga010 programming to UART &amp;amp;amp; I2C Horace 1 : thanks a lot..! right now i'm able to execute the program..!!! But,I still need to configure I2C for the same stuff's..>!! Can u help me here??? Horace 1 : i'm actually working on a project in which I need to config...
  14. R

    Pic24fj128ga010 programming to UART & I2C

    Re: Pic24fj128ga010 programming to UART &amp; I2C Horace 1: Thanks a lot ..! I'm done with UART, n now In this same project i need to configure "I2C"... Can u help me by getting me a program..!???
  15. R

    Pic24fj128ga010 programming to UART & I2C

    Re: Pic24fj128ga010 programming to UART &amp; I2C horace 1 : Thank u.. But the problem is i'm using "DOCKLIGHT". n in my explorer 16 board there r few other IC's like MAX3232CSE"".... do i even need to config that???..! Hmmm...? - - - Updated - - - horace 1: Thanks a lot ! with few...

Part and Inventory Search

Back
Top