Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds.

  1. Replies
    25
    Views
    18,213

    Re: LCD problem with 16F628

    can you share your config settings?
  2. Replies
    20
    Views
    40,179

    Re: To install PBP in MPLAB X 1.95

    I installed old version now everything is ok. i hope we can use last versions of mplabx with pbp3. thank you very much.
  3. Replies
    20
    Views
    40,179

    Re: To install PBP in MPLAB X 1.95

    Thank you for your answers. I made a new .pbp file with no problem and compiled well but i cant see highlighters for basic commands now.
  4. Replies
    20
    Views
    40,179

    Re: PIC Configurator

    I'm using MPLABX IDE v3.40. Installed "PBP Tool Chain" and added PBP3 in options/embedded/build tools.

    After all of them, i wanted to make new project. I sellected PBP3 for compiling but i...
  5. Replies
    6
    Views
    6,343

    Re: HEF (High Endurance Flash) What to do?

    I hadn't enough time for project, i've changed pic to 16F1824 same pin count and has EEPROM. In data sheet says HEF memory address range $0780 - $07FF. I don't know readcode/writecode works for this...
  6. Replies
    6
    Views
    6,343

    HEF (High Endurance Flash) What to do?

    Some new pics have HEF instead of EEPROM. I realised it when i am working with 16F1503. I've changed my microcontroller which has EEPROM. Now, i'm wondering about is there anyone who used HEF with...
  7. Replies
    772
    Views
    591,536

    Re: Instant Interrupts - Revisited

    Hello everyone..

    I read this post today. And added MOVF PORTA, W - MOVF PORTB, W. Now it's working as it should be.


    RABC :

    @ MOVF PORTA, W
    @ MOVF PORTB, W
  8. Replies
    772
    Views
    591,536

    Re: Instant Interrupts - Revisited

    * There is no problem with compiling. It's okay.

    * There are buttons tied PORTA.0, PORTA.1, PORTA.2 - PORTB.4 and PORTB.6. I want to get interrupt every logic change on this ports. If you look at...
  9. Replies
    772
    Views
    591,536

    Re: Instant Interrupts - Revisited

    The chips have arrived. I tried RAB change interrupt on a demo board. The situation is the same with isis. This is my test code below.



    INCLUDE "DT_INTS-18.bas" ' Base Interrupt System...
  10. Replies
    772
    Views
    591,536

    Re: Instant Interrupts - Revisited

    Thanks for your reply. I tried to work it with ISIS. It may cause for it. I'm waiting for chips. I will try it again.
  11. Replies
    772
    Views
    591,536

    Re: Instant Interrupts - Revisited

    I'm working on a project using 18LF13K22. I need to use RAB Change Interrupt with DT Ints18. I made changes on DT_INTS-18.bas below but i couldn't succeed. Any suggestion?


    #define RABC_INT ...
  12. Re: Problem With 220 VAC Halogen Lamp Dimming

    Thanks Alain and other friends for your replies..

    The problem was solved with a small R-C snubber. Connected to A1 and A2 pins of Triac.
  13. Re: Problem With 220 VAC Halogen Lamp Dimming

    Hi aratti,

    This is the test code that i have used always for many projects. The microcontroller is PIC16F876A. PORTB.0 is Zero Cross Detect Input. PORTB.7 is fire triac output.


    INCLUDE...
  14. Re: Problem With 220 VAC Halogen Lamp Dimming

    I have used Opto-Triac and triac for dimming A.C halogen lamp.
  15. Problem With 220 VAC Halogen Lamp Dimming

    I was using Pic based Zero Cross Detect dimmer Incandescent lamps with no problem.
    However; when i use halogen lamps instead of incandescent lamps, The dimmer circuit isn't working properly.

    So,...
  16. Replies
    13
    Views
    13,022

    Re: pickit3 trouble PLEASE

    I found that pdf http://ww1.microchip.com/downloads/en/DeviceDoc/ETN32_PICkit_3_Operation_at_Low_Voltage.pdf

    But all these resistors are also "0" ohms in my programmer.
  17. Replies
    13
    Views
    13,022

    Re: pickit3 trouble PLEASE

    Hi all,
    I tried to program PIC18F1320 with 3 volt(LVP).My programmer is PICKIT 3 which i bought it from Farnell.
    I activated the LVP bit on config and connected the PGM pin to PICKIT 3. When i...
  18. Replies
    49
    Views
    33,002

    I used MPASM when i compiled it. Try to use MPASM...

    I used MPASM when i compiled it. Try to use MPASM or add your config settings to the top of your code.
  19. Replies
    1
    Views
    2,229

    there will be many reasons. i think the...

    there will be many reasons.

    i think the problem is about your config settings.

    compare the orginal .hex file configurations with your new .hex file.
  20. Replies
    5
    Views
    8,697

    Manuel says ; Define >>>>> DEFINE

    Manuel says ;



    Define >>>>> DEFINE
  21. Replies
    49
    Views
    33,002

    ok. i understood the problem . we will shift the...

    ok. i understood the problem . we will shift the "-" string 1 step left.

    change the "ekran_0" label with below ;



    ekran_0 : ; transfer the registers to diplay

    mask_3 = isi dig 3
  22. Replies
    49
    Views
    33,002

    i refreshed the zip file download again.

    i refreshed the zip file download again.
  23. Replies
    49
    Views
    33,002

    i wrote some codes below it worked on isis. ...

    i wrote some codes below it worked on isis.



    SEGMENT_A VAR PORTB.3
    SEGMENT_B VAR PORTB.7
    SEGMENT_C VAR PORTB.0
    SEGMENT_D VAR PORTA.3
    SEGMENT_E VAR PORTA.2
    ...
  24. Replies
    49
    Views
    33,002

    if you are using isis for simulation , it is hard...

    if you are using isis for simulation , it is hard to scanning displays.

    it doesnt work properly when displays are scanning.
  25. Replies
    2
    Views
    2,740

    i think this thread will help you. ...

    i think this thread will help you.

    http://www.picbasic.co.uk/forum/showthread.php?t=11475&highlight=Pulse+Capture+byte+building
Results 1 to 25 of 51
Page 1 of 3 1 2 3