https://github.com/protolux-electronics/soleil_demo
Demo application of Soleil, and advanced power and sleep control board for Nerves
https://github.com/protolux-electronics/soleil_demo
battery-charger elixir low-power nerves raspberry-pi solar
Last synced: 3 months ago
JSON representation
Demo application of Soleil, and advanced power and sleep control board for Nerves
- Host: GitHub
- URL: https://github.com/protolux-electronics/soleil_demo
- Owner: protolux-electronics
- License: mit
- Created: 2024-11-25T14:25:47.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-17T07:15:18.000Z (3 months ago)
- Last Synced: 2025-03-17T08:29:54.228Z (3 months ago)
- Topics: battery-charger, elixir, low-power, nerves, raspberry-pi, solar
- Language: Elixir
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SoleilDemo
**TODO: Add description**
## Targets
Nerves applications produce images for hardware targets based on the
`MIX_TARGET` environment variable. If `MIX_TARGET` is unset, `mix` builds an
image that runs on the host (e.g., your laptop). This is useful for executing
logic tests, running utilities, and debugging. Other targets are represented by
a short name like `rpi3` that maps to a Nerves system image for that platform.
All of this logic is in the generated `mix.exs` and may be customized. For more
information about targets see:https://hexdocs.pm/nerves/supported-targets.html
## Getting Started
To start your Nerves app:
* `export MIX_TARGET=my_target` or prefix every command with
`MIX_TARGET=my_target`. For example, `MIX_TARGET=rpi3`
* Install dependencies with `mix deps.get`
* Create firmware with `mix firmware`
* Burn to an SD card with `mix burn`## Learn more
* Official docs: https://hexdocs.pm/nerves/getting-started.html
* Official website: https://nerves-project.org/
* Forum: https://elixirforum.com/c/nerves-forum
* Elixir Slack #nerves channel: https://elixir-slack.community/
* Elixir Discord #nerves channel: https://discord.gg/elixir
* Source: https://github.com/nerves-project/nerves