<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/" 
	>
<channel>
	<title>
	Comments on: Real-Time Digital Clock using Arduino	</title>
	<atom:link href="https://www.electronicsforu.com/electronics-projects/hardware-diy/arduino-real-time-digital-clock/feed" rel="self" type="application/rss+xml" />
	<link>https://www.electronicsforu.com/electronics-projects/hardware-diy/arduino-real-time-digital-clock</link>
	<description>Electronics For U &#124; Circuits, News &#38; Mini Projects</description>
	<lastBuildDate>Fri, 06 Sep 2024 07:08:21 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>
		By: mit41301		</title>
		<link>https://www.electronicsforu.com/electronics-projects/hardware-diy/arduino-real-time-digital-clock#comment-344403</link>

		<dc:creator><![CDATA[mit41301]]></dc:creator>
		<pubDate>Tue, 13 Jun 2023 05:10:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.electronicsforu.com/?p=118051#comment-344403</guid>

					<description><![CDATA[Sir, Thank you for the detailed explanation and clarification. Much appreciated.]]></description>
			<content:encoded><![CDATA[<p>Sir, Thank you for the detailed explanation and clarification. Much appreciated.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ashwini Sinha		</title>
		<link>https://www.electronicsforu.com/electronics-projects/hardware-diy/arduino-real-time-digital-clock#comment-344319</link>

		<dc:creator><![CDATA[Ashwini Sinha]]></dc:creator>
		<pubDate>Thu, 11 May 2023 12:12:31 +0000</pubDate>
		<guid isPermaLink="false">https://www.electronicsforu.com/?p=118051#comment-344319</guid>

					<description><![CDATA[The dipslay that you find in market is SPI based but because of so many wire connection in SPI based display it become hard to work with because even any one of wire connection is loose then display wont work so to make it ease I used SPI to I2C converted and solder te pins to I2C driver so you can easily use the display]]></description>
			<content:encoded><![CDATA[<p>The dipslay that you find in market is SPI based but because of so many wire connection in SPI based display it become hard to work with because even any one of wire connection is loose then display wont work so to make it ease I used SPI to I2C converted and solder te pins to I2C driver so you can easily use the display</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ashwini Sinha		</title>
		<link>https://www.electronicsforu.com/electronics-projects/hardware-diy/arduino-real-time-digital-clock#comment-344318</link>

		<dc:creator><![CDATA[Ashwini Sinha]]></dc:creator>
		<pubDate>Thu, 11 May 2023 12:12:10 +0000</pubDate>
		<guid isPermaLink="false">https://www.electronicsforu.com/?p=118051#comment-344318</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.electronicsforu.com/electronics-projects/hardware-diy/arduino-real-time-digital-clock#comment-344308&quot;&gt;mit41301&lt;/a&gt;.

The dipslay that you find in market is SPI based but because of so many wire connection in SPI based display it become hard to work with because even any one of wire connection is loose then display wont work so to make it ease I used SPI to I2C converted and solder te pins to I2C driver so you can easily use the display]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.electronicsforu.com/electronics-projects/hardware-diy/arduino-real-time-digital-clock#comment-344308">mit41301</a>.</p>
<p>The dipslay that you find in market is SPI based but because of so many wire connection in SPI based display it become hard to work with because even any one of wire connection is loose then display wont work so to make it ease I used SPI to I2C converted and solder te pins to I2C driver so you can easily use the display</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ashwini Sinha		</title>
		<link>https://www.electronicsforu.com/electronics-projects/hardware-diy/arduino-real-time-digital-clock#comment-344317</link>

		<dc:creator><![CDATA[Ashwini Sinha]]></dc:creator>
		<pubDate>Thu, 11 May 2023 12:09:41 +0000</pubDate>
		<guid isPermaLink="false">https://www.electronicsforu.com/?p=118051#comment-344317</guid>

					<description><![CDATA[Yes , In fact both i2C pins are inter connected on arduino board . so you can use th SCL and SDA pins of arduino to connect both RTC and Display I2c driver]]></description>
			<content:encoded><![CDATA[<p>Yes , In fact both i2C pins are inter connected on arduino board . so you can use th SCL and SDA pins of arduino to connect both RTC and Display I2c driver</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mit41301		</title>
		<link>https://www.electronicsforu.com/electronics-projects/hardware-diy/arduino-real-time-digital-clock#comment-344310</link>

		<dc:creator><![CDATA[mit41301]]></dc:creator>
		<pubDate>Wed, 10 May 2023 03:34:28 +0000</pubDate>
		<guid isPermaLink="false">https://www.electronicsforu.com/?p=118051#comment-344310</guid>

					<description><![CDATA[Sir, can I use a single I2C bus for both RTC and LCD display? In the Fig.5 we are using separate I2C connections for RTC and LCD display.]]></description>
			<content:encoded><![CDATA[<p>Sir, can I use a single I2C bus for both RTC and LCD display? In the Fig.5 we are using separate I2C connections for RTC and LCD display.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mit41301		</title>
		<link>https://www.electronicsforu.com/electronics-projects/hardware-diy/arduino-real-time-digital-clock#comment-344308</link>

		<dc:creator><![CDATA[mit41301]]></dc:creator>
		<pubDate>Tue, 09 May 2023 11:12:32 +0000</pubDate>
		<guid isPermaLink="false">https://www.electronicsforu.com/?p=118051#comment-344308</guid>

					<description><![CDATA[Sir, 
&quot;Fig. 5: Connection for SPI to I2C converter display&quot;

As per the schematic we are using I2C lines from the Arduino Uno. I don&#039;t understand what is SPI to I2C converter.]]></description>
			<content:encoded><![CDATA[<p>Sir,<br />
&#8220;Fig. 5: Connection for SPI to I2C converter display&#8221;</p>
<p>As per the schematic we are using I2C lines from the Arduino Uno. I don&#8217;t understand what is SPI to I2C converter.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
