Onion-Docs icon indicating copy to clipboard operation
Onion-Docs copied to clipboard

Documentation for all things Onion

Results 22 Onion-Docs issues
Sort by recently updated
recently updated
newest added

The documentation still says to [install block-mount with opkg](https://github.com/OnionIoT/Onion-Docs/search?utf8=%E2%9C%93&q=block-mount&type=) even though it says to use `/sbin/block mount` when installing block-mount with opkg

Onion-Docs/Omega2/Documentation/Reference/Libraries/PWM-Expansion-Node-Module.md is incorrect. The setupDriver, setFrequency and disableChip methods require a callback to function correctly. This is missing from the documentation. i.e. ``` pwmExp.setupDriver(0,50,0, () => { console.log("setupDriver success."); });...

I have read the section that explains how to power the Omega 2 without a Dock where the LD1117 does not have the proper capacitors. I attach the application circuit...

stocks.py - Line 29: url = "http://www.google.com/finance/info?q=" no longer returns stock prices. More info here:https://stackoverflow.com/questions/46080632/http-error-404-from-googlefinance-in-python-2-7/46081537#46081537 TL;DR google finance changed their endpoint.

Attempting to use oupgrade but running into problems. Help? Here is a snipping of the error message. ![image](https://cloud.githubusercontent.com/assets/27601350/25068484/73dc5846-221a-11e7-87c2-83b5abaf332f.png)

>` uint8_t *buffer = malloc(OLED_EXP_WIDTH*OLED_EXP_HEIGHT/8 * sizeof *buffer); // allocate memory for the buffer` This statement appears twice in the file. It should be either uint8_t *buffer = malloc(OLED_EXP_WIDTH*OLED_EXP_HEIGHT/(8 *...

![issue](https://cloud.githubusercontent.com/assets/19304460/25557734/940e8e60-2d17-11e7-8277-009bff65db18.png) I've solved this problem. Change follow line : ```python ledTriggerPath = "/sys/class/leds/%s/trigger"%(ledName.rstrip()) ``` to: ```python ledTriggerPath = "/sys/class/leds/%s/trigger"%(ledName.rstrip()).decode("utf-8") ```

The current neopixel library for the arduino dock does not support RGBW LEDs. Micropython recently added the feature to support them. Can we either, include support in the Arduino library,...

Since i got my Omega2+ i do get the problem that Busybox is not working as described in the Documentation (I remember that i helped to make that in the...

Hi, I'm glad to see there is a new documentation for the omega2 ! But I can't find any example for php, ruby, nodejs ... How do we configure the...