Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    3,019

    Re: Using 16F1503 as Serial LCD Backpack

    Doh, I think I figured it out. Looks like RA3 can only be configured as an input. :o
  2. Replies
    2
    Views
    3,019

    Using 16F1503 as Serial LCD Backpack

    Hi All,

    Wow, it has been awhile since I've been here. Finally getting back into PIC's and I'm making a serial backpack using a 16F1503. I've managed to make one successfully in 4-bit mode using...
  3. Replies
    13
    Views
    14,909

    Bill, I don't know that I can offer much more...

    Bill,

    I don't know that I can offer much more help, but it looks like Jerson and Dave have some excellent leads. When you mentioned seven segment displays from Futurelec, it rang a bell. I had a...
  4. Replies
    13
    Views
    14,909

    Bill, I can't say I've cascaded the MAX7219,...

    Bill,

    I can't say I've cascaded the MAX7219, but I am using the MAX7221 IC on a project and am relatively familar with the datasheet. Some very silly questions, but important none the less.
    ...
  5. Replies
    2
    Views
    4,149

    BobK, Thank you so very much for the schematic...

    BobK,

    Thank you so very much for the schematic and link. I went through over 100 posts on a search for modem, but there are many ways to phrase the same question. I will look these over - the...
  6. Replies
    2
    Views
    4,149

    Communicating between two PICs over DC bus

    Hello all,

    I've been asked to look for a way to communicate between two or more PICs, tentatively 18F series, over the DC power bus which is 9V. We have used TDA5051A modems to interface and...
  7. Replies
    8
    Views
    7,832

    archendekta, How many seven segment displays...

    archendekta,

    How many seven segment displays do you want to control? If you only need one or two, use a BCD (binary coded decimal) to seven segment IC. Check out this circuit:
    ...
  8. Replies
    11
    Views
    10,247

    Sponge_Bob, Tsk, tsk - you're lucky I'm in a...

    Sponge_Bob,

    Tsk, tsk - you're lucky I'm in a generous mode tonight. :D Alright, first thing to do is open the PBP INC file for the 16F628A and comment out the config line. Assuming you're using...
  9. Replies
    11
    Views
    10,247

    Sponge_Bob, I think I've got your solution. ...

    Sponge_Bob,

    I think I've got your solution. I've been doing similar things with LEDs lately and my favorite driver IC to date is the SP16DP05. It has 16 channels and uses a simple SPI interface...
  10. Replies
    8
    Views
    22,880

    Okay, I feel like a dolt, but at least I learned...

    Okay, I feel like a dolt, but at least I learned something today. Thanks Sayzer. :D
  11. Replies
    8
    Views
    22,880

    dbachman, I haven't played with lookup in a...

    dbachman,

    I haven't played with lookup in a while, but according to the manual, no. I assume you're trying to set the pins on portb high and low according to the value of digit. I haven't tested...
  12. Replies
    16
    Views
    15,114

    Now the question becomes, what can I change? ...

    Now the question becomes, what can I change? Glad you asked, again assuming you've got Windows and everything is in the default location, open: C:\Program Files\Microchip\MPASM Suite. Now find and...
  13. Replies
    16
    Views
    15,114

    Fredrick, Unfortunately, no. You have to...

    Fredrick,

    Unfortunately, no. You have to search the datasheet quite a bit as every PIC is a little bit different. However, here's a way to make it relatively quick:

    Open the .INC file for...
  14. Replies
    16
    Views
    15,114

    Fredrick, Nope, they generally work the same. ...

    Fredrick,

    Nope, they generally work the same. The only big factor when moving from one series to other, which is the same as going from one part number to another, is the config bits. I don't...
  15. Replies
    2
    Views
    4,562

    Joe S, Thank you! I didn't think it was that...

    Joe S,

    Thank you! I didn't think it was that simple. I'll use another chip with more memory. Thanks again.
  16. Replies
    2
    Views
    4,562

    Error[126] & Warning[220]

    Ladies & Gents,

    I spent the weekend figuring out a workable code for using a DS1302 as a countdown timer. Unfortunately, everytime I attempt to compile I get the following:



    Error[126] ...
  17. .n0rig., As much as I love to help, I'm a bit...

    .n0rig.,

    As much as I love to help, I'm a bit short on time this week. It looks like you're heading in the right direction. My only advice to you at this point is to put something together and...
  18. .n0rig., Ahh, okay. It's been years since I...

    .n0rig.,

    Ahh, okay. It's been years since I worked on an IR project, so I did a quick search on the forum under 'infrared' and found some postings you might want to check out:
    ...
  19. .n0rig., Anyways, what I will need most...

    .n0rig.,



    Anyways, what I will need most help in will be the serout and serin to connect to the chip on the car to make the car move forward, back, etc.


    By chip, do you mean the PIC or are...
  20. .n0rig., I'll try to get more detail to you...

    .n0rig.,

    I'll try to get more detail to you this evening if you need it, but here's some info to get you started.

    The button command will work on any I/O so long as the pin you select is set to...
  21. Thread: Problem

    by elec_mech
    Replies
    6
    Views
    3,667

    StoneColdFuzzy, Could you post all your code...

    StoneColdFuzzy,

    Could you post all your code up to your main routine? If we could see what intializations you've done, we might be able to better help. I assume you've set your TRISD register...
  22. .n0rig., I can't speak too much to the IR...

    .n0rig.,

    I can't speak too much to the IR transmitter you're looking at, but I can point you in the direction of some other options. If time and ease outweigh cost, one option is to use a...
  23. Replies
    4
    Views
    7,182

    Okay, I'm an idiot. I didn't realize a '1' in...

    Okay, I'm an idiot. I didn't realize a '1' in shiftin is for LSB, whereas a '1' in shiftout is MSB. I came across some other code (haven't tried it yet) on the forum that may help:
    ...
  24. Replies
    4
    Views
    7,182

    idtat, I'm attempting to use the DS1302 myself...

    idtat,

    I'm attempting to use the DS1302 myself with luck as well. Now, I haven't read through your code to any great extend, but one thing jumped out at me:



    w_in:
    mem = reg_adr ' Set mem...
  25. Replies
    11
    Views
    8,678

    Darrel, Thank you! I do take great pride in...

    Darrel,

    Thank you! I do take great pride in my wiring. :D I hope at some point in the future to try out your Instant Interrupts routine, as I read they're all the rage. Thanks again for your...
Results 1 to 25 of 65
Page 1 of 3 1 2 3