Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds; generated 34 minute(s) ago.

  1. Replies
    1
    Views
    3,758

    Read Values of Headphone Jack

    What I want to do is to be able to distinguish between tones emitting from a PC's headphone jack.

    Now could I just do ADC on a PIC to read the values coming from the headphone wires (would I...
  2. Replies
    2
    Views
    2,608

    Calling Subroutines Multiple Times

    Hey Guys,

    Right now when I want to call the same subroutine 50 times subsequently I do the following code.

    Start:
    GOSUB GoForward
    x=x+1
    IF x>49 THEN
    GOSUB Stop
    ELSE
  3. Thread: 4mhz to 8 mhz

    by Forkosh
    Replies
    6
    Views
    4,143

    thx

    Thanks skimask! :D
  4. Thread: 4mhz to 8 mhz

    by Forkosh
    Replies
    6
    Views
    4,143

    I have PICBASIC pro version 2.47 . version 7?

    I have PICBASIC pro version 2.47 . version 7?
  5. Thread: 4mhz to 8 mhz

    by Forkosh
    Replies
    6
    Views
    4,143

    What about PULSIN / PULSOUT

    What about PULSIN and PULSOUT

    would their resolution be doubled?
  6. Thread: 4mhz to 8 mhz

    by Forkosh
    Replies
    6
    Views
    4,143

    4mhz to 8 mhz

    When I change the microcontroller clock from 4mhz to 8 mhz I put the following code in the beginning of the program

    DEFINE OSC 8 'Set oscillator speed to 8

    Now I also have to change the...
  7. Thread: Modulate IR

    by Forkosh
    Replies
    3
    Views
    3,304

    Modulate IR

    What is the code I can use to modulate IR

    I am using an IR LED and IR phototransistor to detect a line

    How can I modulate that?


    I am using the PIC 16F616 @ 4mhz

    Thank You
  8. Replies
    6
    Views
    49,605

    Thanks

    Nice job ,thanks for posting


    EXTREMELY USEFUL
  9. Replies
    2
    Views
    3,683

    Controlling a VGA Monitor

    I was looking on this site and and its shows how to control a monitor with a PIC mirocontroller. However, it is in ASM. Anyone know where I can find this in PICBASIC or how I can translate it?
    ...
  10. Replies
    2
    Views
    3,362

    Problem with servo and PIC16F616

    Heres my problem :
    I can get one of the modified servos to go forward ( a pulse of 100 ) and another one of the modified servos to go backward ( a pulse of 169) , only at the same time.

    In...
  11. Thread: Pauses

    by Forkosh
    Replies
    1
    Views
    1,968

    Pauses

    How much pause should I allow before ( or after) pulsing out a servo command?
    How much pause should I allow for an LCD to initialize?

    and theoretically, If i were to send a pulse of 160 to servo1...
  12. Thread: Store Strings

    by Forkosh
    Replies
    2
    Views
    2,653

    Store Strings

    How can I store a string variable?

    Like I want to do somethign like this ( but i dont know the code)

    A= "Hello World" 'Store String
    SEROUT LCD, 6, [A] ' dispaly contents of string A on LCD
    ...
  13. Replies
    2
    Views
    2,639

    Thanks!

    Thanks


    What are the differences of running the PIC at 8mhz or at 4mhz? NAyadvantages at the 8mhz speed???
  14. Replies
    2
    Views
    2,639

    Problem with PULSEOUT

    I am using the PIC16F616
    I modified two HS425BB servos for continuous rotation and I cannot get them to go counterclockwise. Every pulse that I give makes the servo spin clockwise ( but at different...
  15. Replies
    2
    Views
    2,660

    Nevermind

    Nevermind ,
    After researching it in google more , i was able to find the SYMBOL command

    All is well
  16. Replies
    2
    Views
    2,660

    PORTC constants

    How can I do a constant to control my LCD connected to PORTC.3
    I tried LCD CON PORTC.3 but it didn't work.

    For example
    How can I control my LCD by doing something like this
    SEROUT LCD,6,...
  17. Replies
    7
    Views
    5,355

    Other PICs

    which PICs work with the ADCIN command? WHich one that you used worked with that command?
  18. Replies
    7
    Views
    5,355

    Thanks!

    It worked!
    But how would I change it to read AN0 and AN1

    How do I change the program to read multiple channels?
  19. Replies
    7
    Views
    5,355

    Internal

    internal osc, mclear disabled. LCD works and blinking LED works. JUST A2D is messed up for soem reason.

    What speed of the ADC_Clock do i set it to for my microcontroller. I have it set to 3 now,...
  20. Replies
    7
    Views
    5,355

    A2D on PIC 16F685

    Please i've tried everything!
    I want this stupid program to work on my PIC 16F685. I programmed it using PIC BASIC and the U2 EPIC programmer. I configured the oscillator to RCIO with the EPIC...
  21. Replies
    0
    Views
    2,987

    Multiple Pot Commands

    The micro I use is the PIC16F685
    Using the pot command in PIC BASIC I was able to get an 8 bit reading of the resistance of two sensors. When I tried to do this with 3 sensors I was only able to get...
Results 1 to 21 of 21