diff options
author | navanchauhan <navanchauhan@gmail.com> | 2021-06-25 16:50:54 +0530 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2021-06-25 16:50:54 +0530 |
commit | 129fc0fcef657647ef06e3760fa3c7d07d7723fe (patch) | |
tree | 479bc1c6e4870abe949b59fd869e8e6859a4f35d /Content | |
parent | ecf2b6d64ea8f3ce6e15fe9cdf159a259853a20d (diff) |
added NFC Music Card Post
Diffstat (limited to 'Content')
-rw-r--r-- | Content/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.md | 36 |
1 files changed, 36 insertions, 0 deletions
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 + +<iframe width="560" height="315" src="https://www.youtube.com/embed/pV5EPujEI-Y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + |