<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tutorials Archives - Mark&#039;s Tech Blogs</title>
	<atom:link href="https://markstechblogs.co.uk/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>https://markstechblogs.co.uk/category/tutorials/</link>
	<description>Reviews and buying advice about smart home and tech products</description>
	<lastBuildDate>Mon, 04 May 2026 14:52:38 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://markstechblogs.co.uk/wp-content/uploads/2023/09/cropped-favicon-32x32.png</url>
	<title>Tutorials Archives - Mark&#039;s Tech Blogs</title>
	<link>https://markstechblogs.co.uk/category/tutorials/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Stream Vinyl to AirPlay Speakers with Raspberry Pi and Home Assistant</title>
		<link>https://markstechblogs.co.uk/how-to-stream-vinyl-to-airplay-speakers-with-raspberry-pi-and-home-assistant/</link>
					<comments>https://markstechblogs.co.uk/how-to-stream-vinyl-to-airplay-speakers-with-raspberry-pi-and-home-assistant/#respond</comments>
		
		<dc:creator><![CDATA[Mark's Tech Blogs]]></dc:creator>
		<pubDate>Wed, 13 May 2026 17:46:00 +0000</pubDate>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Home Assistant]]></category>
		<category><![CDATA[Home Automation]]></category>
		<category><![CDATA[Tutorials]]></category>
		<guid isPermaLink="false">https://markstechblogs.co.uk/?p=5825</guid>

					<description><![CDATA[<p>There is a full video of this on my YouTube channel Streaming music is convenient, but there’s still nothing quite like playing a full album on vinyl. The challenge is combining that analogue experience with modern smart home audio. In this guide, I’ll show you how to build a DIY system that lets you stream [&#8230;]</p>
<p>The post <a href="https://markstechblogs.co.uk/how-to-stream-vinyl-to-airplay-speakers-with-raspberry-pi-and-home-assistant/">How to Stream Vinyl to AirPlay Speakers with Raspberry Pi and Home Assistant</a> appeared first on <a href="https://markstechblogs.co.uk">Mark&#039;s Tech Blogs</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><a href="https://youtu.be/GoNJFtQd3uY">There is a full video of this on my YouTube channel</a></p>



<p class="wp-block-paragraph">Streaming music is convenient, but there’s still nothing quite like playing a full album on vinyl. The challenge is combining that analogue experience with modern smart home audio. In this guide, I’ll show you how to build a DIY system that lets you stream your record player to AirPlay speakers like HomePods using a Raspberry Pi and Home Assistant.</p>



<p class="wp-block-paragraph">This setup creates what I’ll refer to throughout as the <strong>Vinyl AirPlay Bridge</strong> — a simple, network-accessible tool that connects your turntable to your smart speakers.</p>



<h2 class="wp-block-heading">What Is the Vinyl AirPlay Bridge?</h2>



<p class="wp-block-paragraph">The Vinyl AirPlay Bridge is a lightweight streaming solution that captures audio from your turntable and broadcasts it over your network to AirPlay-enabled devices. It includes a simple web interface where you can select speakers, control playback, and adjust volume.</p>



<p class="wp-block-paragraph">It also integrates with Home Assistant, allowing you to automate playback — for example, automatically streaming to a HomePod when you start your record player.</p>



<h2 class="wp-block-heading">What You’ll Need</h2>



<h3 class="wp-block-heading">Turntable Requirements</h3>



<p class="wp-block-paragraph">Your record player should have a built-in preamp or a line-out option. This ensures the audio signal is at the correct level for digital input.</p>



<p class="wp-block-paragraph"><a href="https://geni.us/tCcpvl">My turntable of choice</a></p>



<h3 class="wp-block-heading">USB Audio Interface</h3>



<p class="wp-block-paragraph">You’ll need a compact USB audio interface to capture the audio signal. The Behringer UCA202 is a popular choice due to its affordability and reliability.</p>



<p class="wp-block-paragraph"><a href="https://geni.us/grHYXcC">Check out the Behringer UCA202</a></p>



<h3 class="wp-block-heading">Raspberry Pi</h3>



<p class="wp-block-paragraph">A Raspberry Pi acts as the core of the Vinyl AirPlay Bridge. A Raspberry Pi 5 is recommended for best performance, along with a wired Ethernet connection for stability.</p>



<p class="wp-block-paragraph"><a href="https://geni.us/zkvo">Raspberry Pi Starter Kit</a></p>



<h2 class="wp-block-heading">My Code!</h2>



<p class="wp-block-paragraph">I&#8217;ve done most of the heavy lifting for you and have packaged the code that makes the magic happen along with a comprehensive readme with setup guide and a boilerplate service so it starts automatically on boot. <a href="https://github.com/marktiddy/pinyl">You can find the code on my Github</a>.</p>



<h3 class="wp-block-heading">Network Setup</h3>



<ul class="wp-block-list">
<li>Assign a static IP address to your Raspberry Pi</li>



<li>Ensure all AirPlay devices are on the same network</li>



<li>Use Ethernet where possible for lower latency<br><br><a href="https://github.com/marktiddy/pinyl" type="link" id="https://github.com/marktiddy/pinyl">Follow the instructions in the repository!</a></li>
</ul>



<h2 class="wp-block-heading">How the System Works</h2>



<p class="wp-block-paragraph">The Vinyl AirPlay Bridge captures audio from your turntable via the USB interface and processes it on the Raspberry Pi. It then streams that audio over your local network to any AirPlay-compatible device.</p>



<p class="wp-block-paragraph">You access the system through a browser-based interface hosted on the Raspberry Pi. From there, you can:</p>



<ul class="wp-block-list">
<li>Select one or multiple AirPlay speakers</li>



<li>Start streaming instantly</li>



<li>Adjust playback volume</li>
</ul>



<p class="wp-block-paragraph">The interface automatically discovers available devices on your network, including HomePods and Apple TVs.</p>



<h2 class="wp-block-heading">Setting Up the Vinyl AirPlay Bridge</h2>



<h3 class="wp-block-heading">1. Prepare the Raspberry Pi</h3>



<ul class="wp-block-list">
<li>Install Raspberry Pi OS</li>



<li>Connect the USB audio interface</li>



<li>Update the system and install required dependencies</li>
</ul>



<h3 class="wp-block-heading">2. Install the Software</h3>



<p class="wp-block-paragraph">The Vinyl AirPlay Bridge runs on a Python-based application. After downloading the code, follow the setup instructions to install required libraries and dependencies.</p>



<h3 class="wp-block-heading">3. Configure Auto Start</h3>



<p class="wp-block-paragraph">To ensure the service runs automatically, create a system service that launches on boot. This keeps the Vinyl AirPlay Bridge always ready to stream.</p>



<h3 class="wp-block-heading">4. Access the Web Interface</h3>



<p class="wp-block-paragraph">Once running, access the interface by navigating to your Raspberry Pi’s IP address with port 5050 using HTTP.</p>



<p class="wp-block-paragraph">From here, you can select your audio source and choose which AirPlay speakers to stream to.</p>



<h2 class="wp-block-heading">Streaming Your Vinyl</h2>



<p class="wp-block-paragraph">Using the Vinyl AirPlay Bridge is straightforward:</p>



<ul class="wp-block-list">
<li>Open the web interface</li>



<li>Select your AirPlay speaker</li>



<li>Start playback on your turntable</li>
</ul>



<p class="wp-block-paragraph">The audio will begin streaming across your network with minimal delay.</p>



<h2 class="wp-block-heading">Home Assistant Integration</h2>



<p class="wp-block-paragraph">One of the most powerful features of the Vinyl AirPlay Bridge is its integration with Home Assistant.</p>



<p class="wp-block-paragraph">If your turntable is connected to a smart plug or contact sensor, you can use that trigger to automatically start streaming.</p>



<h3 class="wp-block-heading">How It Works</h3>



<ul class="wp-block-list">
<li>The Vinyl AirPlay Bridge exposes an API endpoint</li>



<li>Home Assistant sends a POST request to start streaming</li>



<li>You specify the target speaker and volume level</li>
</ul>



<h3 class="wp-block-heading">Example Use Case</h3>



<p class="wp-block-paragraph">When the turntable lid is opened, a contact sensor triggers an automation that instantly streams audio to a designated HomePod.</p>



<h2 class="wp-block-heading">Optional: Siri Shortcuts Integration</h2>



<p class="wp-block-paragraph">If you’re not using Home Assistant, you can still control the Vinyl AirPlay Bridge using Siri Shortcuts.</p>



<p class="wp-block-paragraph">By sending a simple web request, you can create shortcuts to:</p>



<ul class="wp-block-list">
<li>Start streaming to specific speakers</li>



<li>Control playback without opening the interface</li>
</ul>



<h2 class="wp-block-heading">Performance and Limitations</h2>



<p class="wp-block-paragraph">While the Vinyl AirPlay Bridge works well, there are a few considerations:</p>



<ul class="wp-block-list">
<li>Some latency is expected due to network streaming</li>



<li>Wired connections significantly improve reliability</li>



<li>Setup requires basic technical knowledge</li>
</ul>



<p class="wp-block-paragraph">This is not a plug-and-play solution, but it offers flexibility that commercial products often lack.</p>



<h2 class="wp-block-heading">Final Thoughts</h2>



<p class="wp-block-paragraph">The Vinyl AirPlay Bridge is a practical way to combine analogue audio with a modern smart home setup. It lets you enjoy vinyl records while still taking advantage of distributed audio across your home.</p>



<p class="wp-block-paragraph">If you’re comfortable with a bit of DIY and want more control over your audio setup, this is a highly rewarding project that brings together Raspberry Pi, Home Assistant, and AirPlay in a clean and functional way.</p>
<p>The post <a href="https://markstechblogs.co.uk/how-to-stream-vinyl-to-airplay-speakers-with-raspberry-pi-and-home-assistant/">How to Stream Vinyl to AirPlay Speakers with Raspberry Pi and Home Assistant</a> appeared first on <a href="https://markstechblogs.co.uk">Mark&#039;s Tech Blogs</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://markstechblogs.co.uk/how-to-stream-vinyl-to-airplay-speakers-with-raspberry-pi-and-home-assistant/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Fitting a CTKIAUSB.2 to use built in USB &#038; Aux with after market radio in a Kia Picanto</title>
		<link>https://markstechblogs.co.uk/fitting-a-ctkiausb-2-to-use-built-in-usb-aux-with-after-market-radio-in-a-kia-picanto/</link>
					<comments>https://markstechblogs.co.uk/fitting-a-ctkiausb-2-to-use-built-in-usb-aux-with-after-market-radio-in-a-kia-picanto/#respond</comments>
		
		<dc:creator><![CDATA[Mark's Tech Blogs]]></dc:creator>
		<pubDate>Sat, 21 Oct 2023 16:06:00 +0000</pubDate>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Buyers Guides]]></category>
		<category><![CDATA[Tutorials]]></category>
		<guid isPermaLink="false">https://markstechblogs.co.uk/?p=4658</guid>

					<description><![CDATA[<p>The CTKIAUSB.2 kits from Connects2 come with absolutely no instructions and are trickier to install than an after market radio so in this video join me as I fit one in my Kia Pianto in order to use a after market radio with the built in USB/Aux port. Products shown in this video CTKIAUSB.2 Kit: [&#8230;]</p>
<p>The post <a href="https://markstechblogs.co.uk/fitting-a-ctkiausb-2-to-use-built-in-usb-aux-with-after-market-radio-in-a-kia-picanto/">Fitting a CTKIAUSB.2 to use built in USB &amp; Aux with after market radio in a Kia Picanto</a> appeared first on <a href="https://markstechblogs.co.uk">Mark&#039;s Tech Blogs</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">The CTKIAUSB.2 kits from Connects2 come with absolutely no instructions and are trickier to install than an after market radio so in this video join me as I fit one in my Kia Pianto in order to use a after market radio with the built in USB/Aux port.</p>



<h2 class="wp-block-heading">Products shown in this video</h2>



<p class="wp-block-paragraph">CTKIAUSB.2 Kit: <a href="https://ebay.us/LeJCYj">https://ebay.us/LeJCYj </a></p>



<p class="wp-block-paragraph">Facia and Cable Adapter Kit: <a href="https://ebay.us/GOfycE ">https://ebay.us/GOfycE </a></p>



<p class="wp-block-paragraph">Pioneer CarPlay Stereo shown in the video: <a href="https://amzn.to/4940A7B">https://amzn.to/4940A7B</a></p>



<p class="wp-block-paragraph"><a href="https://markstechblogs.co.uk/changing-the-stereo-in-a-kia-picanto-2011-2017/">Watch my Kia Picanto after marker stereo installation tutorial here </a></p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Fitting a CTKIAUSB.2 to use built in USB &amp; Aux with after market radio in a Kia Picanto" width="500" height="281" src="https://www.youtube.com/embed/QAGXc5TXBE0?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>
<p>The post <a href="https://markstechblogs.co.uk/fitting-a-ctkiausb-2-to-use-built-in-usb-aux-with-after-market-radio-in-a-kia-picanto/">Fitting a CTKIAUSB.2 to use built in USB &amp; Aux with after market radio in a Kia Picanto</a> appeared first on <a href="https://markstechblogs.co.uk">Mark&#039;s Tech Blogs</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://markstechblogs.co.uk/fitting-a-ctkiausb-2-to-use-built-in-usb-aux-with-after-market-radio-in-a-kia-picanto/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Changing the stereo in a Kia Picanto (2011-2017)</title>
		<link>https://markstechblogs.co.uk/changing-the-stereo-in-a-kia-picanto-2011-2017/</link>
					<comments>https://markstechblogs.co.uk/changing-the-stereo-in-a-kia-picanto-2011-2017/#comments</comments>
		
		<dc:creator><![CDATA[Mark's Tech Blogs]]></dc:creator>
		<pubDate>Fri, 13 Oct 2023 13:03:19 +0000</pubDate>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[Tutorials]]></category>
		<guid isPermaLink="false">https://markstechblogs.co.uk/?p=4646</guid>

					<description><![CDATA[<p>The standard factory stereo in the Kia Picanto isn&#8217;t very exciting&#8230;it can play music from your phone but with an awkward twist-wheel navigation. Behind the stereo is a space that can easily hold a double-din stereo allowing you to upgrade to a nice after-market stereo that supports CarPlay. In this video I show you how [&#8230;]</p>
<p>The post <a href="https://markstechblogs.co.uk/changing-the-stereo-in-a-kia-picanto-2011-2017/">Changing the stereo in a Kia Picanto (2011-2017)</a> appeared first on <a href="https://markstechblogs.co.uk">Mark&#039;s Tech Blogs</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">The standard factory stereo in the Kia Picanto isn&#8217;t very exciting&#8230;it can play music from your phone but with an awkward twist-wheel navigation. Behind the stereo is a space that can easily hold a double-din stereo allowing you to upgrade to a nice after-market stereo that supports CarPlay.</p>



<p class="wp-block-paragraph">In this video I show you how to replace the stereo with an after market stereo. Note: This doesn&#8217;t retain the existing USB or Aux in, you&#8217;ll need to wire your own from your new stereo or <a href="https://ebay.us/ygsaJH">use this kit to adapt the existing one</a>.</p>



<p class="wp-block-paragraph">The two products shown in the video are the <a href="https://www.youtube.com/redirect?event=video_description&amp;redir_token=QUFFLUhqbURucWxsSG8yVGluZG1WaUQwaEttcUFyMzFrQXxBQ3Jtc0ttckE4M0VSNEI4R25YaTBNWWE0d3hDeFNBanNvNDBlSWlIaEwxOGluV1NpSHNpaC1jRlBXSTJEaEFOaTNQT3lvTXFFOXJRay1fZ01tYzkzeDVzcVFZYU03ZzY5SjlRZzUzT0g1MHJjRGVFX0VDWEgwSQ&amp;q=https%3A%2F%2Famzn.to%2F3RWQZJJ&amp;v=lDgHzQSr_Gc">Pioneer SPC-DA130DB CarPlay stereo</a> which is an excellent product (<a href="https://www.youtube.com/watch?v=mI3Xd24k_C8">review here</a>) and the <a href="https://www.youtube.com/redirect?event=video_description&amp;redir_token=QUFFLUhqbWFFRFJPNndkZVhnWkhiang3ZzR0Y3NiUEZDQXxBQ3Jtc0tsUWdZNU9MNjc3NUNMQnA1bFhpMkJmQWxXcGdqZmpSNDdtMDV3TlBObUFXX1hEZDlaNEVEbUhDM1d0N2loZEU1UHNkUmppMzBGYTI5LXZZSjJ0VFZVWXZqejZRMTFHb2tqbERvZ1dmV2JHN2RZTFJxQQ&amp;q=https%3A%2F%2Famzn.to%2F48QPoLn&amp;v=lDgHzQSr_Gc">Kia Picanto car kit</a> which includes a new fascia and all the cables you need.</p>



<p class="wp-block-paragraph">Watch the walkthrough below:</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Removing a Kia Picanto Radio and Installing a CarPlay Stereo - Walkthrough (2011-2017)" width="500" height="281" src="https://www.youtube.com/embed/lDgHzQSr_Gc?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>
<p>The post <a href="https://markstechblogs.co.uk/changing-the-stereo-in-a-kia-picanto-2011-2017/">Changing the stereo in a Kia Picanto (2011-2017)</a> appeared first on <a href="https://markstechblogs.co.uk">Mark&#039;s Tech Blogs</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://markstechblogs.co.uk/changing-the-stereo-in-a-kia-picanto-2011-2017/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How to fix a Roland TD-1 / TD-1K Hi-Hat Pedal</title>
		<link>https://markstechblogs.co.uk/how-to-fix-a-roland-td-1-td-1k-hi-hat-pedal/</link>
					<comments>https://markstechblogs.co.uk/how-to-fix-a-roland-td-1-td-1k-hi-hat-pedal/#respond</comments>
		
		<dc:creator><![CDATA[Mark's Tech Blogs]]></dc:creator>
		<pubDate>Sat, 15 Apr 2023 13:23:55 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<guid isPermaLink="false">https://bestsmarthomereviews.com/?p=4116</guid>

					<description><![CDATA[<p>The Roland TD-1 / TD-1K is a great entry level electric drum kit which is compact and works really well however, after time, the hi-hat pedal can become unresponsive causing your hi-hat to be permanently open. In this blog we share how to fix a Roland TD-1 / TD-1K Hi-Hat Pedal. Prefer to see this [&#8230;]</p>
<p>The post <a href="https://markstechblogs.co.uk/how-to-fix-a-roland-td-1-td-1k-hi-hat-pedal/">How to fix a Roland TD-1 / TD-1K Hi-Hat Pedal</a> appeared first on <a href="https://markstechblogs.co.uk">Mark&#039;s Tech Blogs</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">The <a href="https://ebay.us/CgF7sd">Roland TD-1 / TD-1K</a> is a great entry level electric drum kit which is compact and works really well however, after time, the hi-hat pedal can become unresponsive causing your hi-hat to be permanently open. In this blog we share how to fix a Roland TD-1 / TD-1K Hi-Hat Pedal.</p>



<p class="wp-block-paragraph">Prefer to see this visually? Check out our video.</p>



<p class="wp-block-paragraph">Looking for the right parts? We have links at the end of this post!</p>



<h2 class="wp-block-heading">Check Your Cables!</h2>



<p class="wp-block-paragraph">Before we talk about ordering spare parts check your drum cables for damage. You should check the cable going from your hi-hat pedal to the module isn&#8217;t damaged and that none of the pins on the drum module or connector are damaged. If they are this could be the cause. Unfortunately, the TD-1/TD-1K kick drum pedal doesn&#8217;t work with the hi-hat cable so you can&#8217;t test it that way!</p>



<p class="wp-block-paragraph">If your cables are all good then there&#8217;s two things it could be but you need to start by taking apart the pedal&#8230;</p>



<h2 class="wp-block-heading">Taking Apart the Roland TD-1 Hi-Hat Pedal</h2>



<p class="wp-block-paragraph">The Hi-hat pedal has a bolt at the lowest end (where your heel sits). This can be undone by gripping one side with some pliers and using either an allen/hex key on the other side or another pair of grips.</p>



<p class="wp-block-paragraph">Once undone, remove the nut and washer and pull the bolt out the other side. You can now lift the pedal metal and rotate it to the side so you can access the insides (the metal is still attached by a spring which is why we recommend just twisting it round).</p>



<h2 class="wp-block-heading">The Pedal Rubber</h2>



<p class="wp-block-paragraph">At the top of the pedal is a rubber foot held in by a screw. Undoing this screw will let you remove the rubber foot. These get stiff over time and using a Stanley knife to cut some small slots across the centre of this (5 or 6) will help loosen it but don&#8217;t cut them too deep. You can also buy replacement pedal rubbers online (links at the end).</p>



<p class="wp-block-paragraph">If loosing or replacing this rubber doesn&#8217;t fix your hi-hat pedal you may need to replace the sheet sensor. </p>



<h2 class="wp-block-heading">Replacing a Sheet Sensor</h2>



<p class="wp-block-paragraph">There are lots of different sheet sensors out there so you&#8217;ll want to use our links at the end to get the right one!</p>



<figure class="wp-block-image size-large is-resized"><img fetchpriority="high" decoding="async" src="https://markstechblogs.co.uk/wp-content/uploads/2023/04/fixing-roland-td-1-hihat-pedal-1024x768.jpg" alt="The Roland Hi-Hat Pedal" class="wp-image-4117" width="512" height="384" srcset="https://markstechblogs.co.uk/wp-content/uploads/2023/04/fixing-roland-td-1-hihat-pedal-1024x768.jpg 1024w, https://markstechblogs.co.uk/wp-content/uploads/2023/04/fixing-roland-td-1-hihat-pedal-300x225.jpg 300w, https://markstechblogs.co.uk/wp-content/uploads/2023/04/fixing-roland-td-1-hihat-pedal-768x576.jpg 768w, https://markstechblogs.co.uk/wp-content/uploads/2023/04/fixing-roland-td-1-hihat-pedal-600x450.jpg 600w, https://markstechblogs.co.uk/wp-content/uploads/2023/04/fixing-roland-td-1-hihat-pedal.jpg 1500w" sizes="(max-width: 512px) 100vw, 512px" /></figure>



<p class="wp-block-paragraph">The sheet sensor (pictured above) is stuck under the rubber and connects to the jack input. To remove it first remove the cable from the jack input, this can be done by gently pulling it.</p>



<p class="wp-block-paragraph">You&#8217;ll then need to remove the rest of the sheet sensor. As this is stuck with 3M adhesive you&#8217;ll need a pair or grips and will need to pull it quite hard. Make sure you&#8217;ve ordered a spare before doing this as you&#8217;ll probably damage the old part when removing it.</p>



<p class="wp-block-paragraph">At this stage, you might want to remove the jack input by undoing the nut on the outside. You don&#8217;t have to but it&#8217;s easier to fit a new sheet sensor if you do!</p>



<p class="wp-block-paragraph">To fit the new sheet sensor simply stick it down where the old one used to be then put the cable back into the jack connector. This should push in up to the black line on the ribbon. Be careful not to damage the ribbon!</p>



<h2 class="wp-block-heading">Put it all back together!</h2>



<p class="wp-block-paragraph">Finally, put your pedal back together, tighten everything, plug it in and your hi-hat should now be working!</p>



<h2 class="wp-block-heading">Finding the Correct Parts</h2>



<p class="wp-block-paragraph">We hope this blog has been helpful. New sheet sensors and pedal rubbers for Roland TD-1 / TD-1K electronic drum kits are widely available but you&#8217;ll want to find the right part. Here are links to the correct parts from eBay and Amazon. Amazon is typically quicker but more expensive. Our spares from eBay came from China and arrived to the UK in 10 days.</p>



<p class="wp-block-paragraph"><a href="https://ebay.us/dPj0Jw" target="_blank" rel="noreferrer noopener">Roland TD-1 / TD-1K Hi Hat Pedal Replacement Rubber on Ebay</a></p>



<p class="wp-block-paragraph"><a href="https://ebay.us/JppT2g" target="_blank" rel="noreferrer noopener">Roland TD-1 / TD-1K Hi Hat Pedal Replacement Sheet Sensor on Ebay</a></p>



<p class="wp-block-paragraph"><a href="https://ebay.us/69uLqq" target="_blank" rel="noreferrer noopener">Roland TD-1 / TD-1K Hi Hat Pedal Replacement Sheet Sensor and Rubber (pack) on Ebay</a></p>



<p class="wp-block-paragraph"><a href="https://amzn.to/3KH7eoP" target="_blank" rel="noreferrer noopener">Roland TD-1 / TD-1K Hi Hat Pedal Replacement Sheet Sensor and Rubber (pack) on Amazon</a></p>



<h2 class="wp-block-heading"> </h2>
<p>The post <a href="https://markstechblogs.co.uk/how-to-fix-a-roland-td-1-td-1k-hi-hat-pedal/">How to fix a Roland TD-1 / TD-1K Hi-Hat Pedal</a> appeared first on <a href="https://markstechblogs.co.uk">Mark&#039;s Tech Blogs</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://markstechblogs.co.uk/how-to-fix-a-roland-td-1-td-1k-hi-hat-pedal/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Best Smart Smoke Detectors</title>
		<link>https://markstechblogs.co.uk/best-smart-smoke-detectors/</link>
					<comments>https://markstechblogs.co.uk/best-smart-smoke-detectors/#respond</comments>
		
		<dc:creator><![CDATA[Mark's Tech Blogs]]></dc:creator>
		<pubDate>Sat, 31 Jul 2021 12:27:58 +0000</pubDate>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tutorials]]></category>
		<guid isPermaLink="false">https://bestsmarthomereviews.com/?p=2825</guid>

					<description><![CDATA[<p>As we automate our homes and have access to key information about our homes when we&#8217;re away smoke and carbon monoxide detectors are lagging behind. In this article we share the best smart smoke detectors on the market today. 1. Google Nest Protect &#8211; Smoke &#38; Carbon Monoxide Alarm Our first pick (and the most [&#8230;]</p>
<p>The post <a href="https://markstechblogs.co.uk/best-smart-smoke-detectors/">Best Smart Smoke Detectors</a> appeared first on <a href="https://markstechblogs.co.uk">Mark&#039;s Tech Blogs</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">As we automate our homes and have access to key information about our homes when we&#8217;re away smoke and carbon monoxide detectors are lagging behind. In this article we share the best smart smoke detectors on the market today.</p>



<h2 class="wp-block-heading">1. Google Nest Protect &#8211; Smoke &amp; Carbon Monoxide Alarm</h2>



<p class="wp-block-paragraph">Our first pick (and the most expensive option) is the Google Nest Protect. The Nest Protect from Google comes with <a href="https://amzn.to/3fhuYRB" target="_blank" rel="noreferrer noopener">wired</a> or<a href="https://amzn.to/37abl9J" target="_blank" rel="noreferrer noopener"> wireless</a> options and costs around £95 for one or <a href="https://amzn.to/3ieEZkv" target="_blank" rel="noreferrer noopener">£239 for a pack of 3</a>. Whilst the price tag is quite high it&#8217;s easily the best looking alarm on our list with a great modern look. </p>



<p class="wp-block-paragraph">The alarm itself has a split spectrum smoke sensor to detect both fast and slow burning fires, it can send alerts to your phone, has a built-in light to light the way for you and the alarm itself can also speak. The CO sensor also means you&#8217;ll know if there are high levels of carbon monoxide in your home.</p>



<p class="wp-block-paragraph">The <a href="https://markstechblogs.co.uk/how-to-use-smart-home-tech-to-save-money-on-utility-bills/">smart features mean that wherever you are you can know about a potential fire or high levels of carbon monoxide at home</a>. The app also let&#8217;s you know when the battery is low and Google claim that it checks itself over 400 times a day and with a built in steam checker you don&#8217;t need to worry about your shower setting off your alarm.</p>




<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://markstechblogs.co.uk/product/google-nest-protect-smoke-alarm-and-carbon-monoxide-detector-the-smoke-alarm-that-that-others-look-up-to-battery/">Shop now</a></div>




<h2 class="wp-block-heading">2. X-Sense Wi-Fi Smoke Alarm</h2>



<p class="wp-block-paragraph">Next up in our pick of the best smart smoke detectors is the X-Sense Wi-Fi smoke alarm. This is a more budget friendly option costing just <a href="https://amzn.to/3icnscM" target="_blank" rel="noreferrer noopener">£26 for one</a> or <a href="https://amzn.to/3fbwwwD" target="_blank" rel="noreferrer noopener">£60 for a pack of three</a>. It&#8217;s profile isn&#8217;t as slim as the Nest but it still looks pretty good.</p>



<p class="wp-block-paragraph">This particular model uses the Smart Life / TUYA app which means it will work with various other smart <a href="https://markstechblogs.co.uk/smart-home-integration-how-to-connect-your-devices-for-optimal-performance/">home devices</a> and is likely to be compatible with a Raspberry Pi and HomeBridge for more advanced users.</p>



<p class="wp-block-paragraph">The X-Sense Smoke Alarm has a replaceable lithium battery and can send you alerts to the app and even allows you to temporarily silence the alarm (useful if you burn the toast!). Like the Nest Protect it has self-check functions and will let you know if there&#8217;s any problems or if the battery is running low. X-Sense say that it has rapid and accurate detection and a 85db alarm.</p>



<p class="wp-block-paragraph">The only downside of this product is the lack of carbon monoxide detection but at £26 it&#8217;s a great price for a great product.</p>




<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://markstechblogs.co.uk/product/x-sense-wi-fi-smoke-alarm-wireless-smart-fire-smoke-detector-with-replaceable-lithium-battery-silence-button-auto-self-check-function-conforms-to-en-14604-standard-xs01-wt/">Shop now</a></div>




<h2 class="wp-block-heading">3. TUYA Smart Wifi CO Smoke Alarm</h2>



<p class="wp-block-paragraph">Our final pick is the <a href="https://amzn.to/3xfa0ZX">Tuya Smart Wifi CO Smoke detector</a>. This one retails at just over £10 making it super affordable. It&#8217;s also got a slim profile and nice white design and in our opinion is better looking than the Nest Protect. </p>



<p class="wp-block-paragraph">Like all our other picks the Tuya Smart alarm connects via Wifi and can send alerts to your phone. Despite it&#8217;s low price it complies to EU standards and can detect both Carbon Monoxide and Smoke which makes it a great all-rounder. It will send alerts to your phone using the TUYA app and the platform means you should be able to use it with HomeBridge.</p>




<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://markstechblogs.co.uk/product/tuya-smart-wifi-co-smoke-detector-home-sound-and-light-alarm-co-sensor-for-security-co-carbon-monoxide-detector-warn-sensor-for-home-security-with-high-sensitive-detection/">Shop now</a></div>




<h2 class="wp-block-heading">The Best Smart Smoke Detectors &#8211; Which to choose?</h2>



<p class="wp-block-paragraph">That&#8217;s our pick for the best smart smoke alarms. There&#8217;s not many out there but these 3 do the job well. If you&#8217;ve got the budget then the Nest is our favourite especially as it fits in nicely with Google&#8217;s Ecosystem however if you&#8217;re on a tight budget then the TUYA option is well worth checking out.</p>



<p class="wp-block-paragraph">If you&#8217;ve enjoyed this post you might like my <a href="https://youtube.com/markstechvlogs" target="_blank" rel="noreferrer noopener">YouTube channel</a> or<a href="https://markstechblogs.co.uk/reviews/?v=79cba1185463"> our other reviews</a>.</p>



<p class="wp-block-paragraph">Best Smart <a href="https://markstechblogs.co.uk/the-best-smart-home-devices-for-pet-owners/">Home Reviews is dedicated to bringing you the latest smart home</a> advice and buying guides. We are not paid to promote any products we write about but if you use our links and make a purchase we will receive a small referrer fee from amazon.</p>


<p>The post <a href="https://markstechblogs.co.uk/best-smart-smoke-detectors/">Best Smart Smoke Detectors</a> appeared first on <a href="https://markstechblogs.co.uk">Mark&#039;s Tech Blogs</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://markstechblogs.co.uk/best-smart-smoke-detectors/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to make a dumb switch smart</title>
		<link>https://markstechblogs.co.uk/how-to-make-a-dumb-switch-smart/</link>
					<comments>https://markstechblogs.co.uk/how-to-make-a-dumb-switch-smart/#respond</comments>
		
		<dc:creator><![CDATA[Mark's Tech Blogs]]></dc:creator>
		<pubDate>Thu, 22 Jul 2021 07:46:27 +0000</pubDate>
				<category><![CDATA[Smart Home]]></category>
		<category><![CDATA[Tutorials]]></category>
		<guid isPermaLink="false">https://bestsmarthomereviews.com/?p=2807</guid>

					<description><![CDATA[<p>Creating a smart home has never been easier but home automation can get pricey. In this blog we share 2 ways to make a dumb switch smart&#8230;and the best bit? Every product mentioned in this article costs less than £25 and some less than £10. 1. The SwitchBot Smart Switch Button Pusher The Switchbot smart [&#8230;]</p>
<p>The post <a href="https://markstechblogs.co.uk/how-to-make-a-dumb-switch-smart/">How to make a dumb switch smart</a> appeared first on <a href="https://markstechblogs.co.uk">Mark&#039;s Tech Blogs</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Creating a smart home has never been easier but home automation can get pricey. In this blog we share 2 ways to make a dumb switch smart&#8230;and the best bit? Every product mentioned in this article costs less than £25 and some less than £10.</p>



<h2 class="wp-block-heading">1. The SwitchBot Smart Switch Button Pusher</h2>



<p class="wp-block-paragraph">The <a href="https://amzn.to/3eL36VP" target="_blank" rel="noreferrer noopener">Switchbot smart switch button pusher</a> is the most expensive item in this article costing £25 but is the most versatile and requires zero wiring. This little bot connects to your phone via bluetooth and let&#8217;s you set timers and remotely control it&#8217;s little arm from your phone.</p>



<p class="wp-block-paragraph">You can use it with pretty much anything that has a button and it even works with on/off switches thanks to it&#8217;s accessory and switch mode. If you want voice control and out of home control you&#8217;ll need to buy a <a href="https://amzn.to/3wXYh1M" target="_blank" rel="noreferrer noopener">Hub Mini</a> but we love these little bots because they&#8217;re simple to install, have a great app and incredible battery life and work well. The only downside is that in switch mode they struggle with stiffer switches.</p>




<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://markstechblogs.co.uk/product/switchbot-smart-switch-button-pusher-no-wiring-wireless-app-or-timer-control-add-switchbot-hub-compatible-with-alexa-google-home-homepod-ifttt/">Shop now</a></div>




<h2 class="wp-block-heading">2. The SONOFF Mini</h2>



<p class="wp-block-paragraph">Next up is the <a href="https://amzn.to/3izFt3I" target="_blank" rel="noreferrer noopener">SONOFF mini</a> which we&#8217;ve been using on bathroom extractors to make them smart. The SONOFF Mini sits on the cheapest end of the spectrum and costs just £12 (or as cheap as £8.70 each<a href="https://amzn.to/3eKAkEH" target="_blank" rel="noreferrer noopener"> if you get the 3 pack</a>).   </p>



<p class="wp-block-paragraph">The SONOFF Mini requires some wiring and goes between your live supply and your device. It&#8217;s pretty easy to wire (SONOFF recommend 2.5mm wire) and is surprisingly small. You connect to it using your phone initially and then it connects to your home wifi. It gives you app control, support for voice assistants such as Alexa and (for $10 a year) IFTTT support. If you use Homebridge on a Raspberry Pi you can even easily get Apple HomeKit support.</p>



<p class="wp-block-paragraph">We like these because they&#8217;re cheap and work well however you <a href="https://markstechblogs.co.uk/smart-home-automation-what-it-is-and-why-you-need-it/">need to think about where you have space for it within your home</a> wiring before picking one up.</p>




<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://markstechblogs.co.uk/product/sonoff-mini-r2-smart-wifi-switch-2-way-light-switch-works-with-amazon-alexa-google-home-app-remote-control-voice-control-diy-mode-timer-function-lan-control-no-hub-required-10a-2200w/">Shop now</a></div>




<p class="wp-block-paragraph"><em>If it&#8217;s an electrical </em>device such as a lamp you want to make smart you might want to check out the <a href="https://amzn.to/3kMWs5c" target="_blank" rel="noreferrer noopener">SONOFF Basic</a>.</p>



<h2 class="wp-block-heading">Making a &#8220;dumb&#8221; switch smart</h2>



<p class="wp-block-paragraph">Making your &#8220;dumb&#8221; switches smart has never been easier and the two items we&#8217;ve mentioned above will allow you to make everything smart from your coffee machine to your bathroom extractor fan. We love making dumb things <a href="https://markstechblogs.co.uk/how-to-use-smart-home-tech-to-save-money-on-utility-bills/">smart because it saves on waste and saves you money</a>. What are your top tips for adding automation to existing products?</p>



<p class="wp-block-paragraph">If you&#8217;ve enjoyed this post <a href="https://markstechblogs.co.uk/reviews">check out our other reviews</a>.</p>
<p>The post <a href="https://markstechblogs.co.uk/how-to-make-a-dumb-switch-smart/">How to make a dumb switch smart</a> appeared first on <a href="https://markstechblogs.co.uk">Mark&#039;s Tech Blogs</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://markstechblogs.co.uk/how-to-make-a-dumb-switch-smart/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Mac Mini Apple Watch Unlocking</title>
		<link>https://markstechblogs.co.uk/mac-mini-apple-watch-unlocking/</link>
					<comments>https://markstechblogs.co.uk/mac-mini-apple-watch-unlocking/#respond</comments>
		
		<dc:creator><![CDATA[Mark's Tech Blogs]]></dc:creator>
		<pubDate>Wed, 26 May 2021 10:35:00 +0000</pubDate>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tutorials]]></category>
		<guid isPermaLink="false">https://bestsmarthomereviews.com/?p=2655</guid>

					<description><![CDATA[<p>Have you ever wondered how you can unlock your Mac Mini using your Apple Watch? Well we have and it&#8217;s actually really simple. Here is how to achieve Mac Mini Apple Watch unlocking. You&#8217;ll need to make sure your Apple Watch and Mac Mini are both linked to the same Apple ID. On your Mac [&#8230;]</p>
<p>The post <a href="https://markstechblogs.co.uk/mac-mini-apple-watch-unlocking/">Mac Mini Apple Watch Unlocking</a> appeared first on <a href="https://markstechblogs.co.uk">Mark&#039;s Tech Blogs</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Have you ever wondered how you can unlock your Mac Mini using your Apple Watch? Well we have and it&#8217;s actually really simple. Here is how to achieve Mac Mini Apple Watch unlocking.</p>



<ol class="wp-block-list"><li>You&#8217;ll need to make sure your <a href="https://markstechblogs.co.uk/product/apple-watch-series-6-gps-cellular-40mm-gold-stainless-steel-case-with-deep-navy-sport-band/">Apple Watch</a> and <a href="https://markstechblogs.co.uk/product/2020-apple-mac-mini-with-apple-m1-chip-8gb-ram-256gb-ssd/">Mac Mini</a> are both linked to the same Apple ID. </li><li>On your Mac Mini go to System Preferences and click &#8216;Security and Privacy&#8217;</li><li>Under the &#8216;General Tab&#8217; you&#8217;ll see a tab that says &#8216;Use your Apple Watch to unlock apps and your Mac&#8217;. Tick this.</li><li>Close system preferences</li></ol>



<p class="wp-block-paragraph">From now on once you&#8217;ve logged in for the first time using your password when you lock your screen you&#8217;ll be able to unlock it instantly with your Apple Watch. You can also use your Apple Watch when your Mac Mini requests permission to install apps. You can&#8217;t use it for everything but it&#8217;s a pretty useful feature.</p>





<h2 class="wp-block-heading">Why Would you want to unlock your Mac with your Apple Watch?</h2>



<p class="wp-block-paragraph">If you have a secure password on your Mac (and you really should have&#8230;we like <a href="https://passwordsgenerator.net" target="_blank" rel="noreferrer noopener">Password Generator</a> for helping us choose secure passwords) then typing it in every time you want to unlock your Mac can be tedious. The Apple Watch allows you to unlock your Mac meaning that all you have to do is enter your password to log in the first time you turn on your Mac and then your Apple Watch can do everything instantly.</p>



<p class="wp-block-paragraph">Much like Apple&#8217;s recent &#8216;Unlock your iPhone when wearing a mask using your Apple Watch&#8217; feature we think the Apple Watch is becoming an incredibly useful companion device to Apple&#8217;s other products. </p>



<p class="wp-block-paragraph">So, what else would you like to see Apple allow you to do with your Apple Watch to make all your Apple products continue to work together? Let us know in the comments.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="819" src="https://markstechblogs.co.uk/wp-content/uploads/2021/05/daniel-canibano-JE3ASpuEld4-unsplash-1024x819.jpg" alt="Apple Watch unlocking a Mac Mini" class="wp-image-2661" srcset="https://markstechblogs.co.uk/wp-content/uploads/2021/05/daniel-canibano-JE3ASpuEld4-unsplash-1024x819.jpg 1024w, https://markstechblogs.co.uk/wp-content/uploads/2021/05/daniel-canibano-JE3ASpuEld4-unsplash-scaled-600x480.jpg 600w, https://markstechblogs.co.uk/wp-content/uploads/2021/05/daniel-canibano-JE3ASpuEld4-unsplash-300x240.jpg 300w, https://markstechblogs.co.uk/wp-content/uploads/2021/05/daniel-canibano-JE3ASpuEld4-unsplash-768x614.jpg 768w, https://markstechblogs.co.uk/wp-content/uploads/2021/05/daniel-canibano-JE3ASpuEld4-unsplash-1536x1229.jpg 1536w, https://markstechblogs.co.uk/wp-content/uploads/2021/05/daniel-canibano-JE3ASpuEld4-unsplash-2048x1638.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
<p>The post <a href="https://markstechblogs.co.uk/mac-mini-apple-watch-unlocking/">Mac Mini Apple Watch Unlocking</a> appeared first on <a href="https://markstechblogs.co.uk">Mark&#039;s Tech Blogs</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://markstechblogs.co.uk/mac-mini-apple-watch-unlocking/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ordering Your Apple Watch Wallet Payment Cards</title>
		<link>https://markstechblogs.co.uk/ordering-your-apple-watch-wallet-payment-cards/</link>
					<comments>https://markstechblogs.co.uk/ordering-your-apple-watch-wallet-payment-cards/#respond</comments>
		
		<dc:creator><![CDATA[Mark's Tech Blogs]]></dc:creator>
		<pubDate>Wed, 04 Sep 2019 14:00:53 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[apple watch]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[support]]></category>
		<guid isPermaLink="false">http://www.marktiddy.co.uk/?p=322</guid>

					<description><![CDATA[<p>Ever wondered how to easily update the order of your payment cards on your Apple Watch without removing them? It&#8217;s pretty simple really&#8230;read on for a written tutorial or click here to watch a video tutorial. One of the frustrating features both the Watch smartphone app and wallet app on the Apple Watch itself lack [&#8230;]</p>
<p>The post <a href="https://markstechblogs.co.uk/ordering-your-apple-watch-wallet-payment-cards/">Ordering Your Apple Watch Wallet Payment Cards</a> appeared first on <a href="https://markstechblogs.co.uk">Mark&#039;s Tech Blogs</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-columns has-2-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://markstechblogs.co.uk/wp-content/uploads/2021/04/wallet-1024x576-1.jpg" alt="" class="wp-image-1708" srcset="https://markstechblogs.co.uk/wp-content/uploads/2021/04/wallet-1024x576-1.jpg 1024w, https://markstechblogs.co.uk/wp-content/uploads/2021/04/wallet-1024x576-1-600x338.jpg 600w, https://markstechblogs.co.uk/wp-content/uploads/2021/04/wallet-1024x576-1-300x169.jpg 300w, https://markstechblogs.co.uk/wp-content/uploads/2021/04/wallet-1024x576-1-768x432.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<p class="wp-block-paragraph">Ever wondered how to easily update the order of your payment cards on your Apple Watch without removing them? It&#8217;s pretty simple really&#8230;read on for a written tutorial or click here to watch a <a href="https://youtu.be/jxlXx_pWtNY">video tutorial</a>.</p>
</div>
</div>



<p class="wp-block-paragraph">One of the frustrating features both the Watch smartphone app and wallet app on the Apple Watch itself lack is the ability to re-order your payment cards however it&#8217;s actually pretty easy to do.</p>



<ol class="wp-block-list"><li>Open up the Watch App on your phone and go to &#8216;Wallet and Apple Pay&#8217;</li><li>Once there click &#8216;default card&#8217;. <em>At this point you need to know the order you want your cards to be.</em></li><li>Let&#8217;s say you have 3 cards, one is blue, one is grey and one is pink. We want the grey to be 1st, the pink 2nd and the blue 3rd.</li><li>Step one is to select the blue at the default card. If you double tap on your watch to activate payment mode you&#8217;ll notice this card is now first.</li><li>Next, back in the Watch app select the pink card as the default payment. (Again, if you check on your watch you&#8217;ll now see the pink card is 1st, followed by the blue one).</li><li>Finally, back in the Watch app select the grey card.</li><li>Go into the Wallet on your Watch and you&#8217;ll see that the cards are now in the order you want. Simple!</li></ol>


<p>The post <a href="https://markstechblogs.co.uk/ordering-your-apple-watch-wallet-payment-cards/">Ordering Your Apple Watch Wallet Payment Cards</a> appeared first on <a href="https://markstechblogs.co.uk">Mark&#039;s Tech Blogs</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://markstechblogs.co.uk/ordering-your-apple-watch-wallet-payment-cards/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
