Help - PIC16f627

Thread Starter

Incessant

Joined Mar 19, 2009
2
Hello all :).
I need help for my first project. I`m new in assembler programing and try to make this project: I want to connect PIC16f627 with temp. sensor TC77 and the result to be visualized on a LCD display, But i have problem with the SPI interface. I can`t understeand how it works, and how the result will be vizualized on LCD :confused:. Can you show me sample code or advice what exactly have to do, to make this project?
Thanks in advance!
 

seantownsend

Joined Mar 26, 2009
3
have you tried oshonsoft pic emulator, you can program in basic which is ideal unless you want highly optimized code. There are plug in modules for writing to LCD's and it is extremely easy. You can also adjust the analogue input to simulate your sensor.

I have used it on a PIC 16f627 project i am currently doing. Just type oshonsoft pic into google and have a look
 

Thread Starter

Incessant

Joined Mar 19, 2009
2
I almost finish my code in asm, but i`m sure it isn`t work :D . I have a requirements code to be in asm, and for MPLAB IDE.
When i`m done with the code, i`ll show you, to help me repair it :)
Now, can somebody tell me, how data from the sensor will be vizualized on LCD?
 
Top