Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    7,371

    Zutale! A solution!

    *jumps up and down for joy* I... I have done it!


    And now I will explain how. First of all many thanks to everyone for the help!

    First I will mention that I am using MicroPro and the 149c...
  2. Replies
    8
    Views
    7,371

    Problems

    My programmer programs no problem, but it still just doesn't work.

    I know exactly what I need to do after reading the whole darned datasheet again (without any bear ;_;), but using the setting in...
  3. Replies
    8
    Views
    7,371

    16F88 RA6 and RA7 troubles

    I have been working with the 16F88 for sometime now, and despite that fact have yet to be able to configure and use the osc1 and osc2 pins as i/o porta.6 and porta.7.

    I know that this is an...
  4. Replies
    11
    Views
    7,935

    Okay so that wasn't too hard. The master...

    Okay so that wasn't too hard.

    The master transmitter now uses pretty much all of the ram available on the 16F88 as a buffer. Allowing 16 commands to be stored and transmitted from 2 seperate...
  5. Replies
    11
    Views
    7,935

    New capabilities.

    I have now given the master an 8 command buffer. And finnally life is good ^^.

    I think I am going to up the buffer to 16, but that will require that I use 2 buffer arrays. For now, heres the...
  6. Replies
    11
    Views
    7,935

    Thats what I thought it was doing, I did the same...

    Thats what I thought it was doing, I did the same thing with the line in from the pc and I haven't had any errors since, but I still have the double buffer system that will make sure i know when i...
  7. Replies
    5
    Views
    3,497

    Thats a pretty general question.

    Alright thats a general question but I'll try and answer.

    first off choose a length of array and type of data.

    nameofarray VAR unitsize[numberofunits]

    lets say you want row one to be 12...
  8. Replies
    11
    Views
    7,935

    Thankyou so much!

    Awesome coding suggestions. I was able to get rid of 4 pages of code using similar thinking after you showed me that. (guess my brain just finally started working) ^^

    also, I tried something just...
  9. Replies
    11
    Views
    7,935

    I got it working

    Now thankyou all for your feedback, I still don't know exactly how to use hserin yet, but I will most certainly use it later. However I was able to come up with a way of getting my method to work.
    ...
  10. Thread: tic tac toe

    by gandora
    Replies
    8
    Views
    4,731

    Next step

    Okay so you know the system you want now. So you can probably start making the interface. using a bigish solderles breed board make the display.

    Choose the way you want the player to choose where...
  11. Replies
    11
    Views
    7,935

    hserin/hserout

    I am using 16f88 which does have an internal AUSART. But what is the difference between serin2 and hserin. I am a little confused about it.
  12. Replies
    11
    Views
    7,935

    Problems controlling multiple pics

    I am currently in the process of designing a servo controller. I have already been able to make a pic that can take a message from a pc serial port and command 11 servos position, and speed.

    Now I...
  13. Replies
    13
    Views
    8,391

    Gotta take it one step at a time. I suggest "beep...

    Gotta take it one step at a time. I suggest "beep beep"ing for a little bit. Then use FREQOUT command which CAN use multiple frequencies.

    There are lots of ways of doing it, and not all of them...
  14. Thread: tic tac toe

    by gandora
    Replies
    8
    Views
    4,731

    Alright so the first question to ask yourself if...

    Alright so the first question to ask yourself if you are ready for the project is, "what kind of screen or visualization method do you want to use?"

    That is to say do you intend to use led's, lcd,...
  15. Replies
    2
    Views
    2,953

    Pictures

    Here it is just lying around. The led stays lit when the power is plugged in but the Controller is off. When you turn it on the light turns off.
    ...
  16. Replies
    2
    Views
    2,953

    A few things to know

    I thought I should probably provide a few problems that I have already identified.

    First: obviously if I could decrease the time where the motors are not driven.

    Second: motion can be rather...
  17. Replies
    2
    Views
    2,953

    Serial Servo Spider

    Parts:
    A bunch of servos, some computer shell pieces, a cutting board, some sheats of plastic, and a bunch of wires and screws.

    PIC:16F88

    Well, I have finnaly come to the point where I have...
  18. Replies
    3
    Views
    3,296

    No problem glad I could help. ^^

    No problem glad I could help. ^^
  19. Replies
    3
    Views
    3,296

    Have you tried to just use the sleep command with...

    Have you tried to just use the sleep command with an led project? Maybe its a different part of your code giving you the trouble.

    But the best way to tell that, is just a lil project to test the...
  20. Thread: Please help

    by gandora
    Replies
    6
    Views
    3,973

    A quick thing to try.

    I suggest uninstalling, and reinstalling both pic basic pro, and microcode studio. If the issue persists you can always install on another drive.

    Also be sure to check the directory for pbp in...
  21. Replies
    25
    Views
    15,105

    the stamps place

    Well despite the fact that I have moved on to bigger and better things. The truth is without the BS2 I can pretty much say for sure I would have just given up before I got this far. I feel that for...
  22. Replies
    25
    Views
    15,105

    Furthur ponderences.

    So you said there was a way of reading a pot in analog? Is there any chance you could give me a little synopsis of how it is done? Thankyou.
  23. Replies
    25
    Views
    15,105

    Its Alive!

    Alright Thankyou for your help i now got it to work. For other newbs who would prefer not make a fool of themselves. The working code is below.

    Thanks again. it now results in different things...
  24. Replies
    25
    Views
    15,105

    Not yet

    Im starting with the basics but you discovered my evil plan! ^^
  25. Replies
    25
    Views
    15,105

    my reasonings

    well, as a clarification I forgot to include. I am using the 16f88 as this projects chip. And I am trying to read a photoresistor or a pot. Mostly I am trying to carry over my knowledge of...
Results 1 to 25 of 26
Page 1 of 2 1 2