Save the ADC results to an excel file

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

cross mob
sera_pani
Level 1
Level 1
5 sign-ins First like received First reply posted

Dear All,

I am using the ADC_SAR_Seq of the C8CKIT-43 and I want to plot in somehow the results of the ADC conversion. Is there any way to do that?

Thank you in advance!

0 Likes
1 Solution
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted

sera_pani,

you can also use the SerialPlot charting software and custom component for data output

SerialPlot: interface to real-time data charts

/odissey1 

SerialPlot_P4_basic_01a_A.pngSerialPlot_basic_01a_B.png

View solution in original post

4 Replies
Len_CONSULTRON
Level 9
Level 9
Beta tester 500 solutions authored 1000 replies posted

sera,

I don't know if this will help.

I published a Terminal program for a PC with source code in C#.

Besides the program accepting and sending characters to a remote UART device such as on the PSoC, it also can accept data in packetized form to plot on the PC and/or log into a .csv format.

This program is free and since it has the source code, can be altered by anyone as they need.

I've used this program in a long-term battery study and used both the plotting and logging functions.

Here is the link:  PC-Terminal-Program-with-C-Source-Code 

Len
"Engineering is an Art. The Art of Compromise."
0 Likes
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

I posted the following memo  while ago.

https://community.cypress.com/t5/Code-Examples/How-I-recycle-the-data-aka-Return-of-CCS811/m-p/98877...

I wonder if this can be some hint for you.

moto

0 Likes
sera_pani
Level 1
Level 1
5 sign-ins First like received First reply posted

Thank you for your reply. I am plotting the adc result to a terminal monitor and more specifically to the Putty, through the SW Tx UART.  So, I  extract the results from the Putty to a txt file and afterwards, I import the data to an excel file. I think this way is more helpful to me. 

Thank you 🙂

odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted

sera_pani,

you can also use the SerialPlot charting software and custom component for data output

SerialPlot: interface to real-time data charts

/odissey1 

SerialPlot_P4_basic_01a_A.pngSerialPlot_basic_01a_B.png