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 Mathi_theboss

  1. M

    Gsm mikroc program ?

    pic16f877a
  2. M

    Gsm mikroc program ?

    ADCON1 = 0x0F; //all inputs are digital ADCON0 = 0x00; TRISD = 0xFF; //PORTD is input (keypad) TRISB = 0x00; //PORTD output(Lcd) PORTB = 0x00; PORTD = 0xFF; Lcd_Init(); Lcd_Cmd(_LCD_CLEAR); Lcd_Cmd(_LCD_CURSOR_OFF); Keypad_Init()...
  3. M

    Control strings in MIKROC

    Can i use control strings like %c, %S, %d in mikroc. i want to use these in UART_WRITE_TEXT() expressions... can somebody help me..
  4. M

    Gsm mikroc program ?

    Hi friends i need clarification for my projecct .i posted my code below. My project is for atm security by face recognition,based on that matlab will send result to microcontroller, the microcontroller process the data. If face recognition is successful then the microcontroller has to enable the...
  5. M

    [SOLVED] Generating random code using rand() function in mikroc

    Thank you guys... i got solution for this. random_no=rand()%8999 + 1000; The above code will generate random no of exactly 4 digits...
  6. M

    [SOLVED] Generating random code using rand() function in mikroc

    How to generate 4 digit random code using rand() function in mikroc? can anybody help me...
  7. M

    Uart lcd keypad 4x3 Mikroc for PIC16f877a

    But thats for avr dude...
  8. M

    Scanning string of characters from 4x3 keypad mikroc Pic16f877a

    That example is for scanning a single key , i want to get 4 digit from the keypad and store in a variable....
  9. M

    Scanning string of characters from 4x3 keypad mikroc Pic16f877a

    Hi friends i want to know how to get a string of characters from keypad 4x3, like getting 4 numbers continuously pressed one by one, and storing in a variable.
  10. M

    Uart lcd keypad 4x3 Mikroc for PIC16f877a

    Hi friends i'm doing my final year project . i got struck here. I want to receive option(only two options) from uart and based on that i have to generate a random code and display in lcd.. and i have to get it from 4x3 keypad if it matches i want to enable a pin else another pin. Actually the...

Part and Inventory Search

Back
Top