https://github.com/friedrith/discover-omega2
projects to discover onion omega 2
https://github.com/friedrith/discover-omega2
Last synced: 5 months ago
JSON representation
projects to discover onion omega 2
- Host: GitHub
- URL: https://github.com/friedrith/discover-omega2
- Owner: friedrith
- License: mit
- Created: 2017-05-14T11:18:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-14T20:15:20.000Z (about 9 years ago)
- Last Synced: 2025-01-16T09:07:47.298Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discovery of onion omega 2
[Omega 2](https://onion.io/omega2/) is a small linux server built for IoT. It has the size of an arduino but can run node.js.
After participating to the [Kickstarter](https://www.kickstarter.com/projects/onion/omega2-5-iot-computer-with-wi-fi-powered-by-linux), I received the Omega 2 and a arduino dock. So it is time to benchmark it!
# Getting started
* power on and wait until it boots
* find the 4 last letters of the address MAC (called **ABCD** for the tutorial)
* connect to the wifi **Omega-ABCD** (the default password is 12345678)
* `ssh root@omega-ABCD.local` (default password is `onioneer`)
* `wifisetup`: setup wifi
* `oupgrade`: uprade
# Arduino
https://wiki.onion.io/Tutorials/Arduino-Dock/Using-the-Arduino-Dock
This repository regroups several projects using Omega 2:
# Links
* [Official website](https://onion.io/)
* [Kickstarter](https://www.kickstarter.com/projects/onion/omega2-5-iot-computer-with-wi-fi-powered-by-linux)
* [Node.js on Omega 2](https://wiki.onion.io/Tutorials/Installing-NodeJS)