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 Rafael

  1. R

    help in uart ascii ???

    try this snippet... u8 fnConvertHexToAscii ( u8 hexValue ) { hexValue &= 0x0F; if ( hexValue <= 9 ) { return ( hexValue + 0x30 ); } else { return ( hexValue + 0x37 ); } }
  2. R

    plz recommend an industrial programmer for cc430 from TI

    Hi, I´m looking for robust industrial programmers for cc430 wireless microcontrollers from TI... Thanks, RAF
  3. R

    PIC32MX575F256H Timer Problem

    your code works... make sure to run the simulation with the latest mplab 8.50
  4. R

    I want help for an project!! Data Logger!

    at least he´s offering money...
  5. R

    PIC 18F series and SD storage

    How to read data from MMC using PIC microcontroller ??? take a look here... this is the best site i came around... RAF
  6. R

    interfacing cc1000 with controller(spi protocol)

    swrc021f.zip here are the example libraries for CC1100 CC1101 CC1100E CC2500: https://www.ti.com/litv/zip/swrc021f RAF
  7. R

    microcontroller for analyzing heart rate

    look the avaiable options at packaging information on datasheet...
  8. R

    If Then statements in Assembly

    try this software from microchip.... there are some ready usefull assembly functions... **broken link removed**
  9. R

    Lowest cost, lowest power microcontroller ?.

    ckeck silicon labs for: Small Form Factor MCUs and OTP-EPROM (lowest cost)
  10. R

    Where I can buy FT232BL

    try these international distributors www.digikey.com www.mouser.com
  11. R

    Help for active RFID reader design...

    check atmel site.... they have some solutions for this
  12. R

    What's the difference between PIC 16LF76 and PIC 16F76?

    16f76 F = CMOS FLASH LF = Low Power CMOS FLASH L version support low vcc supply... take a look at figure 15-2 on datasheet Added after 1 minutes: Can the PIC16LF67 be a 'drop in' replacement for the 16F67? yes... just be sure to check eletrical characteristics and timing...
  13. R

    Problem ICSP, of PIC24HJ64GP506 using ICD2

    icd0161 pic24 These are the differences: on the configuration bits: Oscilator Mode : Primary Oscilator (XT, HS, EC ) w/ PLL Internal External Switch Over Mode : Start up with FRC, then switch Primary Oscilator Source : XT (I´m using 10MHz crystal to achive 40MHz) POR Timer Value : 128 ms...
  14. R

    Problem ICSP, of PIC24HJ64GP506 using ICD2

    icsp lf 3,3v i´m trying to make these errors ;) I´ll let you know the reason soon ...
  15. R

    Problem ICSP, of PIC24HJ64GP506 using ICD2

    pic icsp 3.3v 5v i though you were saying to use external power supply on ICD2...

Part and Inventory Search

Back
Top