Sometimes it is better to just get something that has support behind it, even if it doesn't have all the bells and whistles.
Quite satisfied with my Easypic 3, 4, and now 5 :-)
Sometimes it is better to just get something that has support behind it, even if it doesn't have all the bells and whistles.
Quite satisfied with my Easypic 3, 4, and now 5 :-)
Hi, F lez
For RB6 and RB7 behaviour ...
what are the other functions of those pins ??? ... especially at programming time ???
was no use to make a video to show us everything normal ...
Consider yourself lucky the programming was OK with leds attached to these pins.
Have a good cup of coffee and after that, look at what is "ICSP" ...
Pics are not exactly Toys ... or they are somewhat advanced toys.
Alain
PS: you can download [freely] the EasyPic5 manuals : there are lots of info to help you understand what you consider as " problems " or " misfunctionning ".
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
Well at programming time I'd expect them to be programming the pic......
Thats ok, I didnt do that, I made a video showing abnormal behavior, if you watch it again, rb6 and r7 do not go logic high for some time after, even though rb0 to rb5 work ok.
Yes I have fell foul of that before, and expected to have to disconnect them, but it seems the inbuilt programmer does not have an issue with it.
Been their done that, but its not exactly as ''on the fly' as this board provides.
Well it would if the hardware was the same maybe, and as this issue is with the inbuilt programmer, I doubt it will shed much light. easypic does seem to have better/more docs though.
As to the rb6 rb7 issues, they have admitted its a ''feature'' that after usb access the inbuilt programmer does not release them for a few seconds, as shown in my video.
I know you all say ''should have got an easypic5'' well, I must admit, I do kind of wish I had, but it was going to cost more, and did not come in my favourite colour...........
just make one board and leer some electronics at the same time
good lock
My Hobbies is PicBasic PRO
Hi,
Tacke all j14 jumpers and use the jumper wires to conect the port and lcd
Conections:
J14 - PIC PORT
PIN2 - PortB.2
PIN3 - GND
PIN4 - PortB.3
PIN11 - PortB.4
PIN12 - PortB.5
Pin13 - PortB.6
PIN14 - PortB.7
*************************************************
@ Device HS_OSC ' High Speed Crystal
define OSC 20
Include "modedefs.bas" ' Include serial modes
' Define LCD registers and bits this time not use it for later apps..
Define LCD_DREG PORTB 'Lcd D 4-bit parallel register starts at PortB.4 to PortB.7
Define LCD_DBIT 4
Define LCD_RSREG PORTB
Define LCD_RSBIT 2
Define LCD_EREG PORTB
Define LCD_EBIT 3
Define LCD_COMMANDUS 2000 ' Command Delay (uS)
Define LCD_DATAUS 50 ' Data Delay (uS)
DefineLCD_LINES 2 'Number lines on LCD
DEFINE HSER_RCSTA 90h ' Enable serial port & continuous receive
DEFINE HSER_TXSTA 24h ' Enable transmit, BRGH = 1
DEFINE HSER_SPBRG 129 ' 9600 Baud @ 20MHz, 0.16%
DEFINE HSER_CLROERR 1 ' Clear overflow automatically
LCDOut $FE, 1 ' Clear screen
Pause 500 ' Wait .5 second
LCDOut "Ola Paulo Filipe Santos" ' Display "Ola Paulo Filipe Santos"
End
************************************************** ******
Have fun.
Hi,
Sorry for bringing back this old topic, but there seems to be a lot of knowledgeable users of these products. I've been looking at both the EasyPIC6 and QL200, and I have to say I'm leaning to the EasyPIC, mainly for support and documentation reasons. But I've had a hard time trying to determining a couple of things about it.
Firstly, is the MCU shown in the photos included, and what type is it? It doesn't seem to explicitly show this information on their site or in the documentation.
From what I've read, I can use MPLAB (and Hi-Tech C or Microchip C18, etc.). I usually use Pickit2 or 3 to program my PICs, but I assume the board will come with drivers for the mikroICD interface for MPLAB? I'm wrong on these points?
Also, will it only drive the MCU and peripherals at 5V, or can other voltages (eg. 3.3V) be used/selected?
Thanks in advance,
Angelo
Hi,
I've got an EasyPIC6 Board. The board comes with 1 PIC16F887. I think you have ane option on MikroEkektronic site, that you can purchase the board with 1 - 2X16 LDC and 1 GLCD with touchpanel. Mine, was purchased with this items.
Thanks and Regards;
Gadelhas
Yes, the board allows you to program with Mikroe's PicFlash programming utility using the USB port on the board. This is a pretty nice utility. I too use the Pickit2 and like that very much, but the PicFlash was not hard to get used to. It can also be adjusted to work with MicroCode Studio for one button compiling & programming.
I think the bummer part of the board, is that it does not allow you to use it with both 5 and 3.3 volt devices. I started messing with the power supply to hack it a bit, but selected the wrong resistor, so I have a little more work to do to see if I can make my own selector switch. Of course, I doubt if I can get any of the LCD's to work with that hack.
They now offer another board that only does 3.3 volt devices. http://www.mikroe.com/eng/products/v...opment-system/ I currently use a breadboard for 3.3v devices.
http://www.scalerobotics.com
Bookmarks