need help (cy8c29xxx)

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable
        I'm use a PSoC CY8c29 for controlling temperature, as a reference AN2148 (author : M. Ganesh Raaja) on this reference with CY8c26xxx. can you help me to get AN for controlling temperature with CY8C29xxx. please. thanks before.   
0 Likes
9 Replies
Anonymous
Not applicable
        Hi,   
   
I am not aware if anybody has updated this app note or not.   
   
But I did some work on it, please find the attached.   
   
Cheers,   
Brijesh   
0 Likes
Anonymous
Not applicable
        ok.thanks mr.Bash   
If to controll stepper motor and preasure (vaccum),do u have app note for this projects?   
0 Likes
Anonymous
Not applicable
        Hi,   
   
Look at following link:   
   
    http://www.cypress.com/?app=se...keyword=stepper+motor    
   
And I forgot to mention that last temperature sensing project is not full implementation of app note, so you have to give proper shape for your application.   
   
Cheers,   
Brijesh   
0 Likes
Anonymous
Not applicable
        please give me full implementation of app note.!   
   
if I build/generate project...:   
1. !E C:\Program Files\Cypress MicroSystems\PSoC Designer\tools\InvalidCompilerLicense.txt(0): ...Operation terminated. Compiler License invalid or not accessible   
   
C:\PROGRA~1\Cypress\Common\CY3E64~1\tools\make: *** [obj/main.o] Error -1   
   
TC_29466_14BIT_m - 2 error(s) 0 warning(s) 16:37:24   
   
2.(1273) Omniscient Code Generation not available in Lite mode (warning)   
   
what can I do to repair it?   
   
Im sorry this my first time using PSoC (EVAL1)....   
   
thx....   
0 Likes
pushekm_21
Employee
Employee
10 likes received 5 likes given First like received
        Hi,   
   
Which PSoC Designer version do you have? If you have PD5.0 SP5 or onwards then it comes with free Imagecraft compiler and it might be the case that the project which you are trying to build is compiled with HITECH compiler. If you don't have that compiler then it will give this error.   
   
So, the solution is, go to Project -> Settings -> Compiler -> Select ImageCraft and then select Build and Generate.   
   
This will help you in getting rid of the error.   
0 Likes
Anonymous
Not applicable

Hi,

This one builds fine with PSoC Designer 5.0 SP5.5.

Download this PD version from following link:

http://www.cypress.com/?rID=37965

This project displays mili volt input on LCD with 14 bit resolution. It implements IIR filter (SW implemented), CDC technique and calibration as mentioned in app note.

Ony thing missing is cold junction compensation, that you can do by referring app note.

Use attached test set up for testing.

Cheers,
Brijesh

0 Likes
Anonymous
Not applicable
        i take attmn from mr.bash,   
is it full implementation that you mean?   
0 Likes
Anonymous
Not applicable
        i try build project to test LCD,tampilkandenganlcd.zip, but LCD can't display the output from ADC, what is the problems with my project?or connection is false?   
0 Likes
Anonymous
Not applicable
        Hi,   
   
There are lot of examples on PSoC and 3 to 4 of them displays ADC result on LCD.   
   
Look at following link:   
   
    http://www.cypress.com/?app=se...ionID=0&source=header    
   
Cheers,   
Brijesh   
0 Likes