Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    3,316

    Re: Repeat .... UNTIL code

    and RETURN i should use,too?
  2. Replies
    4
    Views
    3,316

    Repeat .... UNTIL code

    Why this code doesn't work?I pull up Termos(PORTB.6) and If Termos = 0 then the relay and on the LCD must be shown those commands.When Termos is HIGH,then back to the main program(With Return)....
  3. Replies
    59
    Views
    67,249

    Re: Writing custom characters to LCD display

    How many costum characters can I make to show on LCD display and If I write a text,and I want to show a character,will be the character stored in the memory of the LCD,or the text will be stored?
  4. Replies
    1
    Views
    2,080

    Interrupt on PORTB.6

    Is there any way to make an interrupt on PORTB.6?I use a transistor as switch to trigger the PORTB.6 to "0" and Pull-up on this PORT,with OPTION_REG.7=0
    And I want to use Interrupt,because this code...
  5. Replies
    2
    Views
    2,339

    PortA.5 don't react

    I have connected a push-switch to a PortA.5 on PIC16F876A.But it's not responding.Here is the code:

    DOWN VAR PORTA.5

    if DOWN=0 Then
    IF SETBAND = 1 THEN
    SETHEAT=SETHEAT-1

    write...
  6. Replies
    3
    Views
    3,413

    Re: How to compare two temperatures

    I have this code,I used to "read" the MAX6675.How to compare the themperature with given themperature?I want to make thermostat.
  7. Replies
    3
    Views
    3,413

    How to compare two temperatures

    I want to compare two temerpatures for thermostat that I am making.So,where I should get started.I want to make the thermostat with MAX6675 and PIC16F876A @ 4MHz.Any examples,or code for this issue?
  8. Replies
    1
    Views
    3,897

    Re: Thermometer with MAX6675 and thermocouple

    'Alias pins - MAX6675 temp sensor MXSCLK var PORTD.0 'MAX6675 Clock MXCS var PORTD.2 'MAX6675 Chip Select MXSO Var PORTD.3 'MAX6675 Serial Data ...
  9. Replies
    1
    Views
    3,897

    Thermometer with MAX6675 and thermocouple

    Hi to all,
    I made a thermometer with PIC16F876A @ 4 MHz ,with MAX6675 sensor for thermocouple of K-type.I used a code from this forum to "read" the sensor with SPI comunication.But I have problems...
  10. Replies
    25
    Views
    12,398

    Re: Two line LCD double height numbers, possible ???

    where I can find this bas files:

    INCLUDE "DT_INTS-18.bas" INCLUDE "ReEnterPBP-18.bas" INCLUDE "Elapsed_INT-18.bas"

    thanks
  11. Replies
    37
    Views
    146,916

    Re: Soldering station

    Fratello,can you make a code with MAX6675 thermocouple cold junction sensor?I have one,so I want to use it.
  12. Replies
    2
    Views
    3,115

    Examples for POV clock

    I need examples for POV clock like code,but in PBP.tnx
  13. Replies
    1
    Views
    3,858

    Examples with MAX6675

    I need an examples for MAX6675.I don't know how to comunicate with it.Please I need an example
  14. Replies
    2
    Views
    3,220

    Re: Rotaru encoder with PIC microcontroller?

    I don't know how to use interrupts.For that you're saying in the post up there.Can you post a code with example in PBP?I don't want to use for RPM counter,I have a mouse (from old PC) and I want to...
  15. Replies
    2
    Views
    3,220

    Rotaru encoder with PIC microcontroller?

    I was wondering how to conect a rotary encoder with PIC microcontroller.How should I do that?For example with PIC16F876A.
  16. Replies
    3
    Views
    3,474

    Re: Start with USB and USB comands

    First of all there many problems on mu stupid computer,for example when I want to define the internal oscilator on PIC16F628A with those comands(@ __CONFIG_) for MPASM then I get an error,that is my...
  17. Replies
    3
    Views
    3,474

    Start with USB and USB comands

    I have a code from a Serbian book.
    http://vojo.milanovic.org/knjiga02.htm There are codes for USB protocols and USB comands with PIC18F2550 and PIC18F4550.I want to ask that does anyone has this...
  18. Sticky: Re: Presetting Configuration Fuses (PIC Defines) into your Program

    I try with P16F628.INF file and It isn't working with another Include file(16F628.inc).I find it automatically but still not working.I will try with my other computer.I am using MPLAB IDE v8.73,I...
  19. Sticky: Re: Presetting Configuration Fuses (PIC Defines) into your Program

    I get: Unable to open INCLUDE file P16F628A.INC
  20. Sticky: Re: Presetting Configuration Fuses (PIC Defines) into your Program

    I got this error: overwriting previous address contents (2007)
    I write this line @ __CONFIG _INTRC_OSC_NOCLKOUT to turn on the internal oscilator of the PIC16F628A,
    I fix any mistakes what I think...
  21. Replies
    1
    Views
    2,618

    What MCS do you use?

    I want to know what MCS IDE do you use?Do you bought or it is downloaded from the ethernet and the patch,too?I use downloaded version 2.60 I had demoversion 4months ago.And how much money is new MCS...
  22. Replies
    3
    Views
    3,694

    Re: Problem with MPLAB IDE v7.60

    doesn't working.
  23. Replies
    3
    Views
    3,694

    Problem with MPLAB IDE v7.60

    I have problem with MPLAB IDE v7.60.When I want to make a new project in assembler there is problem.See picture to see the error.There is a X front MPASM Assembler toolsuite....
  24. Thread: Using Nokia LCD

    by SKOLS1
    Replies
    300
    Views
    360,850

    Re: Using Nokia LCD

    I am using MPASM to compile.I try with two of them @DEVICE and _config_... etc. but it doesn't working on my PC.
  25. Thread: Using Nokia LCD

    by SKOLS1
    Replies
    300
    Views
    360,850

    Re: Using Nokia LCD

    I compile the code and I got an error message:When I delete this line:@ DEVICE pic16F628A, XT_OSC, WDT_OFF, PWRT_OFF, BOD_OFF, MCLR_ON, LVP_OFF, CPD_OFF, PROTECT_OFF
    there is no Error.When the line...
Results 1 to 25 of 71
Page 1 of 3 1 2 3