Hey guys, those of you that have the EasyPic6 development boards, do they allow voltage adjustment for 3.3 volt parts, like the 18f26j50?
Thanks,
Walter
Hey guys, those of you that have the EasyPic6 development boards, do they allow voltage adjustment for 3.3 volt parts, like the 18f26j50?
Thanks,
Walter
Walter,
Have a look at the EasyPIC6 manual (http://www.mikroe.com/pdf/easypic6/e...anual_v100.pdf) - page11 shows the schematic for the power supply, which appears single rail 5v
From the Mikroelectronica forum http://www.mikroe.com/forum/viewtopi...121318#p121318
Last edited by malc-c; - 22nd April 2010 at 08:44.
As an EasyPic6 user, I posed the same question to Microelektronica in a ticket to their tech support. It took a couple of interactions, but they do have a solution if you are using the extended ports on the EasyPic6 with one of their ProtoBoard. Here are my exchanges with them in reverse chronological order if you are interested.
------------------------------------------------
You can use EasyPROTO for your application.
http://www.mikroe.com/en/tools/easyproto/
Best regards
Slavisa Zlatanovic
mikroElektronika [Support Department]
--------
As I said in my previous email, the 5V-3.3V translator won't work when using more than one of the port expanders with PROTOboard.
Another approach that might solve my problem would be using flat cables from all 3 ports of the EasyPic6 to the PROTOboard, which would then permit insertion of the 5V-3.3V translator into the circuit for just the single port that I need to convert the voltages for. I see on your web site your product "Flat Cable 1 Extra Development Board", but it has female connectors on both ends. What I would need is a flat cable with female on one end (for connection to the EasyPic6) and male on the other (for connection to the PROTOBoard)....do you have such a product? If so, what is the price?
Regards, JE
-----Original Message----
From: mikroElektronika Support Center [mailto:[email protected]]
Sent: Monday, March 29, 2010 2:05 AM
To: [email protected]
Subject: [SUPPORT #SHW-490341]: How to get MCU logic levels to 3.3 volts for LCD compatibility?
Hi!
We recommend you to use our 5V-3.3V Voltage Translator.
http://www.mikroe.com/en/tools/voltran5/
That way you will not have to worry about different voltage levels.
Best regards
---
Slavisa Zlatanovic
mikroElektronika [Support Department]
I have used 3.3V PIC's (including 16-bit devices such as the PIC24 in the picture) with an EasyPIC4.
![]()
Thanks guys. It looks like the MC34063A switching regulator allows down to 3 volts with a change of voltage adjustment resistors R56 and R55. Also looks like most chips on the board might also be 3v tolerant. I'll have to look at it some more. Don't know if the lcd's will work at 3.3v though. Hopefully enough functionality in the rest of the board to get by. What did you find out rmteo? Is this what you did, or are you powering it directly from the pickit2?
Walter
Last edited by ScaleRobotics; - 24th April 2010 at 06:09.
Both the LCD and GLCD work with 3.3V input signals - the LEDs will be a little dimmer as the PIC sources current to them. As long as the external PIC is powered by its own separate supply (3.3V from the PicKIT2 in my case) and share a common ground, most of the peripherals on the EasyPIC work fine. The EasyPIC is powered by its own on-board 5V supply. I have also tried UART communications between the on-board 5V PIC and the external 3.3V PIC and it works.
Obviously, the external PIC will need to be programmed (and/or debugged) using something like a PicKIT2 (and the appropriate development software). PicFLASH does not support 3.3V only devices. As mentioned previously, this technique allows you to work with other devices such as PIC24/dsPIC33 besides 8-bit PIC's on the EasyPIC. In fact, I have tested this with 32-bit MCU's from NXP and ST as well.
Last edited by rmteo; - 24th April 2010 at 14:15.
Bookmarks