Changed it to default-on and it's on now. Thanks for the directions
Posts made by Pedro Baco
- 
    RE: Omega onion led blinkingposted in Omega Talk
 - 
    RE: Omega onion led blinkingposted in Omega Talk
root@Omega-1361:~# cat /sys/class/leds/onion:amber:system/trigger
none [timer] default-on netdev transient gpio heartbeat morse oneshot usbdev phy0rx phy0tx phy0assoc phy0radio phy0tpt
root@Omega-1361:~# - 
    Omega onion led blinkingposted in Omega Talk
My led on the omega onion module started blinking after it's being up for several days now. It's not a problem as far as I see, since all is working as it is supposed, but still, it's happening on both modules I have. Is it a power issue warning of some kind or is it a warning for something else? Does anybody knows? Thanks
 - 
    RE: Where to buy 32-pin connector for the Omegaposted in Omega Talk
I think i've found a few weeks ago something on ebay, try searching by 2mm header and you'll find a few hits.
 - 
    RE: What TFT LCD are compatible?posted in Omega Talk
I believe that SPI can't be used in ómega since it's been used for the memory chip already. Please correct me if i'm wrong.
 - 
    RE: Run a Phyton Script on boot ??posted in Omega Talk
edit /etc/rc.local
add a line with python </path/programtorun.py>
save file - 
    RE: No space for python-pipposted in Omega Talk
Did you try python-light? I'm running ómega with python and a few bits and still 53% available.
 - 
    RE: List of webcams that don't workposted in Omega Talk
HD3000 from Microsoft works ok with mjpeg-streamer
 - 
    RE: Python code for BMP180posted in Omega Talk
If you run BP180.py you'll get 1sec readings of temperature and pressure. I've changed it and now if i run it on background (python BMP180 &) it actually writes the values to 2 files, calle pressure and temp. This way i can always check the values using cat temp and cat pressure in the command line.BMP180_V2.py
 - 
    RE: Python code for BMP180posted in Omega Talk
Hi Luis, try the last two links on that same post, they should work
 - 
    RE: i2c device not visible by i2cdetectposted in Omega Talk
Have the same issue with HTU21D, fully detected by a Rpi but no detection on omega. But on the other hand i have another HUT21D that is detected normally. Since both cases they are assembled in tiny boards i've bought on ebay(they came from china), i suppose that the ones that are not detected may have the pullup resistors for SDA and SCL missing. Didn't loose much time on that but i do believe that omega doesn't have internal pull-ups as the Rpi, so the problema is shown in one side and not on the other.
 - 
    RE: Generic OLED displayposted in Omega Talk
Check https://onion.freshdesk.com/support/solutions/articles/6000069950-how-can-i-use-the-gpios-
Check https://cdn.shopify.com/s/files/1/0853/4798/products/OM-D-EXP-01_1024x1024.png?v=1446325673
(pin 20 is SDA and pin 21 is SCL on this last)0x3C is the i2c address of the oled module, nothing to do with pinout
 - 
    RE: Generic OLED displayposted in Omega Talk
Should work by wiring SDA and SCL of the display with the same pins on the omega. Supply is usually 3.3V for those modules. I have one of those and did the same and i2cdetect shows address 0x3C if i'm not mistaken.
 - 
    RE: I2C pins on Expansion Dockposted in Omega Talk
I've developed a few basic python routines for i2c you can find them in the file pythoni2c.py
 - 
    RE: Python Scripts - Suggested Workflow?posted in Omega Talk
Why don't you use ssh to access you omega? What i do is that, edit the python files with nano, and run them on command line. Simple and effective.
 - 
    RE: Showing Wlan IP on ssh login bootposted in Omega Talk
Notepad++ is what i use under Windows for editing such files @Kit-Bishop