Resources for Baremetal Arduino: A curious complete beginner

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

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

    Ultrasonic proof of concept

  • Here's a random proof-of-concept I threw together a while ago for super precise ultrasonic wind speed measurement (or very short distances) - it uses the analog comparator plugged into timer input compare for phase analysis, which is where the precision comes from.

  • ESC

    Electronic Speed Controller for DC brushed motors on R/C cars and robots (by triffid)

  • I've encountered plenty of folk that'd like to read a servo PWM signal and generate motor drive PWM at the same time in a less janky way than pulseIn (which blocks on no signal and is affected by interrupt latency) and analogWrite (which uses a super low PWM freq by default)

  • 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