https://github.com/joshnuss/live_imu
Displays IMU data using Phoenix LiveView
https://github.com/joshnuss/live_imu
esp32 imu phoenix-framework phoenix-live-view
Last synced: about 1 month ago
JSON representation
Displays IMU data using Phoenix LiveView
- Host: GitHub
- URL: https://github.com/joshnuss/live_imu
- Owner: joshnuss
- Created: 2019-04-07T00:12:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-07T06:16:08.000Z (about 6 years ago)
- Last Synced: 2025-03-27T22:07:38.897Z (about 2 months ago)
- Topics: esp32, imu, phoenix-framework, phoenix-live-view
- Language: Elixir
- Homepage:
- Size: 3.65 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Live.IMU
Demo of [Phoenix LiveView](https://github.com/phoenixframework/phoenix_live_view) moving IMU data around. Uses an ESP32 dev board to acquire and clean the data from the sensor and transfer it via USB.
## Parts
- [Pololu IMU](https://www.pololu.com/product/2739/pictures)
- [ESP32 Devkit](https://docs.espressif.com/projects/esp-idf/en/latest/get-started/get-started-devkitc.html)
# Development
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## Learn more
* Official website: http://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix