Skip to content

Sensor data log (+stream to websocket) for evaluation modules by Texas Instrument (tested with FDC2214 and LDC1614)

Notifications You must be signed in to change notification settings

mitmedialab/TI_EVM_logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

TI_EVM_logger

Example:

What?

This repo holds Python code to stream or log data from evaluation modules made by Texas Instrument.

It works with the following EVM boards:

How?

Install

You might need to run the following:

pip3 install pyserial crcmod tables websockets

Run

Start the python script (with websocket server):

./evm_logger.py

...then start your websocket client. This example visualizes the 4 sensor values:

https://editor.p5js.org/CedHon/sketches/4pFRCAyIQ

Note: you might need to tune some of register parameters for your own application, see config_multichannel and your favorite datasheet...

Sources

About

Sensor data log (+stream to websocket) for evaluation modules by Texas Instrument (tested with FDC2214 and LDC1614)

Topics

Resources

Stars

Watchers

Forks

Languages