Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. how to configure PIC16F886 into sleep mode?

    hi,
    can anyone help me with this matters? i'm using pic basic.

    thanks
  2. Replies
    17
    Views
    9,233

    sd card reader

    i have use the new version of MCS..i'm using the 3.0.0.5 version. but i'm facing a new problem which is this " The Microchip assembler (MPSM) only allows up to 62 character to be used for path and...
  3. Replies
    17
    Views
    9,233

    sd card reader

    i don't have the PBPL box in my widow..here are the picture..
  4. Replies
    17
    Views
    9,233

    sd card reader

    this are the code
  5. Replies
    17
    Views
    9,233

    sd card reader

    this is the code....


    Define OSC 20 ' 20 MHz oscillator

    ' Alias PIC pins and registers for SD/MMC card
    SD_WE Var PORTA.4 ' SD card write protect
    SD_WE_TRIS Var ...
  6. Replies
    17
    Views
    9,233

    sd card reader

    i have try to compile the source code that you gave, but there are a lot of error...one of them are Redefinition of LABEL SD_CS.i would like to know what are the meaning of this error?? i have google...
  7. Replies
    17
    Views
    9,233

    sd card reader

    thanks....
  8. Replies
    17
    Views
    9,233

    sd card reader

    sorry..it's my bad..it's PBP 2.5 version that i used...
    thanks..
  9. Replies
    17
    Views
    9,233

    sd card reader

    can i request for sd card reader code in PBP version 2.6??
  10. Replies
    17
    Views
    9,233

    sd card reader

    thanks....
  11. Replies
    17
    Views
    9,233

    Sd card code

    i would like to request code using pic basic for sd card reader......
  12. Replies
    6
    Views
    3,972

    menu selection

    guys i have tried everything that you told me...but it still the same....once the rx received data from tx and display it on LCD it will stop there and will not execute the other loop. do i need to...
  13. Replies
    6
    Views
    3,972

    lcd menu

    i have change the port and still the same...

    serin2 portc.7,84,[wait("z"),dta(0),DTA(1),DTA(2),DTA(3),DTA(4),DTA(5),DTA(6),DTA(7),DTA(8),dta(9),dta(10),dta(11),dta(12),DTA(13),DTA(14),DTA(15)]...
  14. Replies
    6
    Views
    3,972

    menu selection

    hi,
    i'm currently working on a menu selection using pic 16f886 and lcd 4x20. my problem is the pic only execute the first subroutine only....here is the code sample

    tx:
    @ DEVICE HS_OSC
    define...
  15. Thread: pic16f886

    by NURULHAIZA
    Replies
    5
    Views
    3,808

    read at command from xbee using picbasic

    hi guys...
    as the above title clearly state...i would like to how to read AT command from XBEE using picbasic....thanks...
    ;)
  16. Thread: pic16f886

    by NURULHAIZA
    Replies
    5
    Views
    3,808

    tq for the idea....i would like to ask any of you...

    tq for the idea....i would like to ask any of you to check my code...it seems like noting wrong but when the m=1 suppose that there is something display...but notting happens accept for OK that been...
  17. Thread: pic16f886

    by NURULHAIZA
    Replies
    5
    Views
    3,808

    pic16f886

    the problem is that when i connect a switch at port A&B it's not working....but when i connect the switch at port C it's OK....i'll the datasheet again...thanks for the info....:)
  18. Thread: pic16f886

    by NURULHAIZA
    Replies
    5
    Views
    3,808

    pic16f886

    hi,
    i would like to ask if anyone hv use pic16f886...i do have problem dealing with port A and B..is there any configuration that i need to for this 2 ports?
    thanks;)
  19. Replies
    3
    Views
    3,392

    tq for the sugesstion. one more question, how can...

    tq for the sugesstion. one more question, how can i display '83' in LCD? is this code below relevant?

    @ device hs_osc
    define osc 20
    define LCD_EBIT 1
    DEFINE LCD_RSBIT 0
    DEFINE LCD_DBIT 4...
  20. Replies
    3
    Views
    3,392

    display received data

    hi,
    i'm currently working on a project dealing with PIC16f886,xbee and also LCD. the problem is, i need to display my data received from a sensor node in lcd. here i provide u with the TX and RX...
  21. how to display data receiving from xbee to LCD

    hello,
    i'm currently working on a project dealing with PIC16F886. in this project i need to show data that been transmitted from a sensor node using XBEE transceiver to a coordinator which also use...
Results 1 to 21 of 21