Skip to content

Instantly share code, notes, and snippets.

View erikkallen's full-sized avatar

Erik Kallen erikkallen

View GitHub Profile
@fredrikasberg
fredrikasberg / btt canbus setup.md
Last active June 3, 2024 11:20
BTT Manta M8P v1.1 + BTT EBB 2209 Canbus setup
@oleq
oleq / _README.md
Last active January 7, 2024 10:38
A2DP audio streaming using Raspberry PI (Raspbian Jessie)

What is this all about?

This tutorial will turn your Raspberry PI into a simple Bluetooth audio receiver, which plays music through connected speakers. It's like a regular car audio system, but it can be used anywhere and it's a good value.

   Audio source (i.e. smartphone) 
                |
                v
 (((  Wireless Bluetooth Channel  )))
 |
# From http://www.joescat.com/backup/disk_image.html
mount -o username=name,password=secret //server/share backup
dd if=/dev/sda | gzip -c | split -b 638m - backup/backup.img.gz.
# Restoration
cat backup/backup.img.gz.* | gzip -dc | dd of=/dev/sda