Sonsivri

Electronics => Hardware and Tools => Topic started by: lab310 on December 27, 2007, 10:18:25 10:18



Title: EasyPic4 and Proton
Post by: lab310 on December 27, 2007, 10:18:25 10:18
Does anyone uses this combination. I have problem making glcd to work when use Proton, but everything works fine when use MikroBasic?


Title: Re: EasyPic4 and Proton
Post by: Ahmad_k on December 27, 2007, 12:01:21 12:01
Upload your source code used in PROTON


Title: Re: EasyPic4 and Proton
Post by: Kabron on December 28, 2007, 01:10:15 13:10
Hardware is software independent. I use Easypic4 with Proton for a long time with no problems.


Title: Re: EasyPic4 and Proton
Post by: bbarney on December 28, 2007, 05:10:17 17:10
try this
Code:
LCD_DTPORT = PORTD
LCD_RSPIN = PORTB.2
LCD_ENPIN = PORTB.4
LCD_RWPIN = PORTB.3
LCD_CS1PIN = PORTB.1 'On hardware easypic4 is portb.0 connected to CS1
LCD_CS2PIN = PORTB.0 'On hardware easypic4 is portb.1 connected to CS2
GLCD_CS_INVERT On
LCD_TYPE = SAMSUNG
INTERNAL_FONT = On
FONT_ADDR = 0
GLCD_STROBE_DELAY = 10

TRISB = 0
TRISD = 0
PORTB.5 = 1 ' This is the rst pin
GLCD_EXTERNAL_PRINT = PPRINT


Title: Re: EasyPic4 and Proton
Post by: graywolf on December 29, 2007, 03:37:14 03:37
I am thinking of getting this prototype board, what is your opion? I see it has many options but many to many for somone starting? Do you recommend anything else?


Title: Re: EasyPic4 and Proton
Post by: Ahmad_k on December 29, 2007, 06:08:50 06:08
It is very good for the PIC16 series and you can replace it by PIC18 if you want, i love it very much specially the way that you can connect any interfaces, and MIKROE has a lot of powerfull interfaces for it. And it is cheap 139$


Title: Re: EasyPic4 and Proton
Post by: bbarney on December 29, 2007, 02:53:32 14:53
You won't find a better board or accessories and if your in the us or canada circuit-ed has a good deal cause you get the glcd & lcd too.I say go for it you won't regret it and if you do get it buy a least a couple of the easy-input boards there handy

http://www.circuit-ed.com/-EasyPIC4-Development-KIT-mikroICD-P12C4.aspx
http://www.mikroe.com/en/tools/easypic4/
I am thinking of getting this prototype board, what is your opion? I see it has many options but many to many for somone starting? Do you recommend anything else?