Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
techknow said:i am using 1x16 LCD and i need to use 4MHz external crystal with it cause my circuit will be a big combinations of codes... and i need to use PORTB and PORTA is fully occupied...so i need a asm code for this...if it is not a problem for u guys
I'm not really sure what you're looking for?, but my LCD tutorial code is for the Hitachi industry standard displays - which your one sounds like it is!. The tutorial code can easily be changed to any full PIC port, simply by changing a couple of equates.
I also don't why you 'need' to use an external crystal, presuming your chip is a 16F628 or similar, with an internal 4MHz oscillator.
bad news .. the 628 does not have an I2C bus ,which the LM75 has , But i dont know if there is code out there that can simulate the I2C bus for the 628...techknow said:Does anyone interfaced LM75 to PIC16F628. and through pc i have to able to see the temperature from hyperterminal or just 7segments will do to make it simple.. if so can i have a asm code with the circuit diagram
i need a simple one.
williB said:bad news .. the 628 does not have an I2C bus ,which the LM75 has , But i dont know if there is code out there that can simulate the I2C bus for the 628...techknow said:Does anyone interfaced LM75 to PIC16F628. and through pc i have to able to see the temperature from hyperterminal or just 7segments will do to make it simple.. if so can i have a asm code with the circuit diagram
i need a simple one.
No, not too repetitive at all..lolNigel Goodwin said:williB said:bad news .. the 628 does not have an I2C bus ,which the LM75 has , But i dont know if there is code out there that can simulate the I2C bus for the 628...techknow said:Does anyone interfaced LM75 to PIC16F628. and through pc i have to able to see the temperature from hyperterminal or just 7segments will do to make it simple.. if so can i have a asm code with the circuit diagram
i need a simple one.
Perhaps this is getting rather repetitive?, but there are software I2C routines in my tutorials!
can i ask u something techknow.
is this all going to go into one project?? i mean the DTMF and the LCD and the LM75 temp sensor. or are they different projects that you are planning to build?
just curious