| |
![]() | |
| | #11 (permalink) |
| Moderator ![]() Current Rebreather/s: Inspiration Classic Sport Kiss Optima rEvo Other CCR Other Rebreather/s: Inspiration Vision Evolution Megalodon Classic Kiss rEvo Other CCR Join Date: Mar 2005 Location: "Da" Bronx
Posts: 3,115
| Re: 3 volts lcd displays Joe, Intersema on its website gives an application note (AN505) that show how to interface the pressure transducer to a printer port of a PC. They use 74LCX04 inverters (under a 3V supply). The part you state IS a type of level translator.. its used to interface high voltage systems with low voltage ones..Pretty simple no? ![]() I'm not trying to be a know it all just pointing out that each interface requirement has to be considered besides the voltage requirements of the supply.. There are so many logic family's today that multiple things have to be considered, its alot worse than the days of just cmos-ttl interconnect problems.. Where even the same voltage supply didn't necessarily mean the 2 could be connected directly..
__________________ Joe Radomski CCR Trimix Instructor Trainer ANDI Instructor Trainer Director #10 All posts are personal opinions and DO NOT reflect any affiliated agency unless specifically stated. Last edited by jradomski : 16th January 2007 at 21:01. |
| (Offline) | |
| | #13 (permalink) |
| wet bear ![]() Current Rebreather/s: Home Build Other Rebreather/s: Home Build Join Date: May 2006 Location: cannes france
Posts: 925
| Re: 3 volts lcd displays salut jean-mi, hello if it is such a problem, look what component takes most of the current, and eventually you take a big 3.6 for all the rest, and a dual coin cell (6V) for the display regards paul Hi paul, thanks for help, but in fact it is not only a sypply probleme but also a communication problem, the microcontroler and the other component are are communicating all the time via parallèle or series busses , so they need to have have the same supply voltage and commond ground. I think that sending parralele bytes and serial spi bytes from a 3 volt pic to a 5 volt display or from a 5 volt pic to a 3 volt sensor will not give us good results. well not easy.... I though i was ok with my bluddy gauje that works when i suddently decided to implement deco cause one my computers drown.... so i must re make all the studdy...... that's life....of the home builder ((((-: regards jean mi |
| (Offline) | |
| | #14 (permalink) |
| wet bear ![]() Current Rebreather/s: Home Build Other Rebreather/s: Home Build Join Date: May 2006 Location: cannes france
Posts: 925
| Re: 3 volts lcd displays Hello Jean-Mi, You can use a low power, low drop-out voltage regulator to make the 3V. Go and have a look on Farnell's website to get some part numbers. salut yes there are many solutions like that but it is not natural to make 5 volts and 3 volts component speak to each other....I am gonna give it a try but i am quite sure it is not a good solution. regasd and thanks |
| (Offline) | |
| | #15 (permalink) |
| Moderator ![]() Current Rebreather/s: Inspiration Classic Sport Kiss Optima rEvo Other CCR Other Rebreather/s: Inspiration Vision Evolution Megalodon Classic Kiss rEvo Other CCR Join Date: Mar 2005 Location: "Da" Bronx
Posts: 3,115
| Re: 3 volts lcd displays Hi paul, Jean mi,thanks for help, but in fact it is not only a sypply probleme but also a communication problem, the microcontroler and the other component are are communicating all the time via parallèle or series busses , so they need to have have the same supply voltage and commond ground. I think that sending parralele bytes and serial spi bytes from a 3 volt pic to a 5 volt display or from a 5 volt pic to a 3 volt sensor will not give us good results. well not easy.... I though i was ok with my bluddy gauje that works when i suddently decided to implement deco cause one my computers drown.... so i must re make all the studdy...... that's life....of the home builder ((((-: regards jean mi I have used 5v displays with 3v cpus and logic many times.. If you are not trying to get data FROM the lcd only TO, then the interconnect is simple on most MCUs.. You need a common ground and the 5v to the displays which is easily done with a charge pump.. Once you need 2 way communication you need level translators between the devices at different supply levels, the it doesnt matter if you use charge pumps or LDO.. If you are using graphic displays over SPI, then you have 2 choices, use the ram in the lcd to save transfer time but now you need to translate voltage levels, if you buffer the screen in the microcontroller, it again becomes an aoutput only and you dont need level translators just more internal ram. BTW the Intersema sensor is not SPI, but be used over an SPI bus if done correctly.. I prefer to run everything at as low a voltage as necessary so the device uses as little power as possible.. in this way charge pumps are very efficient.. LDOs are good when the supply of the power source is near the required output, otherwise you waste power by generating heat..
__________________ Joe Radomski CCR Trimix Instructor Trainer ANDI Instructor Trainer Director #10 All posts are personal opinions and DO NOT reflect any affiliated agency unless specifically stated. |
| (Offline) | |
| | #16 (permalink) |
| wet bear ![]() Current Rebreather/s: Home Build Other Rebreather/s: Home Build Join Date: May 2006 Location: cannes france
Posts: 925
| Re: 3 volts lcd displays Jean mi, Dear Joe ,I have used 5v displays with 3v cpus and logic many times.. If you are not trying to get data FROM the lcd only TO, then the interconnect is simple on most MCUs.. You need a common ground and the 5v to the displays which is easily done with a charge pump.. Once you need 2 way communication you need level translators between the devices at different supply levels, the it doesnt matter if you use charge pumps or LDO.. If you are using graphic displays over SPI, then you have 2 choices, use the ram in the lcd to save transfer time but now you need to translate voltage levels, if you buffer the screen in the microcontroller, it again becomes an aoutput only and you dont need level translators just more internal ram. BTW the Intersema sensor is not SPI, but be used over an SPI bus if done correctly.. I prefer to run everything at as low a voltage as necessary so the device uses as little power as possible.. in this way charge pumps are very efficient.. LDOs are good when the supply of the power source is near the required output, otherwise you waste power by generating heat.. thanks a lot for advice, I am gonna take my test board out of it's case an start testing that. so let's go for a charge pumps and a common ground As for the intersema communication protocol, the application notes states that spi master slave is well the bus. see there http://www.intersema.ch/site/technical/files/an510.pdf regards jean mi |
| (Offline) | |
| | #17 (permalink) |
| Moderator ![]() Current Rebreather/s: Inspiration Classic Sport Kiss Optima rEvo Other CCR Other Rebreather/s: Inspiration Vision Evolution Megalodon Classic Kiss rEvo Other CCR Join Date: Mar 2005 Location: "Da" Bronx
Posts: 3,115
| Re: 3 volts lcd displays Dear Joe , The an tell you how to use a common SPI bus to do the communications, but by the book it is not a true SPI slave..thanks a lot for advice, I am gonna take my test board out of it's case an start testing that. so let's go for a charge pumps and a common ground As for the intersema communication protocol, the application notes states that spi master slave is well the bus. see there http://www.intersema.ch/site/technical/files/an510.pdf regards jean mi On a true SPI bus there can be multiple slaves, where the selected one is chosen by the assertion of a chip select signal. This is not the case for the intersema pressure sensor.. the communication to/from this sensor is dependent on specific data sequences to start and stop transmission.
__________________ Joe Radomski CCR Trimix Instructor Trainer ANDI Instructor Trainer Director #10 All posts are personal opinions and DO NOT reflect any affiliated agency unless specifically stated. |
| (Offline) | |
| | #18 (permalink) |
| wet bear ![]() Current Rebreather/s: Home Build Other Rebreather/s: Home Build Join Date: May 2006 Location: cannes france
Posts: 925
| Re: 3 volts lcd displays The an tell you how to use a common SPI bus to do the communications, but by the book it is not a true SPI slave.. Hi Joe,On a true SPI bus there can be multiple slaves, where the selected one is chosen by the assertion of a chip select signal. This is not the case for the intersema pressure sensor.. the communication to/from this sensor is dependent on specific data sequences to start and stop transmission. ok anyway I am gonna test the transmissions soon, an will all know if a managed to do it properly or not. I hope it will work. did you use it ? don't know what sensor to use otherwise, thanks again for your advice it great to be able to get info in the community that way. regards jean mi |
| (Offline) | |
| | #19 (permalink) |
| New Member Current Rebreather/s: Dolphin Home Build Other Rebreather/s: Dolphin Home Build Join Date: Nov 2005 Location: france
Posts: 11
| Re: 3 volts lcd displays Jean-Mi, There are plenty of Graphic LCD modules that work at 3v (like the one I showed you). But you are right there does not seem to be any character LCD display modules that work at 3v. This might be becuase the driver IC (built into the module) only exists for 5v. You could use a graphic LCD module - but you will need the SW to create the characters. Otherwise you could use a DC-DC charge pump (small IC) to double your 3v and use this to drive your LCD (they will operate at up to 7V (normally). Stephen |
| (Offline) | |
| | #20 (permalink) |
| New Member Current Rebreather/s: Dolphin Home Build Other Rebreather/s: Dolphin Home Build Join Date: Nov 2005 Location: france
Posts: 11
| Re: 3 volts lcd displays Jean mi, Jarod is right the Intersema device is not true SPI - the main differences are that there is no CS instead you need to turn the SPI clock off (the Intersema spec suggest using a tri-state buffer for this), and when the module is ready to send data (i.e. after a measurement sample cycle) it changes logic level on tx data pin - so you need to detect this with an interrupt. You can still use it with other devices on the SPI bus provided you deal with these two issues. This is not insurmountable - it just needs soem careful thought. I have used 5v displays with 3v cpus and logic many times.. If you are not trying to get data FROM the lcd only TO, then the interconnect is simple on most MCUs.. You need a common ground and the 5v to the displays which is easily done with a charge pump.. Once you need 2 way communication you need level translators between the devices at different supply levels, the it doesnt matter if you use charge pumps or LDO.. If you are using graphic displays over SPI, then you have 2 choices, use the ram in the lcd to save transfer time but now you need to translate voltage levels, if you buffer the screen in the microcontroller, it again becomes an aoutput only and you dont need level translators just more internal ram. BTW the Intersema sensor is not SPI, but be used over an SPI bus if done correctly.. I prefer to run everything at as low a voltage as necessary so the device uses as little power as possible.. in this way charge pumps are very efficient.. LDOs are good when the supply of the power source is near the required output, otherwise you waste power by generating heat.. Stephen |
| (Offline) | |