Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.05 seconds.

  1. Re: Customizing the DT_INTS-XX.bas Instant Interrupt

    Thanks for the contribution !!
  2. Replies
    9
    Views
    24,911

    Re: SDFS3 SD Card File System Errors

    Taylor did not write SDFS.bas for the record, I believe it was Jeff Schmoyer from MeLabs.

    Anyway, here is an old example that might help....
  3. Replies
    10
    Views
    25,453

    Re: How can I use IDC with a 18F14K22?

    https://www.youtube.com/watch?v=8e1ktRjeOuI
  4. Replies
    9
    Views
    21,617

    Re: how to reprogram 12f675 and 12f629 ?

    Ambrogio,

    I am curious as to how you reassigned the functions of these pins. As far as I know it is not possible. The pins can be used for other things such as MCLR can be used as an INPUT, but...
  5. Replies
    9
    Views
    21,617

    Re: how to reprogram 12f675 and 12f629 ?

    I will guess that you have the chips in circuit and the three programming pins are connected to something.

    You will need to disconnect the three pins or in some way isolate them from the remainder...
  6. Replies
    4
    Views
    6,883

    Re: How to update meCONFIG

    That chip is supported with the Gold edition.
    http://pbp3.com/devicelist.html
  7. Re: SEROUT,HSEROUT or DEBUG ? max 232 or no max232 ?

    You replied to a seven year old thread... It would be best to start a new thread.

    When you start the new thread be sure to include the PIC you are using along with the WIFI module you are using. ...
  8. Replies
    8
    Views
    31,208

    Re: Dead links and obsolete threads

    I understand what you mean about dead links, they are annoying and should be fixed somehow when found if possible. But even a thread or post with a dead link can be useful so we will need to be...
  9. Re: Having trouble with SERIN command and MAX6675

    The MAX6675 has cold junction compensation built in, but only works if the cold junction is close to the MAX6675.
    This article explains cold junction compensation in detail....
  10. Re: Having trouble with SERIN command and MAX6675

    And I will add... Take extra care with your cold junctions. The 6675 does a good job compensating if the junction is close and in the same environment as it is. As do not have the cold junction on...
  11. Re: it's working... but bit-shifting not clear to me :-(

    Unless you are trying to get the fractional part of the reading 10 bits is all you need.
  12. Replies
    8
    Views
    31,208

    Re: Dead links and obsolete threads

    Hi Ioannis,

    Everything is fine, I just got really busy with work and have been doing more with python on the PC. Thanks for asking!

    If all goes well I will be hanging out here more this summer.
  13. Replies
    8
    Views
    31,208

    Re: Dead links and obsolete threads

    Right here would be as good a place as any.

    Post a link to the thread or post in question.
  14. Replies
    7
    Views
    5,566

    Re: Hserout sends wrong values

    Are both chips running at the same speed?
  15. Re: How to set HPWM to generate 38khz signal? (16F870)

    And this tells how to pass data.
    https://web.archive.org/web/20120307050558/http://www.rentron.com/PicBasic/VB_PIC_TEMP.htm
  16. Re: How to set HPWM to generate 38khz signal? (16F870)

    http://www.picbasic.co.uk/forum/content.php?r=278-Pentax-Nikon-IR-Remote
  17. Replies
    52
    Views
    101,894

    Re: Decline of PicBasic ?

    Thank you Lester!!!
  18. Replies
    12
    Views
    14,274

    Re: 12F629 maximun Baudrate

    Give this a try.


    #CONFIG
    __config _HS_OSC & _WDT_ON & _MCLRE_OFF & _CP_OFF

    #ENDCONFIG
  19. Replies
    5
    Views
    25,110

    Re: program runs and stop

    @ errorlevel -306 ' supress page boundry error
  20. Replies
    33
    Views
    17,974

    Re: PWM and MEMORY

    Use the EEPROM on the 12F683. No need for an external EEPROM.
  21. Replies
    33
    Views
    17,974

    Re: PWM and MEMORY

    The 12F683 has an EEPROM.

    Depending on how often your light signal changes, write that value to the EEPROM. When the chip boots have it read the EEPROM first to get the value for PWM.

    Or if...
  22. Re: my project Capacitive Sensing LED dimmer 12F1822 via PWM

    Code tags...

    When you click reply to thread a basic reply dialog shows. At the bottom right there is an Advanced button. That will take you to a full editor.
    Look for # in the toolbar.
  23. Re: Problem with 10-bit A/D conversion - PIC18F2455 - LCD

    What is your ADC source and how is it connected?
    What are the current readings and what are the expected readings?
  24. Replies
    16
    Views
    14,043

    Re: MMC/SD card initialization

    Post your whole code. State the parts you are using and how they are connected. Verify the SD card is good, 2 gb or less and formatted FAT16.

    Do you have this line near the top of your code ?

    ...
  25. Re: "select language" box at the top causes problems

    What browser do you use? Works fine on Chrome and Firefox.
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4