Skip to content

Commit

Permalink
Shopping list
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Oct 22, 2018
1 parent 858a5a5 commit 5f5f701
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file added AudioBoxConrad.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ There are couple of commercial solutions for this, but this project aims to crea

## Components

If you want to build your own jukebox you will need the items from the [shopping list](AudioBoxConrad.pdf).

### Raspberry Pi

The Raspberry Pi will be connected to an NFC/RFID-Card reader and a speaker module.

[TODO: Explaing wiring]

### Server

The Server component will be run on Azure and provides a service that resolves NFC tags to download/streaming URLs.
Expand Down
1 change: 1 addition & 0 deletions src/PiServer/PiServer.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Client\ReleaseNotes.fs" />
Expand Down

0 comments on commit 5f5f701

Please sign in to comment.