-
[circuits_gpio](https://github.com/elixir-circuits/circuits_gpio) is an improved version of Elixir/ALE's GPIO support. I'm trying to encourage libraries that use Elixir/ALE to upgrade to Circuits sinc…
-
I'm trying to get a BG96 module running with a RPi 0 2W via a UART. This is their Mini PCIe module, mounted on the Sixfab Base Hat. After fiddling with the IEx console output settings, I am able to qu…
-
## Setup
- Version: {:circuits_uart, "~> 1.5"}
- OS: Linux 6.2.12-300.fc38.x86_64 x86_64 GNU/Linux
- Platform: x86_64
'Development Tools' are installed.
```
iex -v
Erlang/OTP 25 [er…
-
A limited number of function of this module should be chosen and implemented.
An issue for each group of related functions should be opened.
-
- 日時 2019-07-04 19:00-21:00
- 場所 札幌や,思い思いの場所
[スターバックスコーヒー札幌グランドホテル店](http://www.starbucks.co.jp/store/search/detail.php?id=333)にいます.
[#サッポロビーム](https://twitter.com/search?q=%23%E3%82%B5%E3%83%8…
-
Hello.
Hello
I created a small application to test Circuits.UART. But I cannot enumerate the ports. I use iex -S mix and Circuits.UART.enumerate.
The result is always %{}
Need help.
Thank…
-
- 日時 2019-07-18 19:00-21:00
- 場所 札幌や,思い思いの場所
[スターバックスコーヒー札幌グランドホテル店](http://www.starbucks.co.jp/store/search/detail.php?id=333)にいます.
[#サッポロビーム](https://twitter.com/search?q=%23%E3%82%B5%E3%83%8…
-
I'm relaying this information from slack:
```elixir
alias ElixirALE.{GPIO, SPI}
{:ok, gpio} = GPIO.start_link(25, :output)
{:ok, spi} = SPI.start_link("spidev0.0", bits_per_word: 16)
received une…
-
-
Hi team.
I'm evaluating Circuits.UART for my next project.
We need to push a lot of usually small or sometimes bigger messages (50-2000 bytes) through serial line.
Performance is critical aspect he…