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 Prakash

  1. Prakash

    Where to start a microcontroller project?

    micro controller project before doing the project you should learn the programming language 'C' (or assembly language is also enough). first choose the controller type.. Normally AT89s8252 can be used to do most of the projects and it is the one which is cheap and easily available
  2. Prakash

    Which company ahs the best performance and cost on ADSL chip

    ADSL chipset I think Alcatel is also providing..
  3. Prakash

    How broadband services work & why does broadband connection require a special router?

    modem and broadband Hi Normally copper cable can be used for frequencies upto 1.1Mhz But for voice communication, 30Hz to 300Hz will be enough. So, in earlier days for every telephone line they used a low pass filter which will pass only upto 3KHz so dial up modem can utilize max of 4Khz...
  4. Prakash

    How to learn assembly language programming

    Assembly language is different for different processors..(8085,8051, DSP) so choose the processors u r going to work and learn the particula language
  5. Prakash

    How make USB flash drive?

    hey serial port will be very very slow than USB port
  6. Prakash

    Help me,temperature control by 89s52

    for theory of 89S52 u can refer its datasheet.. if u have 8051 Programming by Mazidi and Mazidi, it would be very useful..
  7. Prakash

    serial communcations of 8051 microcontroller

    u can refer 8051 Programming by Mazidi & Mazidi there u can find the coding itself for serial communication and details abt Max232 & Max233. Circuit also is there... and explanation why u r choosing a particular mode etc..
  8. Prakash

    inverter control using microcontroller

    usage of dsp in inverter For inverter control u can use DSP for effective realtime operation..
  9. Prakash

    Can 8951 be used for making PLC?

    AT89S8252 has inbuilt ISP. Free softwares are available for burning..in the net. So it will be very useful Added after 34 seconds: AT89S8252 has inbuilt ISP. Free softwares are available for burning..in the net. So it will be very useful
  10. Prakash

    How to convert RS232 data into USB

    rs232 to usb Ti TUSB3410
  11. Prakash

    dsl and adsl and hdsl

    DSL Digital Subscriber Line is the the technology in which voice is transmitted in digital form... ADSL,VDSL,HDSL,SDSL are its variants.. A - asymmetric...inwhich download speed is greater than upload, preferable for home users (80:20) H - High bit rate variant V - Very high bit rate...
  12. Prakash

    8051 Based C-Compilers

    Keil is a good one but you need to buy You can try Ride which is free for limited try
  13. Prakash

    How do speakers work ?

    Re: how speaker works? Go through www.howstuffworks.com where you can find how everything is working
  14. Prakash

    What is Impulse response ?

    Impulse response of a linear system is the response of a system when input is impulse. When we apply impulse as input to a system ,the o/p of the system is called impulse response. Go through Signals and Systems by Alan V. Oppenheim for details
  15. Prakash

    What is a semaphore ?

    Semaphores let processes query or alter status information. They are often used to monitor and control the availability of system resources such as shared memory segments A semaphore is a protected variable (or abstract data type) and constitutes the classic method for restricting access to...

Part and Inventory Search

Back
Top