Git Product home page Git Product logo

kissake / unattended_data_collection Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 60 KB

This is a project intended to support unattended data collection in a way that protects the data being collected. The initial project is aimed at audio recording using a Raspberry Pi Zero (simple, low hanging fruit), with the intention of being extensible for other uses.

License: GNU General Public License v3.0

Shell 59.08% Python 40.92%
raspberrypi raspberry-pi gnupg2 gnupg-2 raspberry-pi-zero-2-w audio

unattended_data_collection's People

Contributors

kissake avatar

Watchers

 avatar

unattended_data_collection's Issues

Lots of paths that are hardcoded.

There are many hardcoded paths, including some security-relevant ones like the directory for the gpg repository / data. This is bad from a usability and portability perspective. It works (for now) because this project is being used on a bare, minimal, limited system that is consistent due to those features.

Time incorrect when booted without WiFi connectivity.

When the system is operated without WiFi or other network access, accurate time is unable to be maintained (no on-board clock maintained by battery for the Pi Zero). Something seems to be preventing the clock from resetting to the start of the unix epoch, possibly (likely?) something like fake-hwclock [https://manpages.debian.org/jessie/fake-hwclock/fake-hwclock.8.en.html].

This is better than not, BUT, there is still value in being able to determine the correct time.

Recording does not begin when the microphone is connected (latency of 5 minutes on average)

Because recording is started using cron periodically (every 10 minutes on the 10th minute) and not otherwise, there is about 5 minutes between when the microphone is connected and recording begins.

The mitigation for this issue is that there is visual indication when the microphone begins recording (the LED is extinguished when the microphone is recording), but this does impact other issues.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.