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 Dspnut

  1. Dspnut

    Help me replace PIC16f84A with AT89S52

    pic16f84a vs at89s52 Hi there, PIC16f84a has 18 pins, whereas the AT89s52 has 40 pins. It is possible to replace the PIC16f84a with the MCS51 MCU. However, you will have to re-write the software (firmware), because these two MCUs come from two different families. HTH
  2. Dspnut

    what is the best compiler for dspic

    dspic matlab HI.. IMHO .. MPLAB C30 is the one you should give it a try... since it's made by the manufacturer of dspic..and the student edition is free.. "MPLAB C30 Student Edition The MPLAB C30 C Compiler Student Edition is free! It is full-featured for the first 60 days. After 60...
  3. Dspnut

    How to start implementing DSP on FPGA?

    DSP on FPGA Hello Vishwa You don't need points to download this ebook. Just click on the "Free mirrors (no points)" link. The download speed is slower than the direct download link. HTH
  4. Dspnut

    Modifying PIC16f876A HEX code for PIC16f876 ?

    Dear all, I am building a project published in Elektor Magazine (SC analyser 2005, April 2005). I tried to program my PIC16F876-20/SP part using the EPIC-plus programmer and the free download Hex code from Elektor's website. I was unable to program the part. (I check my EPIC...
  5. Dspnut

    I need to solve differential Equation

    Hello friends, I do agree with steve10 that we need two initial conditions (V(0) and V'(0)). My first impression from reading penrico's post is that both initial conditions are availble. Penrico should be able to clarify this. :) Cheers
  6. Dspnut

    I need to solve differential Equation

    Hello friends, I maybe wrong here but I believe that the above equation is a RLC parallel circuit (not series). KCL: I(t) = Ic(t) + Il(t) + Ir(t) where I(t) = A*sin(w*t) Ic(t) = C*dV(t)/dt Il(t) =...
  7. Dspnut

    I need to solve differential Equation

    Hi there, This problem can be simplified as a parallel RLC circuit with a sinusoidal forcing function. To solve this problem you need to find the complete response, v(t) = vn(t) + vf(t), where vn(t) and vf(t) are natural and forced responses, respectively. The natural response...
  8. Dspnut

    C programming in gLCD - Help

    glcd programming Hi Maverickmax77, There are many different graphic LCD modules. Some comes with built-in controller, some doesn't. There're also different kinds of LCD controllers (e.g. T6963, SED1330). You need to check your LCD module. HTH
  9. Dspnut

    current sense of DC to DC

    HI guys, I am not sure that this project is any good for you. This project shows how to measure DC current (in the car) using a cheap Hall effect device and a ferrite core. hxxp://www.siliconchip.com.au/cms/A_30551/article.html HTH
  10. Dspnut

    a question about monte carlo simulation

    Hi there, A little bit more information about your work won't hurt :). So nice elektroda people can help you. By the way, the following information may help. From "Computational Statistics Handbook with MATLAB" by Wendy L. Martinez Angel R. Martinez, Chapter 6 "Monte Carlo Methods...
  11. Dspnut

    Resources about building a simple RTOS system

    Help ... RTOS Hello all, It's not the same book but this ebook is very nice :) anyway. The ebook link pointed by HELP is great for a beginner. HTH
  12. Dspnut

    Resources about building a simple RTOS system

    Help ... RTOS Hi there, Try this book "Patterns for Time-Triggered Embedded Systems: Building reliable applications with the 8051 family of microcontrollers" by Michael J. Pont :( Sorry I don't have pdf file of this book. IMHO, it's worth buying. HTH
  13. Dspnut

    C compiler for PIC16F84 and 16F877

    c16 compiler Hi there, I am not familiar with the ICPROG and JDM. However, the chip programming procedures should be the same as assembly language. Once, you've compiled your C programs into HEX files. Use JDM programmer to program your chip with the HEX file you've got from the...
  14. Dspnut

    how can i connect 6 seven segment to port p1 only

    2ma z portu 89s52 Hi there, MAX7219 is nice for this application. You need only three port pins to connect this chip to a MCU. It can drive up to 8 seven segment LEDs. HTH
  15. Dspnut

    C compiler for PIC16F84 and 16F877

    mplab-c16 Hi there, Try the MPLAB C18 (the MPLAB C16 is not available) compiler from Microchip. This compiler is great for the PIC18 family. The student edition is free and can be downloaded from...

Part and Inventory Search

Back
Top