Advertisement
askanton

Домашняя система видеонаблюдения на базе Raspberry Pi, своими руками

Jul 31st, 2020
795
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. Manual https://www.youtube.com/watch?v=_6Wf9Q70_04&feature=youtu.be
  2.  
  3. Собираем распбери
  4. https://www.raspberrypi.org/products/raspberry-pi-2-model-b/
  5.  
  6. Блок питания на 2.5 ампера
  7.  
  8. Радиаторы
  9.  
  10. Карта на 4ГБ
  11.  
  12. https://www.balena.io/etcher/
  13.  
  14. https://www.freepng.ru/png-yszfrk/
  15.  
  16. Качаем образ
  17.  
  18. https://github.com/ccrisan/motioneyeos/releases
  19.  
  20. записываем на карту
  21.  
  22. создаем Wpa_supplicant.conf
  23.  
  24. country=UA
  25. update_config=1
  26. ctrl_interface=/var/run/wpa_supplicant
  27. network={
  28. ssid="ваш sid"
  29. psk="ваш пароль"
  30. id_str="ваш sid"
  31. }
  32.  
  33. Запускаем, ждем 3-5 минут
  34.  
  35. Заходим на ip
  36.  
  37. Логин Admin Пароль пустой
  38.  
  39. https://myaccount.google.com/u/3/lesssecureapps
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement