Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    52
    Views
    102,169

    Re: Decline of PicBasic ?

    In my case, i prefer picbasic rather than arduino or other.
    I also think that picbasic is much easier that C (arduino) to learn and use (also dont like much the arduino software platform to upload...
  2. Replies
    10
    Views
    7,007

    Re: Please look over my code

    I agree with Richard but they are much more expensive.
    If the project has moved from prototype to final version, it's best to solder the mcu and use programming pins to update firmware when needed....
  3. Replies
    2
    Views
    2,867

    Re: GLCD / OLED serial displays

    Hello Scampy,

    Here is my advice...take a look at the library made by Richard here:

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

    It is very good and it works great.

    And you can...
  4. Replies
    5
    Views
    4,001

    Re: Problemas Libreria N3310

    Olá Martin,

    No código principal apenas está a usar letras em minusculas e na libraria as letras minusculas estão comentadas.

    Tem duas opções:

    Mudar o texto no codigo principal para...
  5. Re: PWM (ECCP) - piezo-sounder directly connected to half-bridge on PIC

    Hello Roger,

    I have done this many times ( because it works very well on getting a higher sound with 2 pins inverted ) and never had any problems.
    The only difference is that I use a small...
  6. Replies
    13
    Views
    8,602

    Re: detect overflow of multiply/ div32 result

    Thanks for the explanation Richard,

    It's crystal clear now :)

    Regards
    Rui
  7. Replies
    13
    Views
    8,602

    Re: detect overflow of multiply/ div32 result

    Hi guys,

    I hope i'm not hijacking this thread but...



    Maybe my mind is set to work with decimal only and this might be a dumb question but i cant understand what we can get from these...
  8. Replies
    13
    Views
    8,602

    Re: detect overflow of multiply/ div32 result

    Richard... I would pay for that :D
    I have a lot of trouble with that kind of pbp math.
    I always have to compile and test and that takes forever !

    If there was a simulator for pbp math it would...
  9. Replies
    141
    Views
    113,923

    Re: A tft addin for pbp3

    Excellent work Richard ;)

    Regards
    Rui
  10. Replies
    141
    Views
    113,923

    Re: A tft addin for pbp3

    Thanks Richard...

    Pressing buy now... :biggrin:

    Regards
    Rui
  11. Replies
    141
    Views
    113,923

    Re: A tft addin for pbp3

    I was looking on ebay and i could not find any 2.8" TJTCM24024.
    The only TJTCM24024 i could find is a 2.4"

    see here:...
  12. Replies
    141
    Views
    113,923

    Re: A tft addin for pbp3

    Hello Richard,

    you are the man !
    I'm still waiting for the ST7735 display but now i will order the ILI9431 display too :)

    Amazing job!

    Congrats.
  13. Replies
    141
    Views
    113,923

    Re: A tft addin for pbp3

    Hi guys,

    I dont have my TFT yet, but i tryed to compile the TFT-Demo.pbp file using the same pic Richard used ( 18F87J11 ) but i get lots of compile errors.
    One of them is with the FONT7x8...
  14. Replies
    141
    Views
    113,923

    Re: A tft addin for pbp3

    Thanks again Richard,

    Awesome work you got here!

    Cant wait to get the display and test it out :)

    Regards
    Rui
  15. Replies
    141
    Views
    113,923

    Re: A tft addin for pbp3

    Thank you for the feedback Richard,

    One last question...

    Is there any quick way to display an individual pixel @ a given x,y coordinate?

    I'm asking that for displaying graphs, for example.
    ...
  16. Replies
    141
    Views
    113,923

    Re: A tft addin for pbp3

    Greetings Guys,

    First of all, congrats to Richard and all the other that participated in this addin.
    Very good work !

    I ordered one of these displays to test but i wanted to know if ( maybe a...
  17. Replies
    8
    Views
    6,376

    Re: Play & Record PWM audio?

    Hi guys,

    This is a very interesting topic.
    Does anyone has a sample code so we can try?

    Regards
    Rui
  18. Replies
    21
    Views
    13,040

    Re: Low Power Regulators

    Hi there,

    I was also there...

    I have a few projects on my desk that are 9V battery powered and I was looking for a better replacement for the L7805.

    I checked some references but the one I...
  19. Replies
    8
    Views
    5,893

    Re: Faster DIG algorithm

    Greetings Tabsoft,

    Thank you for the information and tip.
    Very helpfull ! ;)

    Regards
    Rui
  20. Replies
    8
    Views
    5,893

    Re: Faster DIG algorithm

    Hi guys,

    This is an interesting topic.

    I was wondering if the following line ( i dont know how fast it runs :mad: ) can also run faster with the technic shown above:


    LCDOUT $FE,LINE2,"FREQ...
  21. Replies
    13
    Views
    7,694

    Re: Using "END" Fries PICS?

    Hi there,

    I agree with Mark_S.

    I learned the hard way with 16f88 MCUs and the MCLR issue.

    The problem is not the fact of using the MCLR pin as input, but as a combination of MCLR as input...
  22. Replies
    20
    Views
    19,385

    Re: Pic18f2550 HID Keyboard

    Hi all,

    I don't mean to turn my question into an off topic but,

    can someone explain me how the descriptor works without being included in the main program ( my question above ) ?

    Thanks
    ...
  23. Replies
    20
    Views
    19,385

    Re: Pic18f2550 HID Keyboard

    Hi there,

    Is that your entire code?

    Shouldn't be also something like: " include KBDDESC.ASM " in the main code ?

    Regards
    Rui
  24. Replies
    45
    Views
    97,005

    Re: Our dearest friend has passed away. Bye Darrel...

    I'm ( like many people here ) in shock !!!

    I also had the chance to learn so much with Darrel.
    He was that kind of person that would help others without any hesitation with his words, examples,...
  25. Thread: USB Learning

    by ruijc
    Replies
    19
    Views
    16,845

    Re: USB Learning

    Well,

    after burning my eyes out until now trying to get this thing working i'm just about to give up !!!! :mad:

    I made some small changes to my main code and tryed many descriptors and...
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4