Releases: nerves-livebook/nerves_livebook
Releases · nerves-livebook/nerves_livebook
v0.2.17
- Updates
- Make Erlang distribution predictable. It's now
livebook@nerves-<device id>.local
. From within Livebook, you can see the
name by going to the settings tab. This is an mDNS name and will work even
if the IP address to the device changes. It only requires an mDNS client on
your computer which is included by default on MacOS and usually on Linux.
- Make Erlang distribution predictable. It's now
v0.2.16
- Updates
- Support provisioning WiFi when creating the MicroSD card. See
README.md
for how to pass parameters when callingfwup
. - Check that dependencies passed to
Mix.install/1
are compatible with what's
included in Nerves Livebook. Installation isn't supported yet, but this
update makes it possible to includeMix.install/1
calls in your livebooks
for when it does work.
- Support provisioning WiFi when creating the MicroSD card. See
v0.2.15
v0.2.14
v0.2.13
- Updates
- Update Livebook to 0.1.2
- The
vega_lite
andkino
packages are available so it's now possible to
experiment with plotting sensor data. Note thatMix.install
doesn't work
yet so if you're trying out a notebook that usesvega_lite
, just uncomment
theMix.install
parts for now.
v0.2.12
- Updates
- Organize sample livebooks into directories so that they're easier to find.
More changes are coming. Thanks to DJ Carpenter for spearheading the effort
better organize this project. - Add a delta firmware update livebook. This livebook can't be used just yet.
It needs a release to update to. Once v0.2.13 is available, it will work.
- Organize sample livebooks into directories so that they're easier to find.
v0.2.11
v0.2.10
v0.2.9
v0.2.8
Community update release!
- Updates
- Thanks to Jonatan Klosko, upstream Livebook now supports embedded mode so we
can use it on Nerves without patching it. This release has zero custom
Livebook patches for Nerves. - DJ Carpenter has started reorganizing the samples directory to make it
easier to find examples. He also added a GPIO button example. - Masatoshi Nishiguchi has updates to the BMP280
temperature/humidity/barometric sensor example too
- Thanks to Jonatan Klosko, upstream Livebook now supports embedded mode so we