Jump to content

Godz

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

1693 profile views
  1. 2,5$ - https://www.aliexpress.com/item/HLK-PM03-AC-DC-220V-to-3-3V-Step-Down-Buck-Power-Supply-Module-Intelligent-Household/32586663935.html I don't use crap $2 esp8266 - https://www.aliexpress.com/item/D1-mini-V2-Mini-NodeMcu-4M-bytes-Lua-WIFI-Internet-of-Things-development-board-based-ESP8266/32529101036.htmlD1_mini best choice IMHO. And don't think about money - I can eat in restaurant for 100$, but it give me less fun, than building my devices, it's a hobby.
  2. I order one. It will be IoT hub (mosquitto + openhab) + esp8266 sensors and actuators. Now I use OrangePiOne + USB_wifi + passive poe injector\splitter. with Pi Zero It will bee All-in-One project >>>Xunlong's aliexpress shop lists '875 pieces available' Now 852
  3. And comment # in nano /etc/hostapd.conf #bridge=br0
  4. Thank you, it's work!!! I setup AP with RTL8188EU After AP setup tune dhcpd server and NAT by this manual https://learn.adafruit.com/setting-up-a-raspberry-pi-as-a-wifi-access-point/install-software Have some correction in your manual: nano /etc/hostapd.conf wpa=3 // why not 2 #wpa_psk=66eb31d2b48d19ba216f2e50c6831ee11be98e2fa3a8075e30b866f4a5ccda27 //make # in start of the string bold, it is not commented by default. Thank you again.
  5. Have similar trouble. lsusb Bus 001 Device 002: ID 0bda:8179 Realtek Semiconductor Corp. root@orangepione:~# lsmod Module Size Used by 8188eu 911607 0 8192cu 627893 0 Build module 8192cu by manual from #20 post http://forum.armbian.com/index.php/topic/749-orange-pi-pc-wireless-module-8192cu/#entry8860 nano /etc/modules-load.d/modules.conf (change) #8189es 8192cu dmesg show error: [ 64.785939] ehci_irq: highspeed device connect [ 65.020127] usb 1-1: new high-speed USB device number 2 using sunxi-ehci [ 65.277512] RTL871X: module init start [ 65.277531] RTL871X: rtl8188eu v4.3.0.6_12167.20140828 [ 65.277541] RTL871X: build time: Apr 30 2016 19:47:19 [ 65.277559] sw_usb_enable_hcd: usbc_num = 5 [ 65.277567] [rf_pm]: regulator on. [ 65.287586] WRN:L148(drivers/usb/sunxi_usb/manager/usb_hcd_servers.c):ERR: unkown usbc_no(5) [ 65.292669] bFWReady == _FALSE call reset 8051... [ 65.327362] RTL871X: MAC Address from Efuse is 40:a5:ef:0f:fa:75 [ 65.337542] RTL871X: rtw_ndev_init(wlan0) [ 65.338976] RTL871X: rtw_ndev_init(wlan1) [ 65.340305] usbcore: registered new interface driver rtl8188eu [ 65.340321] RTL871X: module init ret=0 And i have two not working wlan in list root@orangepione:~# iwconfig lo no wireless extensions. tunl0 no wireless extensions. wlan1 unassociated Nickname:"<WIFI@REALTEK>" Mode:Managed Frequency=2.412 GHz Access Point: Not-Associated Sensitivity:0/0 Retry:off RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 wlan0 unassociated Nickname:"<WIFI@REALTEK>" Mode:Managed Frequency=2.412 GHz Access Point: Not-Associated Sensitivity:0/0 Retry:off RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 Need any help from community
  6. Have same issue with Opange Pi One and rtl8188cu dongle.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines