Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    3,401

    Define oscillator speed

    Hello,

    I have small project using PIC18F26K22 with 8MHz crystal external oscillator. USART output from PIC is connected over TTL to USB and I use TERMITE serial software to read data from PIC.
    ...
  2. Replies
    2
    Views
    24,926

    Re: Configuration bits

    thank you very much this is what I've been looking for but couldnt find

    thx
  3. Replies
    2
    Views
    24,926

    Configuration bits

    Hello

    I was wondering is there any tool that generates configuration bits code for picbasic pro ?

    In mplab there is option under windows-->configuration bits, then you can select what you need...
  4. Replies
    9
    Views
    6,644

    Re: Pic Basic Pro and C#

    aha

    thx for answer now I understand how that works and it is clear to me now. So program created in C++ or C# will send info to USB, and program for PIC will register that info from USB and do...
  5. Replies
    9
    Views
    6,644

    Re: Pic Basic Pro and C#

    I will try to define better my question

    First I have googled and find out that I cant program PIC in C++ or C#, I can only program it in MikroC, PBP, ect. softwares that are made for programming...
  6. Replies
    9
    Views
    6,644

    Pic Basic Pro and C#

    Hello

    Is it possible to combine C# or C++ with Pic Basic Pro ?

    For example I have LED that is connected to PIC, and PIC is connected to PC via USB. So when I create window in C# or C++ with...
  7. Thread: PIC 16f877a

    by CipiCips
    Replies
    8
    Views
    7,863

    Re: PIC 16f877a

    Hmm

    so I should put all my pins (register E,C ect.) that I am not using to OUTPUT
  8. Thread: PIC 16f877a

    by CipiCips
    Replies
    8
    Views
    7,863

    Re: PIC 16f877a

    I am lil bit confused now ?? how to chack that ?
  9. Thread: PIC 16f877a

    by CipiCips
    Replies
    8
    Views
    7,863

    Re: PIC 16f877a

    HI

    here is the schematic:

    http://img153.imageshack.us/img153/7324/evob.jpg

    I have tried to enable BOD, and these are results:

    When I insert PIC into Board and turn the switch on, program...
  10. Thread: PIC 16f877a

    by CipiCips
    Replies
    8
    Views
    7,863

    PIC 16f877a

    Hi

    I have a very strange problem with PIC 16F877A, When I enter program into the PIC and plug PIC into circuit board and turn on the switch, everything is normal and work like it should work. But...
  11. Replies
    4
    Views
    5,045

    How to make this works ??

    Hi

    I have a one small problem, I cant figure it out ?

    I have two buttons, PIC 16f877a and a Servo Motor.

    My goal is when one button is pressed that motor turn left, and when another one...
  12. Thread: AD conversion

    by CipiCips
    Replies
    8
    Views
    5,962

    Re: AD conversion

    thx Steve

    I will probably have few questions, now I will contion on my work

    thx
  13. Thread: AD conversion

    by CipiCips
    Replies
    8
    Views
    5,962

    Re: AD conversion

    So this ADRESH is the adress where AD save it's value ?

    what if I have two, three or four AD, is it all stored in same adress ?
  14. Thread: AD conversion

    by CipiCips
    Replies
    8
    Views
    5,962

    Re: AD conversion

    I am using PIC 16f877A

    this is the code


    DEFINE ADC_BITS 8 ' Set number of bits in result
    DEFINE ADC_CLOCK 3 ' Set clock source (rc = 3)
    DEFINE ADC_SAMPLEUS 50
    ADCON1 = 0 ' PORTA...
  15. Thread: AD conversion

    by CipiCips
    Replies
    8
    Views
    5,962

    Re: AD conversion

    then why this doesnt work:

    I have a potentiometer on pin 0 (AD), and when I turn that pot to one end (left or right) my values of variable should be 0 or 255. And when I wrote IF function nothing...
  16. Thread: AD conversion

    by CipiCips
    Replies
    8
    Views
    5,962

    AD conversion

    Hello

    Does anyone know what is the maximum and minimum value of variable at 8 bit AD conversion (PIC 16f877A)

    For example:

    pw var byte

    adcin 0, pw "read AD value on pin 0 and store it...
  17. Replies
    2
    Views
    4,026

    Servo speed, from potentiometer

    Hello

    I am trying to find on web for some example of slowing down servo speed using potentiometer, but I cant find it.

    I am using PIC 16f877A and I have a potentiometer connected on AN0 pin,...
Results 1 to 17 of 17