Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.13 KB

GET_STARTED.md

File metadata and controls

21 lines (12 loc) · 1.13 KB

Get Started

This project is composed of two different software, the mobile application, and the inertial device. The mobile application is developed using mainly Dart language and Flutter as its visualization framework. The inertial device is developed using Arduino and C language.

Dart & Flutter Installation

If you plan on contributing to the application, make sure to install Flutter which already comes with the full Dart SDK. We recommend VSCode as the IDE of choice, but of course, you can use your favorite one.

Project folder: intracs_software/

Arduino

If you plan on improving the actual TinyCircuits prototype provided by this project, you have to install Arduino and its IDE. If you plan to make another inertial device to integrate with this project, feel free to go ahead and ask for help if needed.

Project folder: intracs_device/inertial_ble_transmitter/