A sample Phoenix application for simple LiveView page with real-time (mostly) data that is getting received from I2C DockerPi Sensor Hub Development Board:
![]() |
![]() |
The app is running on Raspberry Pi 3 with Raspbian OS installed.
For more details about the sensor board, look here: https://wiki.52pi.com/index.php/DockerPi_Sensor_Hub_Development_Board_SKU:_EP-0106.
To start your Phoenix server:
- Install dependencies with
mix deps.get - Install Node.js dependencies with
npm installinside theassetsdirectory - Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix

