@Brad-Buskey I know this is an incredibly late reply, but I looked at your Hackster project and saw that you installed python3 and python-light. python-light simply installs a "light" version of Python 2 (less packages). Did you run your Python-scripts with "python <filename>" instead of with "python3 <filename>"? Because that would explain why the packages worked for you!
L
Posts made by L G
-
RE: OmegaExpansion for Python3
-
Omega 2+ won't connect to WiFi Network
After looking and trying out pretty much any suggestion about what to do about the Omega 2+ not connecting to WiFi, i have decided to finally start my own topic and maybe get some help that way.
I am using an Omega 2+ connected to my laptop via Serial
Router:
Frequency: 2.4
Channel: 11
PHY Type: 802.11g/n
I have made sure that there are no IP collisions between the WiFi and Omega
My network name includes a SPACE and my Password an @-characterThis is my response after runnig wifisetup (factory reset):
root@Omega-XXXX:/# wifisetup Onion Omega Wifi Setup Select from the following: 1) Scan for Wifi networks 2) Type network info q) Exit Selection: 1 Scanning for wifi networks... Select Wifi network: 1) SomeNetwork 2) My Network Selection: 2 Network: My Network Authentication type: WPA2PSK Enter password: My@Password > Restarting wifimanager for changes to take effect root@Omega-97F6:/# [ 494.588096] br-wlan: port 2(ra0) entered disabled state [ 496.189816] EEPROM:Read from [factory] offset 0x0,length 0x400. [ 498.678341] ch6 bssid=a0:d3:c1:de:0f:89 [ 498.682344] ch11 bssid=14:cc:20:f1:98:d9 [ 498.686405] ===================================================== [ 498.692615] Channel 1 : Dirty = 0, False CCA = 0, Busy Time = 7, Skip Channel = FALSE [ 498.700574] Channel 2 : Dirty = 20, False CCA = 0, Busy Time = 2, Skip Channel = FALSE [ 498.708624] Channel 3 : Dirty = 24, False CCA = 0, Busy Time = 15, Skip Channel = FALSE [ 498.716738] Channel 4 : Dirty = 28, False CCA = 0, Busy Time = 1221, Skip Channel = FALSE [ 498.725044] Channel 5 : Dirty = 32, False CCA = 0, Busy Time = 1246, Skip Channel = FALSE [ 498.733344] Channel 6 : Dirty = 80, False CCA = 0, Busy Time = 6835, Skip Channel = FALSE [ 498.741650] Channel 7 : Dirty = 52, False CCA = 0, Busy Time = 3784, Skip Channel = FALSE [ 498.749956] Channel 8 : Dirty = 52, False CCA = 0, Busy Time = 717, Skip Channel = FALSE [ 498.758158] Channel 9 : Dirty = 52, False CCA = 0, Busy Time = 513, Skip Channel = FALSE [ 498.766376] Channel 10 : Dirty = 52, False CCA = 0, Busy Time = 1125, Skip Channel = FALSE [ 498.774770] Channel 11 : Dirty = 80, False CCA = 0, Busy Time = 1125, Skip Channel = FALSE [ 498.783152] ===================================================== [ 498.789344] Rule 1 CCA value : Min Dirtiness (Include extension channel) ==> Select Channel 1 [ 498.798069] Min Dirty = 0 [ 498.800737] ExChannel = 0 , 0 [ 498.803743] BW = 20 [ 498.835283] br-wlan: port 2(ra0) entered forwarding state [ 498.840860] br-wlan: port 2(ra0) entered forwarding state [ 500.838328] br-wlan: port 2(ra0) entered forwarding state [ 504.260191] !!! APCLI LINK UP - IF(apcli0) AuthMode(7)=WPA2PSK, WepStatus(6)=AES! [ 528.766821] br-wlan: port 2(ra0) entered disabled state [ 529.530420] !!! APCLI LINK DOWN - IF(apcli0)!!! [ 530.975420] EEPROM:Read from [factory] offset 0x0,length 0x400. [ 533.458334] ch6 bssid=a0:d3:c1:de:0f:89 [ 533.462334] ch11 bssid=14:cc:20:f1:98:d9 [ 533.466395] ===================================================== [ 533.472606] Channel 1 : Dirty = 0, False CCA = 0, Busy Time = 153, Skip Channel = FALSE [ 533.480736] Channel 2 : Dirty = 20, False CCA = 0, Busy Time = 131, Skip Channel = FALSE [ 533.488955] Channel 3 : Dirty = 24, False CCA = 0, Busy Time = 1248, Skip Channel = FALSE [ 533.497244] Channel 4 : Dirty = 28, False CCA = 0, Busy Time = 2946, Skip Channel = FALSE [ 533.505551] Channel 5 : Dirty = 32, False CCA = 0, Busy Time = 626, Skip Channel = FALSE [ 533.513762] Channel 6 : Dirty = 80, False CCA = 0, Busy Time = 979, Skip Channel = FALSE [ 533.521980] Channel 7 : Dirty = 52, False CCA = 0, Busy Time = 8136, Skip Channel = FALSE [ 533.530293] Channel 8 : Dirty = 52, False CCA = 0, Busy Time = 872, Skip Channel = FALSE [ 533.538510] Channel 9 : Dirty = 52, False CCA = 0, Busy Time = 1066, Skip Channel = FALSE [ 533.546800] Channel 10 : Dirty = 52, False CCA = 0, Busy Time = 1252, Skip Channel = FALSE [ 533.555193] Channel 11 : Dirty = 80, False CCA = 0, Busy Time = 1125, Skip Channel = FALSE [ 533.563575] ===================================================== [ 533.569770] Rule 1 CCA value : Min Dirtiness (Include extension channel) ==> Select Channel 1 [ 533.578511] Min Dirty = 0 [ 533.581167] ExChannel = 0 , 0 [ 533.584172] BW = 20 [ 533.615648] br-wlan: port 2(ra0) entered forwarding state [ 533.621237] br-wlan: port 2(ra0) entered forwarding state [ 535.618340] br-wlan: port 2(ra0) entered forwarding state root@Omega-97F6:/#