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 spiralbrain

  1. spiralbrain

    Interfacing a PC graphics card (Radeon HD 2400) with a STM32 microcontroller

    Outstanding work, can't wait to see what this will help create in the future.
  2. spiralbrain

    warning : PIC not found ! in tinybld win loader :

    Is this the first time you are using the bootloader on this device? have you correctly programmed the bootloader hex file? Do you reset the pic once you start the search in tiny bootloader application? The baud rate is what is set from the hex file you pick, unless you re assembled the bootloder...
  3. spiralbrain

    L293D problems to PIC Controller

    Yes the diodes are included in L293D and are sufficient for most applications, Are you driving the motors from the same power line as the microcontroller? If yes then perhaps the microcontroller is not getting a steady power source and causes it to misbehave. try using a filter capacitor in your...
  4. spiralbrain

    Help regarding interrupt handling for PIC P18f1330

    Try this: You have to clear the interrupt once it is serviced. add INTCON3bits.INT1IF = 0; after LATAbits.LATA2 = 1; Delay1KTCYx(20); LATAbits.LATA2 = 0;
  5. spiralbrain

    Any knows what TL187 is ?

    Re: Anyone knows what TL187 is ? it is an NPN transistor same as bel187
  6. spiralbrain

    Problem with slow response of SIM900D

    can you please post some more info? is it resolved now?
  7. spiralbrain

    JDM With External Power - Some Help Needed

    well your design lacks voltage limiting diodes, try and assemble the real JDM, it works well. Even if you buil a clone PIC Kit 2 you need a way to program the PIC kit firmware. beware 8volts on PGC and PGD can damage the PIC.
  8. spiralbrain

    JDM With External Power - Some Help Needed

    are you using a USB to serial converter for this? if you are then it will not work because JDM makes use of negative voltage from the serial port. JDM works great on a native serial port.
  9. spiralbrain

    PIC 12 F 675 low power oscillator using 32,768MHz crystal

    if you observe on the crystal, it will be a sine wave. the internal circuitry converts it into a square wave.
  10. spiralbrain

    [SOLVED] Configure PIC18F2550 Internal Clock

    this post is quite helpful: problem in crystal value and also this file https://ww1.microchip.com/downloads/en/DeviceDoc/51537a.pdf
  11. spiralbrain

    [SOLVED] PIC18F2550 RB5 pin not functioning

    just a thought: using a common resistor for all the LED's is a bad practice, each one must have its own resistor to limit current. in your case only one LED lights at a time so its fine.
  12. spiralbrain

    [SOLVED] PIC18F2550 RB5 pin not functioning

    the hex is perfectly alright, here is the simulation: double check your hardware, last guess is the Port pin is faulty. Try another PIC.
  13. spiralbrain

    [SOLVED] PIC18F2550 RB5 pin not functioning

    zip it, or change extension
  14. spiralbrain

    [SOLVED] PIC18F2550 RB5 pin not functioning

    upload the hex file please.
  15. spiralbrain

    [SOLVED] PIC18F2550 RB5 pin not functioning

    yes check the LVP bit, if it is set, all RB5's functions are disabled. Page 117 of the datasheet also page 312.

Part and Inventory Search

Back
Top