nerves_livebook icon indicating copy to clipboard operation
nerves_livebook copied to clipboard

Develop on embedded devices with Livebook and Nerves

Results 22 nerves_livebook issues
Sort by recently updated
recently updated
newest added

When the regular Livebook got a new release, the update banner in Nerves Livebook gets triggered. Since Livebook and Nerves Livebook don't have matching version numbers and release dates, this...

The idea is it should be possible to write a short program in Elixir that runs indefinitely in Nerves Livebook. For an Arduino, this would be filling in `setup()` and...

It seems like it should be possible to stream video to a Livebook with picam. Fun features would be: * Changing the filter * Changing sizes * Text overlays Picam...

I haven't looked into this, yet, but if you click on the Nerves explore notebook and then try any of the links in it, they won't work. The links are...

Now that the WiFi regulatory domain defaults to only allow globally acceptable WiFi frequencies, we should add an option to the WiFi configuration to set the country code.

Building the firmware directly from the [source](https://github.com/livebook-dev/nerves_livebook/archive/refs/tags/v0.5.7.zip) following the steps below results in the RPI 4 to continue blinking but not connecting to the WIFI (seen from network scan) ```...

Currently `Mix.install` isn't supported, but it would be great to make it possible pull in some dependencies. Nerves doesn't include C compilers, headers, etc. to compile any native code, so...

Create a live book with a manifest of hardware. Maybe in a format similar to | name | exercise | part number | vendors | |:-:|:-:|:-:|:-:| | raspberry pi |...

I periodically reach for an IEx prompt especially when debugging a Livebook. I currently ssh into the device for the IEx prompt, but it would be nice to click on...

I'm not sure what device to use, but it would be cool to get a simple tutorial that shows how to detect a device and doing doing something simple with...