How To Set Up A VPN On A Router // Wireguard on OpenWrt
- Информация о материале
- Автор: Super User
- Родительская категория: Заметки
- Категория: Компьютерная повседневность
- Просмотров: 868
OpenWRT Wi-Fi power control
- Информация о материале
- Автор: Super User
- Родительская категория: Заметки
- Категория: Компьютерная повседневность
- Просмотров: 1162
crontab:
00 00 * * * uci set wireless.radio0.txpower=5; uci commit wireless; wifi reload
00 08 * * * uci -q delete wireless.radio0.txpower; uci commit wireless; wifi reload
Устанавливает мощность на 5 дБм
Таблица мощностей:
Power (dBm) Power (mW) -40 dBm 0.0001 mW -30 dBm 0.001 mW -20 dBm 0.01 mW -10 dBm 0.1 mW 0 dBm 1 mW 1 dBm 1.2589 mW 2 dBm 1.5849 mW 3 dBm 1.9953 mW 4 dBm 2.5119 mW 5 dBm 3.1628 mW 6 dBm 3.9811 mW 7 dBm 5.0119 mW 8 dBm 6.3096 mW 9 dBm 7.9433 mW 10 dBm 10 mW 20 dBm 100 mW
Raspberry PI and other linux mini computers like router, 3G/4G modem with router
- Информация о материале
- Автор: Super User
- Родительская категория: Заметки
- Категория: Компьютерная повседневность
- Просмотров: 886
Stable Diffusion example samples
- Информация о материале
- Автор: Super User
- Родительская категория: Заметки
- Категория: Компьютерная повседневность
- Просмотров: 815
Setup Helium miner wi-fi credentials without official app, if Helium App, Nebra... etc do not see the hotspot
- Информация о материале
- Автор: Super User
- Родительская категория: Заметки
- Категория: Компьютерная повседневность
- Просмотров: 816
2. Encode your WiFi hotspot name and password into Protobuf on
Protobuf definition:
syntax = "proto3";
message wifi_connect_v1 {
string service = 1;
string password = 2;
}
Decoded Message:
{
"service": "mywifi",
"password": "mypwdgood"
}
Press the button 'Encode' (see the picture below) and copy hex value (in example it is: 0a066d797769666912096d79707764676f6f64)Example:
3. Open LightBlue and connect to your hotspot via BLE (before press bluetooth button on hotspot + on rear side with stick for 5 sec to see LED become blue):

4.Navigate to services and choose WiFi Connect (
UUID: 398168aa-0111-4ec0-b1fa-171671270608)
5. Write the hex value there:

6. Reconnect Helum miner to power, switch to bluetooth again, check the connection by reading WiFi SSID- readable value shoud not be empty

7. Enjoy
Страница 33 из 196

