@wscout#6770 а питание для реле откуда берёте?

pi
Сообщения
-
Просадка напряжения при подключении реле к управляющему пину (S) -
Просадка напряжения при подключении реле к управляющему пину (S)Судя по описанию, довольно очевидно, что "малинка" не может выдать нужный ток на эту ногу GPIO. Очень часто утверждается. что с одного пина GPIO можно брать до 50 мА. Но вопрос гораздо сложнее. Почитайте вот это обсуждение:
https://qastack.ru/raspberrypi/9298/what-is-the-maximum-current-the-gpio-pins-can-output
И проверьте, какой ток потребляет обмотка реле фактически и какой нужен для надёжного срабатывания. Послденее должно быть в даташите на реле.
-
Проблемы с файловым менеджером@cook#6011, здравствуйте! к сожалению мне это не помогло( везде летит ошибка 404.
-
Raspberry Pi сбрасывает пароль по sshНе понимаю что ты настраивал. У меня сразу с коробки начала работать с модемом Huawei(флешка). Установил обычную raspberry pi Os , даже систему не успел обновить, а интернет стал работать. Только мне могу разобраться с какого интерфейа, eth0 или eth1. Вообщем если у тебя проблемы какие то, то просто переустанови систему.
-
Раздача интернета по локальной сети через raspberry@Ktololp#6763
Тоже это интересует
-
Не могу изменить загрузчик RPi OS@sv-lary#6758
rpi-eeprom-обновление по умолчанию не включено на CM4. Запустите с -h для получения дополнительной информации.
Вот что он пишет на это:
pi@sueta:~ $ sudo -E rpi-eeprom-config -h usage: rpi-eeprom-config [-h] [-a APPLY] [-c CONFIG] [-e] [-o OUT] [eeprom] Bootloader EEPROM configuration tool for the Raspberry Pi 4. Operating modes: 1. Outputs the current bootloader configuration to STDOUT if no arguments are specified OR the given output file if --out is specified. rpi-eeprom-config [--out boot.conf] 2. Extracts the configuration file from the given 'eeprom' file and outputs the result to STDOUT or the output file if --output is specified. rpi-eeprom-config pieeprom.bin [--out boot.conf] 3. Writes a new EEPROM image replacing the configuration file with the contents of the file specified by --config. rpi-eeprom-config --config boot.conf --out newimage.bin pieeprom.bin The new image file can be installed via rpi-eeprom-update rpi-eeprom-update -d -f newimage.bin 4. Applies a given config file to an EEPROM image and invokes rpi-eeprom-update to schedule an update of the bootloader when the system is rebooted. Since this command launches rpi-eeprom-update to schedule the EEPROM update it must be run as root. sudo rpi-eeprom-config --apply boot.conf [pieeprom.bin] If the 'eeprom' argument is not specified then the latest available image is selected by calling 'rpi-eeprom-update -l'. 5. The '--edit' parameter behaves the same as '--apply' except that instead of applying a predefined configuration file a text editor is launched with the contents of the current EEPROM configuration. Since this command launches rpi-eeprom-update to schedule the EEPROM update it must be run as root. The configuration file will be taken from: * The blconfig reserved memory nvmem device * The cached bootloader configuration 'vcgencmd bootloader_config' * The current pending update - typically /boot/pieeprom.upd sudo -E rpi-eeprom-config --edit [pieeprom.bin] To cancel the pending update run 'sudo rpi-eeprom-update -r' The default text editor is nano and may be overridden by setting the 'EDITOR' environment variable and passing '-E' to 'sudo' to preserve the environment. See 'rpi-eeprom-update -h' for more information about the available EEPROM images. positional arguments: eeprom Name of EEPROM file to use as input optional arguments: -h, --help show this help message and exit -a APPLY, --apply APPLY Updates the bootloader to the given config plus latest available EEPROM release. -c CONFIG, --config CONFIG Name of bootloader configuration file -e, --edit Edit the current EEPROM config -o OUT, --out OUT Name of output file pi@sueta:~ $ pi@sueta:~ $ sudo -E rpi-eeprom-config -h Bootloader EEPROM configuration tool for the Raspberry Pi 4. Operating modes: 1. Outputs the current bootloader configuration to STDOUT if no arguments are specified OR the given output file if --out is specified. rpi-eeprom-config [--out boot.conf] 2. Extracts the configuration file from the given 'eeprom' file and outputs the result to STDOUT or the output file if --output is specified. rpi-eeprom-config pieeprom.bin [--out boot.conf] 3. Writes a new EEPROM image replacing the configuration file with the contents of the file specified by --config. rpi-eeprom-config --config boot.conf --out newimage.bin pieeprom.bin The new image file can be installed via rpi-eeprom-up-bash: pi@sueta:~: command not found date rpi-eeprom-update -d -f newimage.bin 4. Applies a given config file to an EEPROM image and invokes rpi-eeprom-update to schedule an update of the bootloader when the system is rebooted. Since this command launches rpi-eeprom-update to schedule the EEPROM update it must be run as root. sudo rpi-eeprom-config --apply boot.conf [pieeprom.bin] If the 'eeprom' argument is not specified then the latest available image is selected by calling 'rpi-eeprom-update -l'.
-
Не могу изменить загрузчик RPi OS@Suetology#6757 вызалит неведомая ошибка,
А где текст ошибки? На скриншоте ничего подозрительного не углядел...
-
Рабрта с несколькими сетямив конфиг для eth1 нужно добавить две строки (правда, вторая не обязательно, но без ее могут быть глюки при перезапуске интерфейса):
post-up route add -net 172.26.0.0/16 gw 172.26.34.1 dev eth1 pre-down route del -net 172.26.0.0/16 gw 172.26.34.1 dev eth1
-
Cups принтер медленно печатает и рывками@mojo#6753 непонятно какие команды вводить? решение по ссылке:
Победил я это чудо :). Извини, что сразу не написал :). В общем в ppd-файле имеем строку:
*FoomaticRIPCommandLine: "gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPA&&
USE -sDEVICE=gdi%A%Z -sOutputFile=- - | perl -p -e '%E'"Заменяем её на:
*FoomaticRIPCommandLine: "gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPA&&
USE -sDEVICE=gdi%A%Z -sOutputFile=- -"я не нашел этого файла и этих строк. если знаешь можешь подсказать в каком файле находится или какие команды надо вводить?
-
Cups принтер медленно печатает и рывкамиА что непонятно? В статье написаны команды. Их надо вводить в консоли (Терминале)
-
Управление HD44790Привет.
Примерно так https://raspberrypi.ru/530-podklyuchenie-lcd-displeya-k-raspberry-piНо лучше купить такой дисплей с припаянным модулем для управления через i2c
https://raspberrypi.ru/533-podklyuchenie-simvolnogo-16h2-lcd-displeya-po-i2c -
загрузка с USBЯ подключал SSD через USB вот по этой инструкции:
https://www.instructables.com/Raspberry-Pi-3-With-Bootable-SSD-Drive/
У меня грузится без проблем. Характерно, что грузится МЕДЛЕННЕЕ, по сравнению с MicroSD. Но зато перестал думать о дисковой памяти -)
-
xkc-y25-vСхему подключения и код скинь.
вообще его напрямую нельзя подключать, если там выходное напряжение 5V. Только через резистивный делитель или транслятор уровней
-
Инфракрасная камера не видит в темноте. Что не такПонял. Спасибо
-
Инфракрасная камера не видит в темноте. Что не такОна и не будет видеть, в ней нет встроенной инфракрасной подсветки.
Инфракрасную подсветку нужно отдельно докупать
-
Не могу подключиться по SSH (wifi с мобильной точки доступа)Питание смотри. Блок питания нормальный?
-
FS1000A и RaspberryИ кстати, автор пытается отловить всё чётко. Дак вот, так не выходит. Когда отсылаю с rasp на rasp: я принимаю свой сигнал но его параметры отличаются: простокол тот же, но во длинна сигнала отличается немного.
-
FS1000A и RaspberryТакая же беда, python код коорый предлагается с библиотекой для raspberry - работает как надо: т.е. я передаю и ловлю. Там конечно видимо шумов много в эфире, но я отлавливаю именно "своё". Когда передаю с ардуино - вообще никакого контакта: пробовал разные протоколы и длинны сигналов, тишина. Такое ощущение что они по разному сигнал посылают или чего
-
Помогите удалить разделы@IgorLu#6718 В PI командой 'копировать карту'
Я не знаю такой команды. Вы о чём говорите?
-
Помогите удалить разделыДа выбросил, не хочу еще одну выбрасывать. Так можно копированием создать дубликат?