Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: Bronurstomp; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    9,519

    Try Hserin Hserout

    Bob,

    I've used the ubiquitous MAX232 to a PC RS232 port with success in an automated tester using Hserin and Hserout. I'm jumping on on this cause I use the PIC16F876A also.
    The DB9 on this end...
  2. Replies
    2
    Views
    4,911

    Quite alright

    That's ok. Better late then never. Hopefully it will be an appropriate response to someone with a similar question. And thanks for the tips!
    :cool:
  3. Replies
    2
    Views
    3,677

    current control with PWM

    Connect the HPWM output of a PIC to a low pass filter to develop a variable DC voltage. Use that DC value on the base of a power NPN transisitor configured as an emitter follower current amplifier....
  4. Thread: Hex editor

    by Bronurstomp
    Replies
    8
    Views
    5,298

    BMP format

    Here is a link for the BMP format..

    http://www.odec.ca/projects/2004/chia4a0/public_html/bmpresearch.htm

    Anyone have any ideas for code to extract the pixel data? I would suspect it to be...
  5. Replies
    4
    Views
    4,812

    Where to begin

    1st, I crammed everything to gether for this post. My code looks much nicer than that.
    But it does bring up a question I had: Where does the PIC start excecuting? If I don't tell it where to start?...
  6. Replies
    25
    Views
    14,648

    etching copper

    I think what some of the older guys are talking about (And you know who you are) is "etching" your own PCB versus sending off the Gerber plots to a fab house and having a PCB done. Not many of us do...
  7. Replies
    4
    Views
    4,812

    NVM Is it Friday yet?

    Sigh... I had PortC.0 shorted to PortC.3 on the LAB-X1 U7 pin 2-3 after putting in R11. So all I had to do was change SWDN to another port... Namely PORTD.3.

    Anyway, the code above is working...
  8. Replies
    4
    Views
    4,812

    Portc.3 latching?

    Hi guys,

    I'm having a problem with Portc.3 (Pin 18 PIC16F877A). I have it tied to a 4.7k ohm resistor to +5V.
    When I pull it (pin 18) to ground and hold it there for more than a few seconds,...
  9. Regeneration

    Any decently engineered electric vehicle already will have regenerative braking. That is a fairly old and well understood concept. Any electric motor can be used as a generator. When an electic...
  10. Replies
    4
    Views
    5,281

    Very nice

    That is nice. I haven't the 1st clue about VB.
    Thanks aratti!:cool:
  11. Forward looking

    Technical advancements will have their benefits and drawbacks for people. The question is: What are the trade-offs? I think for the next generation or two, the benefits will out weigh the drawbacks....
  12. Replies
    4
    Views
    5,281

    Could be a great tool!

    I am using a work computer and cannot in good concience load an untested excecutable on this system. Can someone at MeLABS run it and check it for me and let me know if it does as advertised and...
  13. Replies
    2
    Views
    4,911

    On Line DRC / Code size reporter.

    I would like to see an online Syntax checker that could also check my code size and suggest a suitable PIC for the job. I'm thinking of something similar to Advanced Circuits' DFM service that will...
  14. Replies
    44
    Views
    43,183

    An actual wish for the list

    How about an online Syntax checker? Or something that could at least count the amount of code you used and suggest a suitable PIC for the job? Or perhaps let you know if what you've done will even...
  15. Replies
    3
    Views
    3,878

    to reiterate, and code correction.

    As Bruce pointed out the correct syntax is "gosub R_FWD". This is correct in my code.
    But neither reply answers my actuall question. Also, as a fall back position I intend to hard wire the PWM...
  16. Replies
    3
    Views
    3,878

    MPLAB SIM timing vs Real life

    Hello again.

    Still using PIC16F876A...

    This bit of code works quiet well: ie The PWM appears as expected on both channels.

    DEFINE OSC 20 ' use 20mhz xtal.
    DEFINE HPWM1_TMR 2 ...
  17. Replies
    12
    Views
    10,872

    Ok so now... to the SIM!

    Now that I'm pretty sure I have the software settled... Has anyone been able to simulate a PIC16F876A with MPLAB's Simulator? What's the trick? I think I have everything set up right, it doesn't...
  18. Replies
    12
    Views
    10,872

    Thats the ticket

    Now that's what I'm screamin... Thanks Mister E. This is all running in an IF/THEN loop.
    So to recap... My syntax should look like this:

    PORTB.6 = PORTA.2 & PORTB.2 ?

    And judging from what I...
  19. Replies
    12
    Views
    10,872

    Some clarification

    I guess I wasn't very clear about what I want to know. I'm holding back some info because this circuit may be very valuable.
    Presently, I have the 2 HPWM outputs going to a quad 2-input AND gate...
  20. Replies
    12
    Views
    10,872

    Bit Banging input to output on PIC16F876A

    Hi folks.
    Some init stuff: I'm using a PIC16F876A.

    DEFINE OSC 20 ' use 20mhz xtal.
    DEFINE HPWM1_TMR 1 'Use timer 1 for both channels
    DEFINE HPWM2_TMR 1
    DEFINE CCP1_REG PORTC ...
  21. Replies
    11
    Views
    9,707

    mosfet gate drivers

    Micrel makes a very good set of mosfet gate driver chips. Find their data sheets here. http://www.micrel.com/_PDF/mic4423.pdf
    They are dual output, so you would need 2 of them for 4 outputs. Again...
Results 1 to 21 of 21