Regarding analog value

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

cross mob
Anonymous
Not applicable

 Hi 

   

I want to read the analog values of accelerometer and want to print in the monitor, whether it is possible in PSOC5LP through PSOC creator.

   

0 Likes
4 Replies
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Yes, example projects on Creator Start page, "Find Example Project" link,

   

have several examples using A/D. Aslo search the forums there are a

   

number of users that have done accelerometer designs. Also in example

   

projects there are USBUART and UART projects for the communication to the

   

PC.

   

 

   

   

 

   

 

   

To plot data take a look at               http://www.parallax.com/downloads/stampplot-pro-software

   

 

   

Regards, Dana.

0 Likes
Anonymous
Not applicable

If there any serial monitor is available like Arduino IDE

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Displaying data on PC depends on the development kit you use. If you have got a CY8CKit-050 use the Display, when you have got a CY8CKIT-059 look into documentation for USB-UART bridge.

   

Creator software itself does not display any variables except on a breakpoint.

   

 

   

Bob

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

There is not the equivalent to serial monitor Arduino.

   

 

   

There is real time trace that could possibly be used - www.cypress.com/

   

 

   

Regards, Dana.

0 Likes