mika

mika

E-ink display - Inky library shout out & showcase

I wanted to thank the maintainers and contributors of the Inky library!

It allowed me to create this small prototype in no time:

Made with a Raspi Zero + InkyPhat display, using Nerves and Scenic.

A bit of context: I work at Instinct. We develop a software that allows veterinary hospital teams to track inpatient treatment efficiently - something that is often done on paper or antiquated software… This helps with patient safety, staff stress level, charge capture, and more. It’s written in Elixir of course :slight_smile:

I noticed that the data we already import and update could be used for a fun project: cage cards. Animals at these hospitals reside in a cage between tests and treatments and yet another piece of paper is used to identify the patient (the cage card). It’s important for this card info to be accurate. This small prototype connects to Instinct’s API (running Absinthe), fetches data for the cage it’s assigned to and displays it.

I’m already thinking about making another prototype using the larger Inky display, and maybe later a touchscreen LCD.

BTW: we’re hiring!

Most Liked

nyaray

nyaray

Happy to see code being put into putting patient security furrst!

lawik

lawik

Nerves Core Team

Ooh! Very happy to see this being used. Bonus for adorable and positive purposes.
Let us know if you encounter any issues :slight_smile:

outlog

outlog

just spotted inky as well.. great use case @mika ! have ordered an eink display accordingly..

major shout out to the co-author @lawik - great blog posts at Underjord | Blog and recently on hacker news: https://news.ycombinator.com/item?id=20357055

Where Next?

Popular in Discussions Top

matthias_toepp
I’d love to hear what people think about Wisp, the new Gleam web framework started by Gleam’s primary creator Louis Pilfold. Gleam, alon...
New
andre1sk
A big advantage to Elixir is all the distributed goodness but for many applications running on multiple nodes having integrated Etcd, Zoo...
New
cvkmohan
The upcoming Phoenix 1.6 release looks very interesting. Became a habit to watch the commits - and - what they are bringing in. phx.gen...
New
AngeloChecked
What learn first? Rust or Elixir Hi Elixir community! I’m here because i want learn a new language. I’m a junior developer and mainly i ...
New
mmport80
I have put far too much effort into Dialyzer over the last year or so - and basically - I doubt it’s worth the effort. It’s not as easy ...
New
CharlesO
Erlang :list.nth simple, but 1 - based nth(1, [H|_]) -> H; nth(N, [_|T]) when N > 1 -> nth(N - 1, T). Elixir Enum.at … coo...
New
PragTob
Hey everyone, this has been on my mind for some time and I’d love your input on it! TLDR: I feel like maps are superioer for storing and...
New
rms.mrcs
A couple of days ago I was discussing with a friend about different approaches to write microservices. He said that if he was going to w...
New
JakeBecker
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
1144 54120 245
New
dogweather
I wrote this comment on r/haskell, and it’s not popular there. :wink: But I think I’m on to something… Haskell reminds me of Java, and e...
New

Other popular topics Top

malloryerik
Hi, this is for people who, like me, have had some friction using .html.heex templates in VSCode. The solution seems to be, in a hyphena...
New
AstonJ
Posting this to see if we can make things easier for people to get into Neovim. If you use Neovim and have a favourite distro please let ...
New
siddhant3030
Hi, I have to write a raw query for one of my project. But till now I have used ecto queries and don’t have much experience writing raw ...
New
ovidiubadita
Hey all, I discovered Elixir and I love it. I always wanted to learn a functional programming and I intended to go for Haskell, but afte...
New
johnnyicon
Hi all, I’ve just started learning Elixir and Phoenix Framework, so please pardon my n00bness at this stage. I’m trying to use Postgres...
New
msaraiva
Surface is an experimental library built on top of Phoenix LiveView and its new LiveComponent API that aims to provide a more declarative...
564 43757 214
New
gausby
I asked this very same question on twitter and got some interesting feedback, but I thought it would be a good question to ask here as we...
1207 39467 209
New
RisingFromAshes
I’ve read in another post that it may be possible with a router helper - but I couldn’t find an appropriate one, and tbh, I’m still just ...
New
saif
Hello everyone, Long time lurker first time poster here. I’ve recently begun working on Elixir full-time again! :raised_hands: It’s been...
New
rms.mrcs
Hi, I need to transform a list of numbers into a map where the keys are the indexes and the values are the original values of the list. ...
New

Latest on Elixir Forum

Elixir Forum

We're in Beta

About us Mission Statement