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 zristic

  1. Z

    How to change the frequency of a wav file using PIC ?

    Re: wav file to pic It is very simple, make a PWM output, with the frequency of, let's say, 8KHz (depending on the max frequency in wav file- make PWM frequency double), then change the duty cycle proportionaly to amplitude of the sample. Finally, take the generated PWM signal to RC filter and...
  2. Z

    New free online PIC e-book "PIC Microcontrolers"

    New free online PIC book https://www.mikroe.com/en/books/picmcubook/
  3. Z

    PIC - TCP/IP Stack - Confusing

    Try this: https://www.mikroe.com/en/tools/serialeth/ At the bottom of the page there are examples to download.
  4. Z

    C compiler for dsPIC33

    mikroc dspic icd 2 No, but mikroElektronika has its own ICD hardware to use with mikroC, which is at least 20x faster than MPLAB ICD2.
  5. Z

    C compiler for dsPIC33

    gnu dspic c compiler Try this one: https://www.mikroe.com/en/compilers/mikroc/dspic/
  6. Z

    mikroelektronika board schematic

    Re: mikroPascal for PICs The Yahoo groups are unofficial and not moderated by mikroElektronika. Use the official forums: https://www.mikroe.com/forum
  7. Z

    New on-line dsPIC book

    dspic book The examples are given in Pascal, but they are very nicely organized and structured, so you can easily translate them to any HL language. ---------------- "Programming dsPIC Microcontrollers in PASCAL" — online free book Online comprehensive manual for programming dsPIC...
  8. Z

    BCF, BSF instructions on PIC 18F

    bsf bcf Thanks.
  9. Z

    BCF, BSF instructions on PIC 18F

    bsf pic I am not sure yet, but it seems that BCF and BSF instructions on Pic 18F series behave very odd when a PORT is set to input mode. For example, if you do this: MOVLW 255 MOVWF TRISB BCF PORTB, 0 BSF PORTB, 1 then it seems there is no effect when using those instructions. However...
  10. Z

    What are FIR digital filters?

    mikroelektronika iir filter problem MikroElektronika has released mikroPascal for dsPIC with examples for FIR, IIR, FFT, IFFT and other DSP exotics: **broken link removed** There is a free built in tool for FIR and IIR filters with coefficients generator and frequency domain analysis (Main...
  11. Z

    Anyone built the elektor USB programmer?

    elektor microcontroller usb What's weird about it :?:
  12. Z

    HOw could i send data from PIC to Network

    mikroc tcp/ip Here is the example of how to use UDP with 18F452: mikroPascal: **broken link removed** mikroBasic: **broken link removed** If you download demo compilers from the links above you will also get an example of how to use TCP. The examples are also available in mikroC (ANSI C), but...
  13. Z

    Displaying time on LCD

    16f87 dcf77 clock This link could be of help: **broken link removed**
  14. Z

    PIC program memry hlp req

    You can write to flash memory from your own program, but only chunks of 64 bytes. See PDF for details, there is an example of how to do it.
  15. Z

    pc interfaacing via ethernet!

    **broken link removed** and **broken link removed**

Part and Inventory Search

Back
Top