Logic Supply AG150
This is the base Nerves System configuration for the Logic Supply AG150.
| Feature | Description |
|---|---|
| CPU | 1.86 GHz Intel Atom N2800 |
| Memory | 1 GB+ DRAM |
| Storage | Internal SSD or USB Flash drive |
| Linux kernel | 3.13.5 |
| IEx terminal | UART - ttyS0 |
| GPIO, I2C, SPI | No |
| ADC | No |
| PWM | No |
| UART | 1 or 2 available - ttyS0, ttyS1 |
| Camera | No |
| Ethernet | Yes |
| WiFi | No |
| Bluetooth | No |
The Logic Supply AG150 is a fanless Intel Atom N2800 platform. This configuration creates an image that can be copied on to a USB Flash drive or on to the internal mSATA SSD. The image currently provides access to the IEX prompt via the front serial port (ttyS0).
Installation
If available in Hex, the package can be installed as:
Add nerves_system_ag150 to your list of dependencies in
mix.exs:def deps do
[{:nerves_system_ag150, "~> 0.4.0"}]end
Ensure nerves_system_ag150 is started before your application:
def application do
[applications: [:nerves_system_ag150]]end