CodeSync
Forum Sponsor
Introducing Trellis: Open Source Hardware for Nerves - Gus Workman | ElixirConf EU 2025
Comments welcome! View the code-sync and elixirconf-eu tags for more Code Sync and ElixirConf EU talks!
Trending in Talks
LT: Skode: an ASCII shorthand for audio experimentation - Joseph Stewart | ElixirConf EU 2026
Comments welcome! View the ...
New
How to Think About Game Servers (Pt 2)
Hernán Rivas Acosta looks at how latency and jitter affect multiplayer games and the techniques d...
New
Lightning Talk: Kate Rezentes - Notion-land | ElixirConf US 2025
https://www.youtube.com/watch?v=nLWm8gIz8TI
Comments welcome! View th...
New
Lightning Talk: Vito - An Absurd Situation with EPMD | ElixirConf US 2025
Comments welcome! View the <span class="hashtag...
New
Lightning Talk: Ivy Markwell - Data migrations with Monarch | ElixirConf US 2025
https://www.youtube.com/watch?v=AF1z6Z3bJKY
Comments ...
New
AI-Powered Search at Scale - Jeff Weiss | ElixirConf EU 2026
https://www.youtube.com/watch?v=-a4A33hDtzA
Comments welcome! View the <s...
New
Testing Concurrency and Fault Tolerance in Elixir/Nerves - Marta Habdas | ElixirConf EU 2026
Comments welcome! View the <...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 1 to 4- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
AstonJ
Trellis looks cool - congrats @gus!
For anyone interested in the CPU this is what Google returned:
Was curious because I’ve become interested in RISC-V (from a security perspective).
Like that is high temperature resistant - two of the Nerves projects I want to do at some point are sauna related
gus
Thanks @AstonJ! This has been an ongoing saga, and it all started with this talk
Unfortunately, Google has got it a little bit wrong on the chip details. The specs and datasheet for this chip can be found here. The highlights: it has two ARM A7 core @ 1GHz, 256MB DDR3, and a pretty good selection of peripherals for a chip of this size (I2C, UART, SPI, CAN, SDIO, Ethernet, LVDS, RGB888, etc). It’s definitely a fun chip to use with Nerves!
Trellis is a project to make designing custom hardware with Nerves more accessible. The design is open source, created with open source PCB design tools
After ElixirConf EU last year, @lawik and I cooked up a plan to make a Trellis variant for the Goatmire conference last September in Sweden. We managed to pull it off, and thanks to a sponsor covering all the hardware costs, everyone who attended received a Nerves-powered e-ink name badge:
Now, I’m working on developing the new Nerves Starter Kit, which is a piece of first-party hardware for the Nerves ecosystem. It’s similar to the name badge, but with a larger display, onboard sensors, low power mode and plenty more improvements. Release date later this summer
The new PCB powering the Nerves Starter Kit
Like it said, it’s been an ongoing project, definitely been keeping me busy
I post pretty regularly about it in the Nerves Discord
gus
Sounds like a fun project! I haven’t played with this chip in any high temperature applications yet, but it should hold up just fine, maybe with a conformal coating on the PCB to make it corrosion resistant. Allwinner markets it as an automotive chip, so the temperature requirements mean it can withstand some fairly harsh conditions
AstonJ
Those name badges look really cool Gus - I bet everyone loved them!
I will mount the hardware outside the sauna tbh, so heat shouldn’t be too much of an issue - it’ll be more steam and moisture that I’ll need to worry about