Can I send a TTL pulse out of EmotiBit to synchronize with other devices?

This page summarizes the projects mentioned and recommended in the original post on /r/EmotiBit

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • EmotiBit_Docs

    Documentation and tutorials for the EmotiBit

  • A: Yes, you can drive one of the available digital output pins on the Feather with a small code change in the loop section of EmotiBit_stock_firmware.ino. Instructions to build EmotiBit firmware can be found in the documentation.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • EmotiBit_XPlat_Utils

    Cross-platform utility code for EmotiBit

  • Note also that if you want to log the time of TTL pulse generation in EmotiBit's data stream, you can call addPacket similar to emotibit.addPacket(millis, "U1", (int) ledState, 1, 0). All typeTags from U0 to U9 will be perpetually kept free of other data streams so that users can utilize them for their own streams of data. A full list of all typeTags in use by EmotiBit firmware can be found in EmotiBitPacket.cpp.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project