Skip to content

Commit

Permalink
Update nerves.md (#2978)
Browse files Browse the repository at this point in the history
* Update nerves.md

Update the link to Nerves supported targets. Current one is returning a 404.

* Update nerves.md
  • Loading branch information
corem committed Mar 1, 2024
1 parent 700fb48 commit 4f62c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessons/en/misc/nerves.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ As the website for Nerves says, it allows you to "craft and deploy bulletproof e
This lesson will be a bit different from other Elixir School lessons.
Nerves is a bit more difficult to get into as it requires both some advanced system setup and additional hardware, so may not be suitable for beginners.

To write embedded code using Nerves, you will need one of the [supported targets](https://hexdocs.pm/nerves/targets.html), a card reader with a memory card supported by the hardware of your choice, as well as wired networking connection to access this device by the network.
To write embedded code using Nerves, you will need one of the [supported targets](https://hexdocs.pm/nerves/supported-targets.html), a card reader with a memory card supported by the hardware of your choice, as well as wired networking connection to access this device by the network.

However, we would suggest using a Raspberry Pi, due to it having controllable LED onboard.
It is also advisable to have a screen connected to your target device as this will simplify debugging using IEx.
Expand Down

0 comments on commit 4f62c2f

Please sign in to comment.