/recorder

This is an application for recording accelerometer data using smartphone, raspberry pi and arduino.

Primary LanguageJavaScript

Go-Recorder

This project is an entire platform for recording accelerometer data using arduino, raspberry pi and your smartphone.

The main idea here is to use smartphone as an interface for start/finish recording accelerometer samples and stay free (without wires) while recording.

Since we're using TCP protocol for the communication between raspberry and smartphone, your raspberry must be connected to the same network as your smartphone.

Dependencies

Quick Start

You can easily upload the "main.ino" file to your board, using Arduino IDE.

Building/running server:

$ go get github.com/gorilla/websocket
$ go build ./server/src
$ ./src

Building mobile:

$ cd mobile
$ expo install
$ expo init