Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connorrigby/nerves_system_underglow3
hardware support for underglow3
https://github.com/connorrigby/nerves_system_underglow3
Last synced: 2 months ago
JSON representation
hardware support for underglow3
- Host: GitHub
- URL: https://github.com/connorrigby/nerves_system_underglow3
- Owner: ConnorRigby
- License: apache-2.0
- Created: 2024-02-26T22:23:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T18:20:38.000Z (5 months ago)
- Last Synced: 2024-10-19T14:07:55.347Z (3 months ago)
- Language: Elixir
- Homepage: https://connorrigby.github.io/nerves_system_underglow3/
- Size: 6.11 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ConeRGB Underglow3 Nerves Support
[![Hex version](https://img.shields.io/hexpm/v/nerves_system_underglow3.svg "Hex version")](https://hex.pm/packages/nerves_system_underglow3)
This is the base Nerves System configuration for [ConeRGB V3](https://github.com/connorrigby/underglow3).
![](assets/underglow3-pcb.jpg)
| Feature | Description |
| -------------------- | ------------------------------- |
| CPU | 1.2 GHz ARM Cortex-A7 Dual-Core |
| Memory | 128 MB DDR3 |
| Storage | MicroSD |
| Linux kernel | 6.1 w/ patches |
| IEx terminal | UART `ttyS0` |
| GPIO, I2C, SPI | Yes - [Elixir Circuits](https://github.com/elixir-circuits) |
| Display | No |
| ADC | No |
| PWM | 8 channels |
| UART | ttyS0 |
| Camera | No |
| Ethernet | No |
| WiFi | Onboard WiFi |
| RTC | No |
| HW Watchdog | Yes |## Special Thanks
Most of the hard work in this repo was gleamed from [YuzukiSBC](https://github.com/YuzukiHD/Buildroot-YuzukiSBC)