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 maneco

  1. M

    Schematics and info for USB to IDE interface

    Re: USB2IDE project before getting into trouble..i bought a couple of this... **broken link removed** works perfect!
  2. M

    How to program PIC 16F877?

    free download winpic800 my vote goes to winpic800,link posted above,includes schematic and firmware for a usb programmer ...
  3. M

    How to interface with the SD memory card to write/read data?

    Re: memory card sd-mmc Mikrobasic contains routines to work with both types of cards,even in fat16 mode...demo is here: **broken link removed**
  4. M

    Idea for osciloscope with PIC

    diy logic scope lcd pic Yes,the toner transfer method works fine...it's better with a laser print of the layout on a magazine gloss page...here are some tips... **broken link removed**
  5. M

    What is the cheapest dsp kit?

    Is it possible to build a dsp developement kit like the ezkit for adsp2181?
  6. M

    What is a good Pic Basic compiler?

    MIcrocode has no restrictions in developing code,other than the supported pics for the bootloader thing (i don´t use that feature) MIcrocode works perfect for me The size rextriction in code designer makes it useless.
  7. M

    Help me translate subroutine from Assembly to Picbasic Pro

    translate from assembly to picbasic easy... LOOP: TRISA=$ff 'port a is input TRISB=0 'portb is output PORTB=PORTA GOTO LOOP Added after 27 seconds: easy... TRISA=$ff 'port a is input TRISB=0 'portb is output LOOP: PORTB=PORTA...
  8. M

    EPIC programer need shematic +soft

    epic adapter schematic Another EPIC question: i'm succesfully using this programmer with the beta software download,as the programmer for MICROCODE...the only strange behaviour i find is that when code protect is selected,the first bytes up to 0100h can be read,after that,the usual verify error...
  9. M

    PIC Programmer Controller - PICSTARTER +

    Re: PIC START PLUS FOUND Sorry if this is an out of topic question,but what is the advantage of picstart over EPIC? i use EPIC for all my programming,works fine under xp,is fast...thanks for your answers
  10. M

    PBPdemo compiler problems with compilation

    Re: about pic compiler i think you have to define first the io dirctions of portb,and also define the pin where the leds are connected,something like: SYMBOL LEDS=PORTB.0 TRISB =0 ' portb as an output
  11. M

    good ICSP programmer for pic 18F6621 ?

    EPIC works perfect with 18f family...schematics are on this board,and beta software can be downloaded from the company
  12. M

    How to play WAV files on PIC?

    Re: Change of idea i've done some experiments playing wav from compactflash...take a look at the file specification for wav...you just need to strip the initial header bytes...if it's an 8 bit wav,you just have to send them to a parallel 8 bit da converter...
  13. M

    Looking for a very cheap GLCD with standard controller

    Re: Very cheap GLCD Please . do a search for "nokia lcd"...i'm sure is a cheap and easy solution...
  14. M

    Is 8bit MUC enough for my system?

    Re: Is 8bit enough? depends on the micro...if is a low pin count pic for example,using the adc is a nice trick to read a keyboard on only one input...if more io pins are available,is a better idea to scan a matrix in the classic way,will be faster than waiting for the ad converter...i'm almost...
  15. M

    Suggest some add-ons to automation system for auditorium

    Re: automation compressed audio recording to compactflash or mmc

Part and Inventory Search

Back
Top