From 129fc0fcef657647ef06e3760fa3c7d07d7723fe Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Fri, 25 Jun 2021 16:50:54 +0530 Subject: added NFC Music Card Post --- .../posts/2021-06-25-NFC-Music-Cards-Basic-iOS.md | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Content/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.md (limited to 'Content') diff --git a/Content/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.md b/Content/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.md new file mode 100644 index 0000000..c894955 --- /dev/null +++ b/Content/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.md @@ -0,0 +1,36 @@ +--- +date: 2021-06-25 16:20 +description: Basic NFC Music Cards on iOS with Shortcuts +tags: iOS, Shortcuts, Fun +--- + +# Basic NFC Music Cards for iOS + +I had a pack of NFC cards and decided it was the perfect time to create Music Cards. I do not have a "music setup." +So, I did not have to ensure this could work with any device. I settled with using Shortcuts personal Automation. + +## Designing the Template + +I tried measuring the card's dimensions with the in-built Measure app, but it was off by a few mm. + +![Failed Attempt to Measure](/assets/posts/music-cards/failed-measure.png) + + +After measuring with a scale, I decided on a simple template I made in Apple Pages. + +![Screenshot of the Basic Template](/assets/posts/music-cards/basic-template.png) + +![Screenshot of Design for McCartney III](/assets/posts/music-cards/mccartney-iii.png) + +## Creating the Automation + +I created a personal automation in the Shortcuts app which got triggered when a particular NFC card was scanned, ask playback destination and play the album/playlist. + +![Screenshot of Shortcuts App](/assets/popsts/music-cards/shortcuts-01.png) + +![Screenshot of Automation Summary](/assets/posts/music-cards/shortcuts-02.png) + +## Demo + + + -- cgit v1.2.3