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 mmahfuj

  1. M

    [SOLVED] FSK modulated signal and find out the text inside it using Proteus.

    I badly need this for my university assignment. there are two FSK modulated sound files. one with noise another without . you have to decode the text hidden inside each of it using Proteus ISIS simulation software. The text to be viewed in virtual terminal. I need the procedure, diagram etc. It...
  2. M

    [PIC] USB HID Interface problem

    Hi everybody, I am a beginner of USB HID communication. I have started my project using pic18f2550. But the problem i faced is, the compiler shows "Undeclared Identifier'USB_Interrupt_Proc' in expression" . How can i solve it ? Note: I have already created descryptor. picture:>
  3. M

    Wanna Make a Development Board

    I searched in Google and I could not find the proper guidence from there...that's why i need your help to find me the better way...thanks for your reply
  4. M

    Wanna Make a Development Board

    Hi everybody....I wanna make a development board to do the electronics experiment easily than other time..and that's why i am trying to make a development board including lcd, pic microcontroller(28pin/40pin),switch,push button, keypad, variable voltage source(3v to 12v), dot matrix, opamp and...
  5. M

    Project on making A digital clock with digital thermometer using LCD and PIC16f877a

    but i can't understand them at all .... :(
  6. M

    Project on making A digital clock with digital thermometer using LCD and PIC16f877a

    ZASto....But I can't do it.. please help me to make the full code with schematic... please I am facing great problem here... I have to submit this project in coming sunday .....please i need your help so much....
  7. M

    Project on making A digital clock with digital thermometer using LCD and PIC16f877a

    Hi...I am facing a great problem in making a simple digital clock with digital thermometer using LCD. I am using here the PIC16f877a microcontroller... I also using here LM35 as a temperature sensor. It shows only temperature reading But i can not get the output of the clock. Now what can I...
  8. M

    problem in making a contactless Tachometer & I did not get any solution

    the problem is ..... I can not simulate the programme using proteus.. The lcd doesn't display during the simulation...
  9. M

    problem in making a contactless Tachometer & I did not get any solution

    I wanna make a tachometer using IR and LCD. I used PIC16F877a and the code is in below. Please help me to show me the exact way for the project. Now what should i do???? Please help !!! The code is: /* Lab 7: Timer0 as a counter Internal Oscillator @ 4MHz, MCLR Enabled, PWRT Enabled, WDT OFF...
  10. M

    Automatic Room Light Controller with visitor counter for single door

    can i use 7 segment here instead of LCD? if it is possible then how???
  11. M

    Automatic Room Light Controller with visitor counter for single door

    yap...i can't understand...please write for me in mikro c pro .....
  12. M

    Automatic Room Light Controller with visitor counter for single door

    can you do the programme using " sbit LCD_RS at RB4_bit; sbit LCD_EN at RB5_bit; sbit LCD_D4 at RB0_bit; sbit LCD_D5 at RB1_bit; sbit LCD_D6 at RB2_bit; sbit LCD_D7 at RB3_bit; sbit LCD_RS_Direction at TRISB4_bit; sbit LCD_EN_Direction at TRISB5_bit; sbit LCD_D4_Direction at TRISB0_bit; sbit...
  13. M

    Automatic Room Light Controller with visitor counter for single door

    Please explain me about these library code: "include <htc.h> __CONFIG(0x3FF1); #ifndef _XTAL_FREQ #define _XTAL_FREQ 4000000 #endif // HD44780 controller based LCD display drivers for PIC10/12/16 // Driver is a personal work I made, you can download the LCD driver from: //...
  14. M

    Automatic Room Light Controller with visitor counter for single door

    I have compiled your programme and it works great. Thanks a lot for your help.

Part and Inventory Search

Back
Top