Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Wanted: Experienced PBP programmer for paid work on east coast of USA

    Good afternoon, I am looking for anyone interested in paid contract work on the east coast of USA for PBP. Contact me directly please. Thank you
  2. Replies
    2
    Views
    6,371

    Re: KINECT Sensor interfacing with PICs

    Arduino would be using C, could it be done in PICBASICPRO?

    Thank you for the book reference.
  3. Replies
    2
    Views
    6,371

    KINECT Sensor interfacing with PICs

    Is it possible to use the portion of the Kinect Sensor that can track a human body in 3D and have it interface with a PIC or group of PICs to interpret the output?
    ...
  4. Replies
    15
    Views
    11,561

    Serout

    I tried both, if i put in inside the quotes, it will actually attempt to say backslash 15

    and another thing, if I do this, it doesnt say anything

    Main:

    serout 7, T9600, ("at your...
  5. Replies
    15
    Views
    11,561

    Serout

    Here is the error i get when i do this
    include "modedefs.bas"



    ERROR Line 12: ':' or '=' Expected (Token 'modedefs.bas') (Speech test.pbc)


    Any ideas?
  6. Replies
    15
    Views
    11,561

    Serout code

    Here it is, minus text at the top that does not apply to code since it is commented out


    include Modedefs.bas ' I added this when u told me


    Main:

    serout 7, T9600, ("at your command")...
  7. Replies
    15
    Views
    11,561

    Serout

    Yes, I am using Picbasic, here are the errors when i added what you said

    ERROR Line 12: ':' or '=' Expected (Token 'Modedefs') (Speech test.pbc)
    ERROR Line 12: Illegal Character '.' (Speech...
  8. Replies
    15
    Views
    11,561

    SEROUT erros

    ERROR Line 20: Illegal Character '[' (Speech test.pbc)
    ERROR Line 20: '(' Expected (Token '15') (Speech test.pbc)
    ERROR Line 20: Illegal Character ']' (Speech test.pbc)
  9. Replies
    15
    Views
    11,561

    Serout

    Thank you but that gives an error in PICBASIC, any other ideas-ill try them -
  10. Replies
    15
    Views
    11,561

    SEROUT command (single byte value not string)

    All

    I am using the SPEAKJET with the TTS256 to get it to talk from commands i send it in PBASIC using the SEROUT command from my PIC16F84A.

    It works, but I need to send it data message (see...
  11. Replies
    3
    Views
    8,523

    Loop terminates on its own

    Thank you, but thats not the problem, there must be something inherinant to the ultrasonic sensor that wont let it infinite loop without being reset or something,

    Can anyone tell me why after four...
  12. Replies
    3
    Views
    8,523

    Ultrasonic distance sensor with PIC16F84A

    All

    I used the code below to light a LED if the distance is less than 12 inches, the code runs , but for only 3 iterations, some time 4 iterations, I cannot seem to find out why, can anyone help. ...
  13. Replies
    9
    Views
    8,450

    What is the difference PBC

    What is the difference of PBC?

    How can I get what you have?
  14. Replies
    9
    Views
    8,450

    Errors still with loop

    Can someone read below, I was told to do this and I am still getting the errors below the code, What am I doing wrong still?

    Thank you in advance.



    code below:
    ---------------
    switch var...
  15. Replies
    1
    Views
    3,145

    Button command

    Does anyone use the Button command from the book to get an input from a pin(on/off switch)?

    Is there another way to do it ?
  16. Replies
    2
    Views
    3,663

    Button command

    Does anyone use the BUTTON command for an input?
  17. Replies
    9
    Views
    8,450

    Disregard reply above, did not see answer

    I did not see the first line, sorry, please disregard
  18. Replies
    9
    Views
    8,450

    Declaring a variable as an input

    If I want switch to be linked to a pin, then how do I declare it before a loop to be an input?



    Is this code done for the PICBASIC assembly or a version of BASIC as the name implies?
  19. Replies
    9
    Views
    8,450

    Using input from Switch to control a loop

    How can I get input from a switch, ON/OFF, and use that to either enter a loop or exit a loop?
  20. Replies
    2
    Views
    3,663

    16F84A used with SN75410NE

    I am trying to make the micro move tow motors forward in a test until they get an input from a switch that gets pulled HIGH, and then I want it to reverse one motor, can anyone offer some simple...
  21. Replies
    4
    Views
    16,372

    Loop

    So how would I perform the loop then.


    When you say name the file

    BASIC CODE from book.bas

    is that what you mean????
  22. Replies
    4
    Views
    16,372

    2 motors and 2 simple sensors

    thanks for the reply.

    I used endif as one word,it didnt show right here though.

    I want the pin to be set to HIGH, 5 volts, how would I tell it that.

    What is the book test.BAS??

    any...
  23. Replies
    4
    Views
    16,372

    Loop with two motor and 2 sensors

    I have two motors, dc gear motors, and 2 sensors, (1 switch and 1 momentary switch).

    My code below does not compile, i get alot of errors(see bottom), can anyone help. I want to have the motors...
Results 1 to 23 of 23