I Over-Engineered a Fast Fourier Transform for Arduino

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    Face detection and recognition framework

  • I guess, but it’s also pretty open code these days now that the S3’s LX7 has some nice vector extensions and other additions for ML applications :)

    https://github.com/espressif/esp-who

    It’s not out of reach for hobbyists, I think, though getting it to run very well might be. And I would certainly tell anyone interested to start with something more powerful first!

  • PlatformIO

    Your Gateway to Embedded Software Development Excellence :alien:

  • Probably not, unless you're willing to stretch the definition of 'real time' or 'image'. The classic Arduino Uno processor aka the ATMega328 does about 1 million 8-bit instructions per second per MHz of clock[0]; the Uno iirc has a 8mhz crystal. Even for the contrived example of a 1MP webcam that outputs uint8 grayscale values, you'd only be able to read it at about 8 frames per second, max, much less do anything with it. If you limited yourself to 64x64 boolean images, maybe; you could probably run a simple NN to categorize MNIST examples or do blob detection.

    If you want to mess around with image processing within the realm of the Arduino framework, you could pick up a super cheap ESP32-CAM dev board [1], which has a small camera and a dual core microprocessor with much less anemic specs. You can of course program it using the Arduino IDE or, as I prefer doing it, using PlatformIO [2] which is a CLI tool and VSCode extension that allows you to use the [Arduino, ZephyrRTOS, mbed] framework with a zillion different dev boards and architectures.

    [0]: https://en.m.wikipedia.org/wiki/ATmega328

    [1]: https://www.amazon.com/HiLetgo-ESP32-CAM-Development-Bluetoo...

    [2]: https://platformio.org/

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

    Based on adafruit/Uncanny_Eyes, M4_Eyes, and mjs513/GC9A01A_t3n

  • pico

    A minimalistic framework for real-time object detection (with a pre-trained face detector) (by nenadmarkus)

  • slttblep

    Stupid Lookup Table Tricks, implementing a PolyBLEP oscillator

  • The oscillator bit is, but I don't appear to have uploaded the one with the filter which I will need to find.

    https://github.com/ErroneousBosh/slttblep

    The filter is just an SVF with, with a precomputed expo scale "bent over" at the top to correct for quantisation. From that the two SVF coefficients ω/Q and ω*Q are calculated every time there's a control update and of course because you can't divide on an Arduino it uses a lookup table of reciprocals. I could probably use a "wider" table of 16-bit values for better precision.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • Help Needed with Tauri Desktop App for NFC Card Enrollment on ESP32

    1 project | /r/tauri | 26 Aug 2023
  • It's 2023 why embedded development is so cumbersome?(rant)

    1 project | /r/embedded | 14 Aug 2023
  • Is there an extension in vs code to do embedded programming

    2 projects | /r/embedded | 29 Jun 2023
  • Debug program using PlatformIO and avr-stub

    3 projects | /r/Controllino | 22 May 2023
  • Do you know some sbc or soc that can be programed to run rtos and c++ on top?

    3 projects | /r/RISCV | 21 May 2023