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 saravanakumar P

  1. S

    internal rtc in pic18f46j11

    thank you,i am using PIC18F46J11 in mp lab x ide xc8 compiler,i want to display a time and date using internal rtc itself.display is nokia 5110 lcd.my code is uploaded below which i am tried,i have some issues to get rtc data.
  2. S

    internal rtc in pic18f46j11

    hello i have tried the follwing below code to run the internal rtc in pic18f46j11 ,but I have little confusion about read and write register.can anyone help me whether code is right or wrong.. RTCCFG=0X24; delay(10000); PADCFG1=0X04; T1CON=0X8c; RTCWREN=0...
  3. S

    internal rtc in pic18f46j11

    hello ALRMCFG=0X8A; PADCFG1=0X05; RTCCFG=0X86; I configure following above register,I am using mplab x ide,please clarify that how to use internal rtc in pic18f46j11..and also I have searched the sample code in internet to clarification,but not yet to...
  4. S

    nokia 5110 using pic18F46k22

    thank you,actually i use only 2 lines in nokia 5110 lcd,so I want to display a 7 character per line,i am new in the embedded c code,i have some little confusion about data flow to nokia 5110 lcd,please clear me,i am using pic18f46k22,please post font in 2d array. thank you
  5. S

    nokia 5110 using pic18F46k22

    here i am tried the code below have,I want to change big size font,can anyone help me to change the font size in big.. #include <xc.h> #include"nokia_lcd.h" void Nokia_Init(); void Nokia_SendCommand(char); void Nokia_SendData(char); void Nokia_SendString(char *); void MSdelay(unsigned int)...

Part and Inventory Search

Back
Top