cuaderno de campo

anotaciones

Menú
  • casa
    • dinou del carrer nou
  • cocina
    • pan
    • repostería
    • verdura
  • huerto
    • plano del número 29
    • huerto del año 2023
  • humanidades
    • fonoteca
    • galería
  • juego
    • colección de roms
    • lista de juegos
    • dosbox
  • linux
    • bash
    • sistema operativo
    • ssh
  • web
    • apache
    • css
    • html5
    • javascript
    • mysql
    • php
Menú

bluetooth de la raspberry pi 3

Publicado el 3 de agosto de 201819 de noviembre de 2019 por ernesto
  • hardware del bluetooth
    • desactivar el bluetooth de la raspberry pi 3
  • servicio del bluetooth
  • fuentes

hardware del bluetooth

en primer lugar, cabe comprobar si el sistema operativo detecta el hardware:

sudo bluetoothctl

[NEW] Controller B8:27:EB:03:01:15 RB3 [default]

desactivar el bluetooth de la raspberry pi 3

nano /boot/config.txt
dtoverlay=pi3-disable-bt

servicio del bluetooth

sudo systemctl status bluetooth.service
bluetooth.service – Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled)
Active: inactive (dead)

si el servicio de bluetooth no está activo (esto es, inactive), se lo puede habilitar mediante systemctl:

sudo systemctl enable bluetooth.service

Synchronizing state for bluetooth.service with sysvinit using update-rc.d…
Executing /usr/sbin/update-rc.d bluetooth defaults
Executing /usr/sbin/update-rc.d bluetooth enable

una vez se ha dispuesto que el servicio bluetooth se activará cada vez que arranque el sistema operativo (esto es, enable), puede activarse el servicio mediante start:

sudo systemctl start bluetooth.service
sudo systemctl status bluetooth.service
bluetooth.service – Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled)
Active: active (running) since vie 2018-08-03 15:39:50 CEST; 13s ago

fuentes

  • información sobre la emisión de audio vía bluetooth en ALSA + Bluez 5 y MPD: ALSA setup with BlueZ 5.
  • raspberrry/firmware
Etiquetado como bluetoothctl, raspberry pi, systemctl
  • wifi de la raspberry pi 3

    hardware de la wifi mediant ifconfig se comprueba si el wifi está activo: ifconfig -awlan0…

  • ip manual en la raspberry pi

    parece necesario añadir el parámetro ipv4 a la línea de comando: sudo nano /boot/cmdline.txt ipv4=192.168.1.7/255.255.255.0/192.168.1.1…

  • medidas de la raspberry pi

    vcgencmd esta herramienta facilita información del sistema; entre otras cosas, ciertas medidas; con la siguiente…

RSS rutas fuera

  • Plague Bearer – Summoning Apocalyptic Devastation (2023) 18 de septiembre de 2023 Belisario
  • Yetis en España, con Javier Resines, en Angulo 13 16 de septiembre de 2023 Javier Resines
  • Sadistic Metal Reviews: Metal Jihad Edition 11 de septiembre de 2023 Brett Stevens
  • Beats and yelling shorts, 6th September 23 6 de septiembre de 2023 Hate Meditations
  • Cemetery Urn – Suffer the Fallen (2023) 3 de septiembre de 2023 Brett Stevens
  • Necropolis #75 – On Norwegian Black Metal 3 de septiembre de 2023 Hate Meditations
  • Beats and yelling: Horrendous cut the ribbon on their long awaited Funhouse 28 de agosto de 2023 Hate Meditations
  • Complete Snake release Red Hog 28 de agosto de 2023 hessianfirm
  • Beats and yelling shorts, 26th August 23 26 de agosto de 2023 Hate Meditations

Categorías

apache bash casa cocina corral css exterior fonoteca galería html5 huerto humanidades humanidades digitales interior jardín javascript juego linux mysql pan php repostería sistema operativo ssh verdura web

Archivo

cuaderno de campo 2011-2023