klotz: bluetooth* + hardware*

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. The ESP32-AIVoice-Z01 is an affordable ESP32-S3-powered AI voice kit designed for creating voice-controlled AI applications. It features Wi-Fi and Bluetooth connectivity, a dual digital microphone array, and supports wake word detection, noise reduction, and echo cancellation.
  2. Explore the powerful wireless capabilities of the Seeed Studio XIAO nRF52840 series, equipped with Nordic nRF52840 MCU, Bluetooth 5.0 connectivity, and options for embedded ML and advanced sensor integration.
  3. 2021-06-10 Tags: , , , , , , by klotz
  4. 2021-06-10 Tags: , , , , , , by klotz
  5. 2021-06-10 Tags: , , , , , , by klotz
  6. sudo nano /bin/connect-bluetooth.sh

    In that file add
    #!/bin/bash
    sudo bluetoothctl << EOF
    power on
    connect MAC Address »
    exit
    EOF

    Save that file.
    Make it executable

    sudo chmod +x /bin/connect-bluetooth.sh

    Then create a new file
    sudo nano /etc/systemd/system/connect-bluetooth.service

    Add this text:
    Unit »
    Description=Connect Bluetooth

    Service »
    Type=oneshot
    ExecStart=/bin/connect-bluetooth.sh

    Install »
    WantedBy=multi-user.target
    Save that file.

    Then run this command to enable that process
    sudo systemctl enable /etc/systemd/system/connect-bluetooth.service
  7. 2011-05-25 Tags: , , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: bluetooth + hardware

About - Propulsed by SemanticScuttle