Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    7,158

    Re: Realtime web page data

    Thanks for the code. Works like a champ.

    Sphere:)

    Ive added this to it to goto a specific url- <meta http-equiv="refresh" content="60;url=http://YOUR-SITE-HERE.com/">
  2. Replies
    4
    Views
    7,158

    Re: Realtime web page data

    Not having much luck with the code but thanks for sharing.

    Sphere.
  3. Re: code examples / libraries for ILI9320 2.8" TFT LCD Module

    Mikroe has a some displays broken out on to a pcb but they use a different controller.

    http://www.mikroe.com/add-on-boards/display/

    Or if you want an all in one dev board.
    ...
  4. Re: code examples / libraries for ILI9320 2.8" TFT LCD Module

    The main problem with using a colour graphic display is the abilty to redraw the display fast without you seeing the display update. Each pixel has to have an RGB value sent to it,so with 320x240...
  5. Re: code examples / libraries for ILI9320 2.8" TFT LCD Module

    Try this.

    http://www.myamicus.co.uk/content.php?324-Using-the-Amicus18-Colour-Graphic-LCD-Shield

    Its ment for another language but you can find the int values to setup the display.

    Hope it...
  6. Replies
    4
    Views
    7,158

    Realtime web page data

    Im currently using the wiznet chip and I am able to generate a web page. But I would like to have live data without refreshing the page. I know you can use ajax, but im not much of a web coder and...
  7. Replies
    3
    Views
    3,117

    Re: Running a PIC16F628a on 3 Volt Power Supply

    Have a read of page 136 and onwards of the data sheet for this part,this may be your issue.

    Hope it helps Sphere.
  8. Replies
    3
    Views
    3,140

    Re: How slow is pic basic pro

    Im using an mp3 decoder chip to decode the audio but the problem is the data transfer rate the best I can decode is a 64Kbit mono mp3 using hardware spi pulling the data directly from a spi flash...
  9. Replies
    3
    Views
    3,140

    How slow is pic basic pro

    How fast is pic basic pro in relation to other languages, c asm etc. Are we talking orders of magnitude or a minor speed increase. Im currently playing with mp3 + colour graphic displays and I need...
  10. Replies
    23
    Views
    29,303

    Re: T6963 / RA6963 LCD controller with PBP

    You can try this. This was made for a 240x64 T6963 display but it might work with yours. Ive added the ports your display uses. You will have to set you config bits and osc speed for the pic. Its the...
  11. Thread: Pbp3

    by Sphere
    Replies
    21
    Views
    20,006

    Re: Pbp3

    I don't anymore for that reason. I can appreciate the reason for software activation but it doesn't stop the software pirates. They just crack it and release it. The only people it annoys are the...
  12. Thread: Pbp3

    by Sphere
    Replies
    21
    Views
    20,006

    Re: Pbp3

    Thanks for the reply. The only reason I asked was because I had a similar issue with itunes.

    Sphere.:)
  13. Thread: Pbp3

    by Sphere
    Replies
    21
    Views
    20,006

    Re: Pbp3

    Just a query regarding deactivation of picbasic pro3, you say you have the ablity to deautherise a computer so you can move your copy of picbasic pro to another. But what happens when the computer...
  14. Replies
    55
    Views
    38,881

    Re: Scrolling thermo

    You might have to play with your FOSC setting to enable I/O mode on RA6&RA7.

    Sphere.
  15. Replies
    10
    Views
    7,643

    Re: fatal: out of memory (pbpw.exe)

    Thanks all for the replies. Now where's that darn lookup table gone.

    Cheers Sphere.
  16. Replies
    10
    Views
    7,643

    Re: fatal: out of memory (pbpw.exe)

    The pic im using is a PIC18LF46K22 and it does have an MSSP module. Just a question on using the MSSP in terms of speed, are we talking 2x 3x 4x speed increase. I can currently completely fill the...
  17. Replies
    10
    Views
    7,643

    Re: fatal: out of memory (pbpw.exe)

    I already tried your solution and it works but I just wondered why you couldn't do it the way I posted. The reason why you see a lot of zeros in my code is that im testing a new glcd that is only...
  18. Replies
    10
    Views
    7,643

    fatal: out of memory (pbpw.exe)

    I get this error when I compile this. fatal: out of memory (pbpw.exe)
    My system has a 4 gig of memory.



    high PORTB.2 'CHIP SELECT
    shiftout...
  19. Thread: 9600 9n1

    by Sphere
    Replies
    0
    Views
    2,284

    9600 9n1

    Is it possible to use serout2 or hserout to run at 9600 9N1. If so what defines do I need to create. Ive no problem using 8N1 but the device im talking to runs at 9N1.

    Thanks Sphere.
  20. Replies
    6
    Views
    6,066

    No problem. Sphere

    No problem.

    Sphere
  21. Replies
    6
    Views
    6,066

    The signal needs to be inverted if using the...

    The signal needs to be inverted if using the hardware serial pin on your pic hence the reason for the max232. You could just use serin2 comand and run it in inverted mode.

    Sphere
  22. Replies
    6
    Views
    6,066

    Are you connecting your reader via a max232 chip...

    Are you connecting your reader via a max232 chip to your pic.

    Sphere
  23. Replies
    40
    Views
    23,107

    Why not use a pressure switch like the kind you...

    Why not use a pressure switch like the kind you find in a washing machine, you can use the switch to turn the pumps on and once the required pressure is reached the pumps will cut off.

    Sphere.
  24. Replies
    11
    Views
    7,885

    So im I wasting my time with this display. ...

    So im I wasting my time with this display.

    Sphere.
  25. Replies
    11
    Views
    7,885

    Thanks for the reply skimask. I’m using the...

    Thanks for the reply skimask. I’m using the Batron BTHQ42003AV display, I can access line 1 and 3 using the LCDOUT command but only the first 12 characters of those lines, anything after that just...
Results 1 to 25 of 95
Page 1 of 4 1 2 3 4