-
http://onion.io
https://github.com/OnionIoT
-
https://onion.io/omega2/
-
Since this already has WiFi built in, use for e.g.
1. Motion sensor (overkill?)
2. Camera (not enough power?)
3. Watering system, potentially in combination with an Arduino
4. Ideas?
-
```python
root@Omega-****:~# python3
Python 3.6.10 (default, Apr 09 2020, 14:46:56)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import cc1101
…
-
When attempting to run `opkg update`, I'm getting the following messages:
```
root@Omega-A175:~# opkg update
Downloading http://repo.onion.io/omega2/packages/core/Packages.gz
*** Failed to downl…
-
#### b155
*February 8, 2017*
* Added mosquitto broker package to repo
so.... I:
root@Omega-3D2D:~# opkg update
Downloading http://repo.onion.io/omega2/packages/core/…
-
Hello,
I'm trying to cross compile the driver for openwrt distro running on onion omega2. I'm using version 5.7.0 of the driver. The kernel of openwrt is version 4.4.81. I'm trying to build as OpenWr…
-
Is
/apps/onion-gpio/img/Omega2.png
should be
/console/apps/onion-gpio/img/Omega2.png
-
I am attempting to setup [Onion Omega2](https://en.wikipedia.org/wiki/Omega2_(computer)) Developments stack without the real hardware using arm_now. Mostly for Python scripts with stubs for hardware s…
-
## Motivation
*Why are we doing this? What use cases does it support? What problems does it solve? What is the expected outcome?*
C programs are
This helps streamline the development process on …