Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    68
    Views
    138,461

    Re: 8x8 Scrolling LED display (Simple example)

    here is the final result, the message is Baby on Board on my native language (bosnian)

    http://www.youtube.com/watch?v=TVS4ZxKpRVA

    the code is made in ProtonIde compiler and is similar to PBP...
  2. Replies
    5
    Views
    3,558

    Re: beginers-how to escape from loop

    yeah you are right this is from ProtonIde compiler...
  3. Replies
    5
    Views
    3,558

    Re: beginers-how to escape from loop

    thx well i solved it with this piece of code, i forgot basic stuff :(...


    If PORTD.1=1 Then
    GoSub odaberporuku
    Break
    End If
  4. Replies
    5
    Views
    3,558

    beginers-how to escape from loop

    ok here it is i want to escape and go sub from this loop but seems that nothing is working for me!!!


    main:

    Clear ' ocisti sve varijable
    Low PORTD.0 ' usli smo u mod za prikaz poruke...
  5. Replies
    68
    Views
    138,461

    Re: 8x8 Scrolling LED display (Simple example)

    yes that is a great idea, going to google for samples of 4049!thx
  6. Replies
    68
    Views
    138,461

    Re: 8x8 Scrolling LED display (Simple example)

    http://www.electro-tech-online.com/attachments/electronic-projects-design-ideas-reviews/11881d1173530695-cascade-3-4017-counters-4017-expansion.jpg

    well i use this schematic, clock is coming from...
  7. Replies
    68
    Views
    138,461

    Re: 8x8 Scrolling LED display (Simple example)

    wel as for the reading of IR code i used a build in command from protonIde picbasic compiler, the code is only for testing puposes and not looking good :D as i yet didn't finished the implementing my...
  8. Replies
    68
    Views
    138,461

    Re: 8x8 Scrolling LED display (Simple example)

    well just for fun and fere is first result :D

    http://www.youtube.com/watch?v=AI7qg6oUg38
  9. Replies
    68
    Views
    138,461

    Re: 8x8 Scrolling LED display (Simple example)

    of course this is helpful here is the code that i changed, i know there is a beter way to feed variable but this is for testing and is the siplest way...thx for helping and insiration :D
    ...
  10. Replies
    68
    Views
    138,461

    Re: 8x8 Scrolling LED display (Simple example)

    :D well i hope i will triger a nicer behavior in trafic..... or i could scroll ...eat my dust... :D that would be a good treiger :D!!!
  11. Replies
    68
    Views
    138,461

    Re: 8x8 Scrolling LED display (Simple example)

    now i manage to change code to show leter M and then some simbol with duration of 500ms,
    Device 16F877A
    Xtal 8
    TRISB = %00000000
    TRISC = %00000000
    PORTB=0
    PORTC=0
    kolona var Byte...
  12. Replies
    68
    Views
    138,461

    Re: 8x8 Scrolling LED display (Simple example)

    hello again I menaged to display letter M on 5x7 dot matrix with this changed code is this a good solution

    ' SIMPLE 8X8 LED MATRIX SCROLLING EXAMPLE
    ' 16F872 External 4MHz Xtal Osc
    ' LED Matrix...
  13. Replies
    68
    Views
    138,461

    Re: 8x8 Scrolling LED display (Simple example)

    now i quote this to get your help, i already ask you on your youtube chanel, about how to organize loop to display static letter or number, without scroll feature on 8x8 dot matrix could you please...
  14. Replies
    15
    Views
    20,725

    4017 problems

    hello to everbody...so i tried to play a little with a 5x7 dotmatrix and 4017 whitch is driving the columns, the problem is that when i power down my circuit and power it up the scroll is not...
  15. Replies
    1
    Views
    3,456

    http://picbasic.co.uk/forum/showthread.php?t=10757...

    http://picbasic.co.uk/forum/showthread.php?t=10757&highlight=xxxxxx

    maybe this could help you
  16. Replies
    7
    Views
    11,224

    http://picbasic.co.uk/forum/showthread.php?t=10757...

    http://picbasic.co.uk/forum/showthread.php?t=10757 here you could find a fine example of sending and reciving sms via pic16F887
  17. writing master number in eeprom for sms controler simple example

    here is a simple example, not so optimized :D, how to set up a master number for sms controller...hope someone find this usefull!!!


    '
    'pic defines...
  18. Replies
    25
    Views
    25,395

    its a example, but everything is working just...

    its a example, but everything is working just fine, thos subs s1 to s4 is mesages for users!!!turn on heating, turn off heating, temperature in object and u dont have autorizathion for device!!! and...
  19. Replies
    25
    Views
    25,395

    rest of code

    '---------------------------------------------------------------------
    ' provjeri sms inbox
    '---------------------------------------------------------------------
    main:

    p:
    HSerout...
  20. Replies
    25
    Views
    25,395

    simple device for sms controll of biomas heating device

    '****************************************************************
    '* Name : UNTITLED.BAS *
    '* Author : [select VIEW...EDITOR OPTIONS] *...
  21. Replies
    7
    Views
    9,411

    melanie rules :D ...

    melanie rules :D

    http://picbasic.co.uk/forum/showthread.php?t=555&highlight=code+crosses+boundary+%40800h
  22. Replies
    7
    Views
    9,411

    are you sure about this????????

    are you sure about this????????
  23. Replies
    11
    Views
    6,530

    :D yes but i want to make my own :D....."why make...

    :D yes but i want to make my own :D....."why make things simple if you could complicate them"
  24. Replies
    11
    Views
    6,530

    that would be nice :D --...

    that would be nice :D

    --
    http://www.mtskola.com
  25. Replies
    4
    Views
    5,626

    '*************************************************...

    '****************************************************************
    '* Name : UNTITLED.BAS *
    '* Author : [select VIEW...EDITOR OPTIONS] *...
Results 1 to 25 of 48
Page 1 of 2 1 2