<?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/"
	
	>
<channel>
	<title>
	Comments on: Android Bluetooth classic App for Arduino fan control	</title>
	<atom:link href="https://nerd-corner.com/android-bluetooth-classic-app-for-arduino-fan-control/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerd-corner.com/android-bluetooth-classic-app-for-arduino-fan-control/</link>
	<description>Craft your dreams!</description>
	<lastBuildDate>Thu, 06 May 2021 19:06:12 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: LM2587S step up ▷ Simple voltage regulation module		</title>
		<link>https://nerd-corner.com/android-bluetooth-classic-app-for-arduino-fan-control/#comment-1094</link>

		<dc:creator><![CDATA[LM2587S step up ▷ Simple voltage regulation module]]></dc:creator>
		<pubDate>Thu, 06 May 2021 19:06:12 +0000</pubDate>
		<guid isPermaLink="false">https://nerd-corner.com/?p=316#comment-1094</guid>

					<description><![CDATA[[&#8230;] This might be interesting for you: Arduino control with Bluetooth App [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] This might be interesting for you: Arduino control with Bluetooth App [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Muaaz		</title>
		<link>https://nerd-corner.com/android-bluetooth-classic-app-for-arduino-fan-control/#comment-745</link>

		<dc:creator><![CDATA[Muaaz]]></dc:creator>
		<pubDate>Mon, 25 Jan 2021 03:50:32 +0000</pubDate>
		<guid isPermaLink="false">https://nerd-corner.com/?p=316#comment-745</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://nerd-corner.com/android-bluetooth-classic-app-for-arduino-fan-control/#comment-245&quot;&gt;Blessing&lt;/a&gt;.

U can do it by:

 Btn.ledOn+= ()
{
                    int a = 1;
                    byte aa = Convert.ToByte(a);
                    myConnection.thisSocket.OutputStream.WriteByte(Convert.ToByte(a)); // send 1 to arduino
}

Btn.ledOff+=
{
                    int b = 0;
                    byte bb = Convert.ToByte(b);
                    myConnection.thisSocket.OutputStream.WriteByte(Convert.ToByte(b)); // send 0 to arduino
}

then in arduino code u can read it by:

while(Esp_BT.available())
{
  int received =Esp_BT.read(); 
  Serial.println(received);

 if(received ==0) //
  {
    Serial.println(&quot;Disconnect&quot;);
    digitalWrite(led_b,LOW);
  }
  if(received==1) //100
  {
    Serial.println(&quot;LED is ON !&quot;);
    digitalWrite(led_b,HIGH);
  }

}]]></description>
			<content:encoded><![CDATA[<p>In reply to <a rel="nofollow"href="https://nerd-corner.com/android-bluetooth-classic-app-for-arduino-fan-control/#comment-245">Blessing</a>.</p>
<p>U can do it by:</p>
<p> Btn.ledOn+= ()<br />
{<br />
                    int a = 1;<br />
                    byte aa = Convert.ToByte(a);<br />
                    myConnection.thisSocket.OutputStream.WriteByte(Convert.ToByte(a)); // send 1 to arduino<br />
}</p>
<p>Btn.ledOff+=<br />
{<br />
                    int b = 0;<br />
                    byte bb = Convert.ToByte(b);<br />
                    myConnection.thisSocket.OutputStream.WriteByte(Convert.ToByte(b)); // send 0 to arduino<br />
}</p>
<p>then in arduino code u can read it by:</p>
<p>while(Esp_BT.available())<br />
{<br />
  int received =Esp_BT.read();<br />
  Serial.println(received);</p>
<p> if(received ==0) //<br />
  {<br />
    Serial.println(&#8220;Disconnect&#8221;);<br />
    digitalWrite(led_b,LOW);<br />
  }<br />
  if(received==1) //100<br />
  {<br />
    Serial.println(&#8220;LED is ON !&#8221;);<br />
    digitalWrite(led_b,HIGH);<br />
  }</p>
<p>}</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael Cosson		</title>
		<link>https://nerd-corner.com/android-bluetooth-classic-app-for-arduino-fan-control/#comment-673</link>

		<dc:creator><![CDATA[Michael Cosson]]></dc:creator>
		<pubDate>Mon, 04 Jan 2021 17:01:39 +0000</pubDate>
		<guid isPermaLink="false">https://nerd-corner.com/?p=316#comment-673</guid>

					<description><![CDATA[Thank you for this simple, straightforward, and VERY useful post!

Is there any Bluetooth plugin required by Xamarin?]]></description>
			<content:encoded><![CDATA[<p>Thank you for this simple, straightforward, and VERY useful post!</p>
<p>Is there any Bluetooth plugin required by Xamarin?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: How to program Arduino Timer Interrupts ᐅ Full source code 2020!		</title>
		<link>https://nerd-corner.com/android-bluetooth-classic-app-for-arduino-fan-control/#comment-614</link>

		<dc:creator><![CDATA[How to program Arduino Timer Interrupts ᐅ Full source code 2020!]]></dc:creator>
		<pubDate>Thu, 26 Nov 2020 21:30:22 +0000</pubDate>
		<guid isPermaLink="false">https://nerd-corner.com/?p=316#comment-614</guid>

					<description><![CDATA[[&#8230;] This might also be interesting for you: How to control an Arduino via Bluetooth [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] This might also be interesting for you: How to control an Arduino via Bluetooth [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jan		</title>
		<link>https://nerd-corner.com/android-bluetooth-classic-app-for-arduino-fan-control/#comment-363</link>

		<dc:creator><![CDATA[jan]]></dc:creator>
		<pubDate>Wed, 14 Oct 2020 14:35:42 +0000</pubDate>
		<guid isPermaLink="false">https://nerd-corner.com/?p=316#comment-363</guid>

					<description><![CDATA[is it possible you send me the apk for the project? 
my email is: jankoos1800@gmail.com
greetings jan]]></description>
			<content:encoded><![CDATA[<p>is it possible you send me the apk for the project?<br />
my email is: <a rel="nofollow"href="mailto:jankoos1800@gmail.com">jankoos1800@gmail.com</a><br />
greetings jan</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Blessing		</title>
		<link>https://nerd-corner.com/android-bluetooth-classic-app-for-arduino-fan-control/#comment-245</link>

		<dc:creator><![CDATA[Blessing]]></dc:creator>
		<pubDate>Wed, 19 Aug 2020 16:58:10 +0000</pubDate>
		<guid isPermaLink="false">https://nerd-corner.com/?p=316#comment-245</guid>

					<description><![CDATA[Thanks so much. I really appreciate your work but i need one more help from you. How to turn on LEDs from the app]]></description>
			<content:encoded><![CDATA[<p>Thanks so much. I really appreciate your work but i need one more help from you. How to turn on LEDs from the app</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: How to build an Arduino fan controller ᐅ Step by Step explanation		</title>
		<link>https://nerd-corner.com/android-bluetooth-classic-app-for-arduino-fan-control/#comment-177</link>

		<dc:creator><![CDATA[How to build an Arduino fan controller ᐅ Step by Step explanation]]></dc:creator>
		<pubDate>Mon, 13 Apr 2020 14:34:00 +0000</pubDate>
		<guid isPermaLink="false">https://nerd-corner.com/?p=316#comment-177</guid>

					<description><![CDATA[[&#8230;] There are many different ways to control the speed of a fan. For example, if your fan has a PWM wire, then you could directly use the PWM signal. Also see our other post for an Arduino fan controller with a Bluetooth Android app. [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] There are many different ways to control the speed of a fan. For example, if your fan has a PWM wire, then you could directly use the PWM signal. Also see our other post for an Arduino fan controller with a Bluetooth Android app. [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: How to program a web scraper in C# &#8211; Nerd Corner		</title>
		<link>https://nerd-corner.com/android-bluetooth-classic-app-for-arduino-fan-control/#comment-174</link>

		<dc:creator><![CDATA[How to program a web scraper in C# &#8211; Nerd Corner]]></dc:creator>
		<pubDate>Mon, 13 Apr 2020 13:37:29 +0000</pubDate>
		<guid isPermaLink="false">https://nerd-corner.com/?p=316#comment-174</guid>

					<description><![CDATA[[&#8230;] At first, open Visual Studio, click on Create new project and select &#8220;Console app (.NET Core)&#8221;. This is the easiest way to demonstrate how a web scraper works. Next, we need a website from which we want to pull information. This website will be our article about programming an Android application to control an Arduino: https://nerd-corner.com/android-bluetooth-classic-app-for-arduino-fan-control/. [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] At first, open Visual Studio, click on Create new project and select &#8220;Console app (.NET Core)&#8221;. This is the easiest way to demonstrate how a web scraper works. Next, we need a website from which we want to pull information. This website will be our article about programming an Android application to control an Arduino: <a rel="nofollow"href="https://nerd-corner.com/android-bluetooth-classic-app-for-arduino-fan-control/" rel="ugc">https://nerd-corner.com/android-bluetooth-classic-app-for-arduino-fan-control/</a>. [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
