-
Use https://github.com/elixir-circuits/circuits_gpio instead of `elixir_ale`, this is being encouraged by the elixir_ale author: https://github.com/fhunleth/elixir_ale/issues/72#issuecomment-47590356…
-
This isn't so much an issue as a feature request.
For those of use who do a lot of Nerves development, using `elixir-ls` and the vscode extension results in many error and warning lines because som…
-
If we are going to be powering/communicating with our NFC/RFID Reader over **`UART`**,
we need to be _aware_ that if the `PN532` is **_accessible_ from _outside_ the building**,
our system is **inse…
-
Xebow should be able to start up the BEAM on the host, without being dependent on running on the target hardware. This will help with working on the web interface, designing animations, and being able…
-
## Setup
circuits_uart 1.4.1
OS is Manjaro Linux, Kernel 5.6.6
I7 Laptop
Communicating with a USB serial cable to a DSP amplifier (Mac Audio Reference 2.1 DSP)
The software I'm writing is here: […
-
Originating issue: https://github.com/nerves-project/nerves/issues/444
> This is an issue with the crc library. It builds the NIF in the source directory and not under _build. Since the source dire…
-
https://github.com/elixir-circuits/circuits_uart/blob/4832c8748edc488d6840a780c366c35d509f345d/lib/circuits_uart.ex#L511
This line will cause an exception if `UART.open/3` was not called, or if it …
-
**Describe the bug**
Compile errors occur because `/usr/include` doesn't match in the case of Nerves cross compiled by macOS.
**To Reproduce**
Steps to reproduce the behavior:
1. `mix nerves.n…
-
Doesn't make a heap of sense on the surface of it !
Just alerting a possible issue on Raspberry Pi 4 Model B in hopes someone else can correlate.
Meantime I'll double check my Elixir coding and tr…
-
### Environment
* Elixir version (`elixir -v`):
```
Erlang/OTP 22 [erts-10.4.4] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe]
Elixir 1.9.1 (compiled with Erlang/OTP 22)
``…