https://github.com/zorbash/brain
A Nerves Livebook to display notes on a E Ink screen powered by raspberry pi.
https://github.com/zorbash/brain
elixir raspberry-pi
Last synced: 9 months ago
JSON representation
A Nerves Livebook to display notes on a E Ink screen powered by raspberry pi.
- Host: GitHub
- URL: https://github.com/zorbash/brain
- Owner: zorbash
- License: apache-2.0
- Created: 2021-10-12T22:11:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T09:11:50.000Z (over 2 years ago)
- Last Synced: 2025-03-30T01:36:39.868Z (10 months ago)
- Topics: elixir, raspberry-pi
- Language: Elixir
- Homepage:
- Size: 2.44 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Brain - A Nerves Livebook
## About
Brain is a desk gadget which displays a random Kindle highlight from my [notes](https://github.com/zorbash/notes) every 25 minutes.
Read the blogpost https://zorbash.com/post/elixir-nerves-pomodoro-timer/
See https://github.com/livebook-dev/nerves_livebook for setup instructions.

### Refreshing the Screen
Run the following either from within a notebook:
```elixir
send :main_scene, :update
```
or ssh:
```
ssh livebook@nerves.local 'send :main_scene, :update'
```
### Searching Notes
See: https://gist.github.com/zorbash/aff21ac049a0c9fdba5016814dfda3aa
## License
See: LICENSE