All Projects → murali44 → Sonos_RFID_Controller

murali44 / Sonos_RFID_Controller

Licence: other
RFID controller for the Sonos music player

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sonos RFID Controller

chamgo-qt
QT based GUI for Chameleon-RevE-Rebooted & Chameleon RevG - written in Golang
Stars: ✭ 34 (+100%)
Mutual labels:  rfid
node-red-contrib-sonos-plus
A set of Node-RED nodes to control SONOS player in your local network.
Stars: ✭ 57 (+235.29%)
Mutual labels:  sonos
MMM-Sonos
A module for the MagicMirror to display informations about the currently playing songs on your Sonos system.
Stars: ✭ 35 (+105.88%)
Mutual labels:  sonos
esp-idf-rc522
C library for interfacing ESP32 with MFRC522 RFID card reader, packaged as ESP-IDF component
Stars: ✭ 60 (+252.94%)
Mutual labels:  rfid
controle-de-acesso
Projeto CDA - "Controle de Acesso" utilizando Golang, VueJS, PostgreSQL e MQTT
Stars: ✭ 26 (+52.94%)
Mutual labels:  rfid
pair-sonos
No description or website provided.
Stars: ✭ 32 (+88.24%)
Mutual labels:  sonos
ChameleonMini
The ChameleonMini is a versatile contactless smartcard emulator compliant to NFC. The ChameleonMini was first developed by KAOS. This is NOT the official repo for KAOS's ChameleonMini. For further information see the Getting Started Page
Stars: ✭ 350 (+1958.82%)
Mutual labels:  rfid
rfid-reader-http
PC/SC lite HTTP wrapper for reading from a remote card reader (RFID & NFC).
Stars: ✭ 27 (+58.82%)
Mutual labels:  rfid
esp8266-rfid-banco-de-dados
Projeto com objetivo de autenticar/autorizar usuários a partir de Tags RFID utilizando Banco de Dados
Stars: ✭ 85 (+400%)
Mutual labels:  rfid
barnowl
Technology-agnostic middleware for RFID, RTLS and M2M, enabling location-aware physical spaces. We believe in an open Internet of Things.
Stars: ✭ 25 (+47.06%)
Mutual labels:  rfid
nfc-reader
A simple library that provides to use rfid card readers.
Stars: ✭ 87 (+411.76%)
Mutual labels:  rfid
HydraPlay
A multiroom audio player setup, based on snapcast and mopidy.
Stars: ✭ 102 (+500%)
Mutual labels:  sonos
AirConnect-Synology
Updated AirConnect packages for Synology NAS and Synology Router
Stars: ✭ 200 (+1076.47%)
Mutual labels:  sonos
docker-airconnect
This is a dockerized version of AirConnect (https://github.com/philippe44/AirConnect) which bridges AirPlay with Sonos and the Google Cast protocol.
Stars: ✭ 24 (+41.18%)
Mutual labels:  sonos
SonosSharp
Sonos API for .NET
Stars: ✭ 20 (+17.65%)
Mutual labels:  sonos
ioBroker.sonos
Control and monitor SONOS player from ioBroker
Stars: ✭ 33 (+94.12%)
Mutual labels:  sonos
Fool
Simple Russian voice assistant based on Android Things and Raspberry Pi 3
Stars: ✭ 26 (+52.94%)
Mutual labels:  rfid
sonos-wejay
Slack integration for a local Sonos system
Stars: ✭ 19 (+11.76%)
Mutual labels:  sonos
bronos-client
No description or website provided.
Stars: ✭ 40 (+135.29%)
Mutual labels:  sonos
sportiduino
Electronic timing system for orienteering and similar outdoor sports events on Arduino
Stars: ✭ 56 (+229.41%)
Mutual labels:  rfid

RFID based controller for Sonos

This is an experimental project that plays music on your Sonos speaker using RFID cards. Just scan a card and play a radio station or playlist associated with the card.

Raspberry Pi Setup

I'm using raspbian on my raspberry pi. You'll find instructions here. http://bit.ly/1jKKAHr

Install Dependencies

sudo apt-get install python-dev

git clone https://github.com/lthiery/SPI-Py.git

cd SPI-Py

sudo python setup.py install

Hardware Setup

I used a RC522 RFID sensor with my Raspberry Pi. You can find one for $6 or cheaper on ebay. http://bit.ly/1mUNOgl

First, we need to enable the peripheral.

Edit the following file:
   /etc/modprobe.d/raspi-blacklsit.conf

Comment the line 'spi-bcm2708' by adding a '#' in front of it. 
Save the file.

You will also need to add “dtparam=spi=on” to your config.txt and reboot.

Edit the following file:
    /boot/config.txt

add…  
dtparam=spi=on
…at the end of the file.

Reboot the Pi.
  Command: sudo reboot

Check peripheral.
  Command: lsmod

You should see 'spi_bcm2708' in the list.

Update your Raspberry Pi.
  Command: sudo apt-get update

Next, connect your Raspberry Pi to the RC522 RFID sensor.

ScreenShot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].