PhotonFTC Questions

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

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
  • PhotonFTC

  • We tested the PhotonFTC (v2.0.1 as we're still on SDK 8.0) software. After adding the recommended repository and dependency statements to the teamcode build.gradle, and changing minimum android SDK to 24, we reran the testing opmode, in two ways: 1) No PhotonCore.enable() statement, and 2) with a PhotonCore.enable() statement. The result was: (1) loop time, reading all four sensors, was 30-35ms; and (2) also 30-35ms.

  • FtcRobotController

  • Part of PhotonFTC is what was formally the Neutrino library, essentially some of the i2c device drivers (such as the REV 2m Distance Sensor) got re-written, optimized user drivers. One of the largest changes for the 2m was changing the existing system, where it would block until new data was available (sometimes as long as 20 ms!) to a system where it would cache data and return the cache if nothing new was available. This "rewrite" is completely FTC legal, it uses the built in SDK I2C driver template that is designed to allow users to write custom i2c drivers. (Fun fact, the two big changes to the 2m sensor driver are actually an open issue I made on the FTCRobotController, https://github.com/FIRST-Tech-Challenge/FtcRobotController/issues/317)

  • 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
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

Related posts

  • Introducing Stalactite ORM

    1 project | dev.to | 20 May 2024
  • Python Security Essentials for Your Apps

    2 projects | dev.to | 20 May 2024
  • EventBus: Events for Android

    1 project | news.ycombinator.com | 20 May 2024
  • Apache Camel: a full programming stack for automation

    1 project | news.ycombinator.com | 19 May 2024
  • Trino & Iceberg Made Easy: A Ready-to-Use Playground

    3 projects | dev.to | 19 May 2024