<?xml version="1.0" encoding="UTF-8" ?><!-- generator=Zoho Sites --><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><atom:link href="https://www.campuscomponent.com/blogs/author/info05/feed" rel="self" type="application/rss+xml"/><title>Campus - Blog by info05</title><description>Campus - Blog by info05</description><link>https://www.campuscomponent.com/blogs/author/info05</link><lastBuildDate>Tue, 28 Apr 2026 07:06:01 -0700</lastBuildDate><generator>http://zoho.com/sites/</generator><item><title><![CDATA[Communication Boards]]></title><link>https://www.campuscomponent.com/blogs/post/communication-boards</link><description><![CDATA[Serial communication is a way for data transmission over long distances. Commonly associated with RS232 and TTL serial , it enables Arduino and other mi ]]></description><content:encoded><![CDATA[
<div class="zpcontent-container blogpost-container "><div data-element-id="elm_gFrB8yRwS8SOtycmhmWYeA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer"><div data-element-id="elm_FYaIOA46Tm2cte4PynshHw" data-element-type="row" class="zprow zpalign-items- zpjustify-content- "><style type="text/css"></style><div data-element-id="elm_wkiIBhRzSqGJfiesiK16ZQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_H9EegzFHQJiP4d2iWHOk5A" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_H9EegzFHQJiP4d2iWHOk5A"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-align-center " data-editor="true"><br></h2></div>
<div data-element-id="elm_1Qr-FAYuTHevSpHHLe_DRA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_1Qr-FAYuTHevSpHHLe_DRA"].zpelem-text{ border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p><span style="color:inherit;"></span></p><p style="text-align:justify;text-indent:0.5in;"><span style="color:rgb(0, 0, 0);"><b><span style="font-size:12pt;">Serial communication</span></b><span style="font-size:12pt;"> is a way for data transmission over long distances. Commonly associated with <b>RS232</b> and <b>TTL</b></span><span style="font-size:11pt;">serial</span><span style="font-size:12pt;">, it enables Arduino and other microcontrollers to communicate with your computer or other serial devices. Though technology has advanced and we currently have faster means of data transfer such as USB, <b>serial communication</b> is still widely seen and applicable in our lives.</span></span></p><p style="text-align:justify;text-indent:0.5in;"><span style="font-size:12pt;color:rgb(0, 0, 0);"><br></span></p><p style="text-align:justify;"><b><span style="font-size:14pt;color:rgb(0, 0, 0);">How does Serial Communication work?</span></b></p><ul><li style="text-align:justify;"><span style="color:rgb(0, 0, 0);"><b><span style="font-size:12pt;">Serial communicating</span></b><span style="font-size:12pt;"> first involves two serial devices, each having two serial pins;</span></span></li></ul><p style="margin-left:1in;text-align:justify;"><span style="color:rgb(0, 0, 0);"><span style="font-size:12pt;">·<span style="font-size:7pt;">&nbsp; </span></span><span style="font-size:12pt;">The receiver, RX</span></span></p><p style="margin-left:1in;text-align:justify;"><span style="color:rgb(0, 0, 0);"><span style="font-size:12pt;">·<span style="font-size:7pt;">&nbsp; </span></span><span style="font-size:12pt;">The transmitter, TX</span></span></p><p style="text-align:justify;text-indent:0in;"><span style="font-size:12pt;color:rgb(0, 0, 0);"><span style="font-size:7pt;">&nbsp; </span>Both devices are then wired by connecting wires from the master device’s TX to the listener’s RX line</span></p><p style="text-align:justify;text-indent:0.5in;"></p><p style="text-align:justify;text-indent:0in;"><span style="color:rgb(0, 0, 0);"><b><span style="font-size:12pt;"><span style="font-weight:normal;font-size:7pt;">&nbsp;&nbsp;</span></span></b><span style="font-size:12pt;">Devices communicate serially through signal methods, popular ones being<b>- TTL serial, RS-232, RS 485.</b></span></span></p><p style="text-align:justify;text-indent:0in;"><span style="font-size:12pt;color:rgb(0, 0, 0);"><b><br></b></span></p><p style="text-align:justify;text-indent:0in;"></p><p style="text-align:justify;"><b><span style="font-size:14pt;color:rgb(0, 0, 0);">Hardware Implementations of Serial Communication:-</span></b></p><ol start="1"><li style="text-align:justify;"><span style="color:rgb(0, 0, 0);"><b><span style="font-size:12pt;">RS232</span></b><span style="font-size:12pt;">-&nbsp;<b>RS-232</b>&nbsp;(Recommended Standard 232) telecommunications standard is the first serial communication protocol that is widely used as a <b>communication</b> method for computers and devices by serial ports. Similar to your microcontroller serial signals, it transmits data a bit at one time. In RS-232 standard a logic high ('1') is represented by a negative voltage – anywhere from -3 to -25V – while a logic low ('0') transmits a positive voltage that can be anywhere from +3 to +25V.&nbsp;</span></span></li></ol><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);"><b><span style="font-size:12pt;">RS232</span></b><span style="font-size:12pt;"> works by connecting Data Transmission Equipment (DTE) and Data <b>Communication</b> Equipment (DCE), which has pins like TXD, RXD, and RTS&amp;CTS.</span></span></p><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);"><span style="font-size:12pt;">·<span style="font-size:7pt;">&nbsp; </span></span><span style="font-size:12pt;">TXD: Transmitter</span></span></p><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);"><span style="font-size:12pt;">·<span style="font-size:7pt;">&nbsp; </span></span><span style="font-size:12pt;">RXD: Receiver</span></span></p><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);"><span style="font-size:12pt;">·<span style="font-size:7pt;">&nbsp; </span></span><span style="font-size:12pt;">RTS: Request to Send</span></span></p><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);"><span style="font-size:12pt;">·<span style="font-size:7pt;">&nbsp; </span></span><span style="font-size:12pt;">CTS: Clear to Send</span></span></p><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);"><span style="font-size:12pt;">·<span style="font-size:7pt;">&nbsp; </span></span><span style="font-size:12pt;">GND: Ground</span></span></p><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);font-size:12pt;">2.<span style="font-size:7pt;">&nbsp; </span></span><b style="color:rgb(0, 0, 0);"><span style="font-size:12pt;">TTL:</span></b><span style="color:rgb(0, 0, 0);font-size:12pt;"> UARTs transmit one bit at a time at a specified data rate (i.e. 9600bps, 115200bps, etc.). This method of <b>serial communication</b>is referred as&nbsp;<b>TTL </b>serial&nbsp;(transistor-transistor logic). Serial communication at a&nbsp;</span><a href="http://en.wikipedia.org/wiki/Transistor-transistor_logic" target="_blank"><span style="font-size:12pt;color:rgb(234, 119, 4);">TTL</span></a><span style="font-size:12pt;"><span style="color:rgb(234, 119, 4);">&nbsp;</span><span style="color:rgb(0, 0, 0);">level will always remain between the limits of&nbsp;0V and Vcc, which is often&nbsp;5V or 3.3V. A logic high ('1') is represented by Vcc, while a logic low ('0') is 0V.</span></span></p><p style="text-align:justify;"><span style="font-size:12pt;color:rgb(0, 0, 0);">&nbsp;</span></p><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);"><span style="font-size:12pt;">3.<span style="font-size:7pt;">&nbsp; </span></span><b><span style="font-size:12pt;">RS485:</span></b><span style="font-size:12pt;"> The <b>RS485</b> also known as TIA-485 (-A) or EIA-485 is a serial communication method for computers and devices similar to the <b>RS232</b>. <b>RS485</b> allows multiple devices of up to 32 to communicate at a half-duplex on a single pair of wire plus a ground wire at distances up to 1200 meters. <b>RS485</b>is used commonly as a protocol for POS, industrial, telecom, and especially in noisy environments due to its wide common-mode range that enables data transmission over long cable lengths in noisy environments.</span></span></p><p style="text-align:justify;"><span style="font-size:12pt;">&nbsp;</span></p><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);"><span style="font-size:12pt;">4.<span style="font-size:7pt;">&nbsp; </span></span><b><span style="font-size:12pt;">USB:</span></b><span style="font-size:12pt;"> The <b>Universal Serial Bus</b> (USB) standard was developed to define <b>communication</b> protocols, including cables and connectors, between computers and electronic devices such as printers and scanners. As the number of devices multiplied in quantity and types, the USB port was adopted as the basic connection portal. <b>USB </b>2.0 offers transfer rates of 480 Mbps, and USB 3.0 offers transfer rates of 4.8 Gbps — 10 times faster. USB 3.0 uses two unidirectional data paths, one to receive data and the other to transmit&nbsp;</span></span></p><p><b><span style="font-size:14pt;color:rgb(0, 0, 0);">Serial interface Modules:</span></b></p><p><span style="color:rgb(0, 0, 0);"><span style="font-size:12pt;font-weight:bold;">·<span style="font-size:7pt;">&nbsp; </span></span><b><span style="font-size:12pt;">RS232 to TTL serial Interface Module- </span></b><span style="font-size:12pt;">It uses</span><span>MAX232IC for conversion. </span><span style="font-size:12pt;">It can be used to program STC MCU, NXP MCU, Renesas MCU, STM32 MCU, N+-2EC MCU.</span><b></b></span></p><p><span style="font-size:12pt;color:rgb(0, 0, 0);">Buy:</span><span><span style="font-size:12pt;"><a href="https://www.campuscomponent.com/products/j9298e58dd/2208614000001842279"><span style="color:rgb(234, 119, 4);">RS232 to TTL serial Interface Module</span></a></span></span></p><p><span><br></span></p><ul><li style="text-align:justify;"><span style="color:rgb(0, 0, 0);"><b><span style="font-size:12pt;">USB TO TTL Module:</span></b><span style="font-size:12pt;"> It features Single-Chip USB to UART Data Transfer - Integrated <b>USB</b> transceiver. On-chip voltage regulator - 3.3 V output (CP2102) - 3.45 V output (CP2109) - 100% pin and software compatible with CP2101.</span></span></li></ul><p style="text-align:justify;text-indent:0.5in;"><span style="font-size:12pt;color:rgb(0, 0, 0);">Buy:</span><span><a href="https://www.campuscomponent.com/products/g675e0dfc4/2208614000001837836" target="_blank"><span style="font-size:12pt;">&nbsp;<span style="color:rgb(234, 119, 4);">USB TO TTL Module</span></span></a></span></p><ul><li style="text-align:justify;"><span style="color:rgb(0, 0, 0);"><b><span style="font-size:12pt;">USB TO RS485 Converter:</span></b><span style="font-size:12pt;"> The <b>USB-RS485</b> module provides an easy to use <b>RS485</b> interface by means of a Virtual Com Port on the user's system.</span></span></li></ul><p style="text-align:justify;text-indent:0.5in;"><span style="font-size:12pt;"><span style="color:rgb(0, 0, 0);">Buy:</span>&nbsp;</span><a href="https://www.campuscomponent.com/products/c252528b38/2208614000001844495" target="_blank"><span style="font-size:12pt;color:rgb(234, 119, 4);">USB to RS485 converter</span></a></p><ul><li style="text-align:justify;"><span style="color:rgb(0, 0, 0);"><b><span style="font-size:12pt;">MAX 485 to TTL Converter:</span></b><span style="font-size:12pt;"> This converter lets you send and receive data using the <b>RS485</b> network from your Arduino/microcontroller.</span></span></li></ul><p style="text-align:justify;text-indent:0.5in;"><span style="font-size:12pt;"><span style="color:rgb(0, 0, 0);">Buy:</span>&nbsp;</span><a href="https://www.campuscomponent.com/products/d3537bf661/2208614000001838412" target="_blank"><span style="font-size:12pt;color:rgb(234, 119, 4);">MAX 485 to TTL Converter</span></a></p><ul><li style="text-align:justify;"><span style="color:rgb(0, 0, 0);"><b><span style="font-size:12pt;">CP 2102 USB to Serial Converter Board:</span></b><span style="font-size:12pt;"> This is the CP2102 Breakout Board. This board provides <b>RS232serial communication</b> interface to computers with a<b>USB</b> port.</span></span></li></ul><p style="text-align:justify;text-indent:0.5in;"><span style="font-size:12pt;"><span style="color:rgb(0, 0, 0);">Buy:</span>&nbsp;</span><a href="https://www.campuscomponent.com/products/i8e5045c9d/2208614000001836421" target="_blank"><span style="font-size:12pt;color:rgb(234, 119, 4);">CP 2102 USB to Serial Converter</span></a></p><p style="text-align:justify;"><span style="color:inherit;"></span></p><p><span style="font-size:12pt;">&nbsp;</span></p></div>
</div><div data-element-id="elm_-3SD_QtWQ8K6jl5jWbG1LQ" data-element-type="button" class="zpelement zpelem-button "><style></style><div class="zpbutton-container zpbutton-align-center"><style type="text/css"></style><a role="button" class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-md " href="javascript:;" target="_blank"><span class="zpbutton-content">Get Started Now</span></a></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Mon, 15 Feb 2021 07:44:45 +0000</pubDate></item><item><title><![CDATA[Bluetooth Module Solutions]]></title><link>https://www.campuscomponent.com/blogs/post/bluetooth-module-solutions</link><description><![CDATA[Bluetooth&nbsp; wireless communication technology has become very popular and it is one of the fastest-growing fields in wireless technology. Nowadays, ]]></description><content:encoded><![CDATA[
<div class="zpcontent-container blogpost-container "><div data-element-id="elm_71uvfcOKShSaQ5IcNgTbOQ" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer"><div data-element-id="elm_dpnbV7hzSN-qjiW0cVu3Zw" data-element-type="row" class="zprow zpalign-items- zpjustify-content- "><style type="text/css"></style><div data-element-id="elm_EseUddaQSVeTWkbrxntVPw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_NyyuqebCQoK-XCCj7tPXLg" data-element-type="heading" class="zpelement zpelem-heading "><style></style><h2
 class="zpheading zpheading-align-center " data-editor="true"><br></h2></div>
<div data-element-id="elm_YYXIhL_9S8-3PZSLA072-g" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_YYXIhL_9S8-3PZSLA072-g"].zpelem-text{ border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);"><span style="font-size:11pt;font-weight:700;">Bluetooth&nbsp;</span><span style="font-size:11pt;font-weight:700;">wireless communication</span><span style="font-size:11pt;"> technology has become very popular and it is one of the fastest-growing fields in wireless technology. Nowadays, demands of mobile phones and personal communication the bandwidth is easy and convenient to use. The </span><span style="font-size:11pt;font-weight:700;">Bluetooth</span><span style="font-size:11pt;"> technology manages the </span><span style="font-size:11pt;font-weight:700;">communication</span><span style="font-size:11pt;"> channel of the wireless part. Based on the current market and the development trend of the Internet of Things in the future, versions of Bluetooth technology is classified into 2 types: classic and low-energy (LE). The classic </span><span style="font-size:11pt;font-weight:700;">Bluetooth</span><span style="font-size:11pt;"> assures the data transmission rate so that it is suitable for applications such as the Bluetooth headset transmitting high-quality music. In the classic type, it is subdivided into the basic rate (BR) and the enhanced data rate (EDR). The low-energy</span><span style="font-size:11pt;font-weight:700;"> Bluetooth</span><span style="font-size:11pt;"> focuses more on the simple information transmission, which tries to extend the endurance time of electronics as long as possible.</span><br></span></p><p><span style="font-size:11pt;color:rgb(0, 0, 0);"><br></span></p><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);"><span style="font-size:11pt;">&nbsp;The</span><span style="font-size:11pt;font-weight:700;"> Bluetooth modules</span><span style="font-size:11pt;"> can transmit and receives the data wirelessly by using two devices. The </span><span style="font-size:11pt;font-weight:700;">Bluetooth module</span><span style="font-size:11pt;"> can receive and transmits the data from a host system with the help of the&nbsp;host controller interface&nbsp;(HCI). The UART &amp; USB are the most popular host controller interfaces and in this article, we have discussed the UART. By using the UART connections, the </span><span style="font-size:11pt;font-weight:700;">Bluetooth module</span><span style="font-size:11pt;"> can be integrated and it gives the best possible solutions for the </span><span style="font-size:11pt;font-weight:700;">Bluetooth</span><span style="font-size:11pt;"> embedded systems.</span><span style="font-size:11pt;"><br></span></span></p><p style="text-align:justify;"><span style="font-size:18pt;font-weight:700;color:rgb(0, 0, 0);"><br></span></p><p><span style="color:rgb(0, 0, 0);"><span style="font-size:18pt;font-weight:700;">How to Select a Bluetooth Module&nbsp;</span><br></span></p><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);"><span style="font-size:11pt;">The Bluetooth module is a functional component and can only function completely when embedded into a proper system. When you select a </span><span style="font-size:11pt;font-weight:700;">Bluetooth module</span><span style="font-size:11pt;"> for your product, further consideration should be taken into hardware and software. The hardware of a Bluetooth module consists of a </span><span style="font-size:11pt;font-weight:700;">Bluetooth</span><span style="font-size:11pt;"> chip and an application processor. Most products currently on the market are embedded with </span><span style="font-size:11pt;font-weight:700;">Bluetooth modules</span><span style="font-size:11pt;"> equipped with application processors. The application processor in the module has internal or external flash memory, ROM and RAM. This kind of module also provides different I/O interfaces, including the time clock, serial communication interface, analog comparator, ADC, DAC, crystal oscillator and the debugging interface, etc.&nbsp;</span><span style="font-size:18pt;font-weight:700;"><br></span></span></p><p><span style="color:rgb(0, 0, 0);"><span style="font-size:12pt;font-weight:700;">RN4677 Bluetooth 4.0 module</span><span style="font-size:11pt;"><br></span></span></p><p style="text-indent:36pt;text-align:justify;"><span style="color:rgb(0, 0, 0);"><span style="font-size:11pt;">The Microchip </span><span style="font-size:11pt;font-weight:700;">RN4677 Bluetooth 4.0 module</span><span style="font-size:11pt;"> is a Smart Ready device able to communicate with other devices operating under </span><span style="font-size:11pt;font-weight:700;">Bluetooth</span><span style="font-size:11pt;"> Classic or BLE protocols. Programmed for </span><span style="font-size:11pt;font-weight:700;">IoT applications</span></span><span style="font-size:11pt;"><span style="color:rgb(0, 0, 0);">, it contains profiles for communication with Apple and Android Smart Phones in Bluetooth Classic (Master) and Low Energy (Central)roles.</span>&nbsp;</span><span style="width:174px;"><img src="https://lh6.googleusercontent.com/S1dr0dd6xGOpNSgtVgucTsFmOunGbOIaTKwzS_EvGmWZuy43SLBLYAV-o27B_XCSiqEAMfDyQDj-sdQR0T2R8DNPUpBoirm05EOqRVqMCMQvRkQ4vDIeIIUgyWbkQgMZrt3Davc"></span></p><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);"><span style="font-size:11pt;">Microchip RN4677 Certified Bluetooth Dual Mode module supports both Bluetooth Classic and </span><span style="font-size:11pt;font-weight:700;">Bluetooth Low Energy</span><span style="font-size:11pt;"> (BLE) communication. Under </span><span style="font-size:11pt;font-weight:700;">Bluetooth</span><span style="font-size:11pt;"> Classic, RN4677 implements standard Serial Port Profile (SPP) that supports serial data transfer between two </span><span style="font-size:11pt;font-weight:700;">Bluetooth</span><span style="font-size:11pt;"> Classic devices.&nbsp;</span></span><span style="color:rgb(0, 0, 0);text-align:center;font-size:11pt;">In addition to SPP for </span><span style="color:rgb(0, 0, 0);text-align:center;font-size:11pt;font-weight:700;">Bluetooth</span><span style="color:rgb(0, 0, 0);text-align:center;font-size:11pt;"> Classic connectivity, the RN4677 introduces a private Generic Attribute Profile (GATT) service for serial data transfer between two BLE devices.</span></p><p><span style="font-size:11pt;color:rgb(0, 0, 0);"><br></span></p><p style="text-align:left;"><span style="color:rgb(0, 0, 0);">&nbsp;</span><span style="color:rgb(234, 119, 4);"><b style="text-align:center;">HC</b><b style="text-align:center;">‐</b><b style="text-align:center;">05 Bluetooth module:-</b></span></p><p style="text-align:justify;"><span style="text-indent:36pt;font-size:11pt;font-weight:700;color:rgb(0, 0, 0);">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span></p><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);"><span style="text-indent:36pt;font-size:11pt;font-weight:700;">HC‐05 module</span><span style="text-indent:36pt;font-size:11pt;">&nbsp;is an easy to use&nbsp;</span><span style="text-indent:36pt;font-size:11pt;font-weight:700;">Bluetooth</span><span style="text-indent:36pt;font-size:11pt;"> SPP (Serial Port Protocol) module, designed for transparent wireless serial connection setup. The </span><span style="text-indent:36pt;font-size:11pt;font-weight:700;">HC-05</span><span style="text-indent:36pt;font-size:11pt;font-weight:700;">Bluetooth Module </span><span style="text-indent:36pt;font-size:11pt;">can be used in a Master or Slave configuration, making it a great solution for </span><span style="text-indent:36pt;font-size:11pt;font-weight:700;">wireless communication</span><span style="text-indent:36pt;font-size:11pt;">. This serial port Bluetooth module is fully qualified&nbsp;</span><span style="text-indent:36pt;font-size:11pt;font-weight:700;">Bluetooth</span><span style="text-indent:36pt;font-size:11pt;"> V2.0+EDR (Enhanced Data Rate)&nbsp;3Mbps Modulation with complete 2.4GHz radio transceiver and baseband. It uses&nbsp;a CSR Bluecore 04</span><span style="text-indent:36pt;font-size:11pt;font-weight:700;">&nbsp;</span><span style="text-indent:36pt;font-size:11pt;">External single-chip Bluetooth system with CMOS technology and with AFH (Adaptive Frequency Hopping Feature).</span></span></p><p></p><div><p style="text-align:justify;"><span style="font-size:11pt;font-weight:700;color:rgb(0, 0, 0);"><br></span></p><p style="text-align:justify;"><span style="font-size:11pt;font-weight:700;color:rgb(234, 119, 4);">Hardware Features:-</span></p><ul><li style="font-size:10pt;"><p style="text-align:justify;"><span style="font-size:11pt;color:rgb(0, 0, 0);">Typical ‐80dBm sensitivity.</span></p></li><li style="font-size:10pt;"><p style="text-align:justify;"><span style="font-size:11pt;color:rgb(0, 0, 0);">Up to +4dBm RF transmit power.</span></p></li><li style="font-size:10pt;"><p style="text-align:justify;"><span style="font-size:11pt;color:rgb(0, 0, 0);">3.3 to 5 V I/O.</span></p></li><li style="font-size:10pt;"><p style="text-align:justify;"><span style="font-size:11pt;color:rgb(0, 0, 0);">PIO (Programmable Input/Output) control.</span></p></li><li style="font-size:10pt;"><p style="text-align:justify;"><span style="font-size:11pt;color:rgb(0, 0, 0);">UART interface with programmable baud rate.</span></p></li><li style="font-size:10pt;"><p style="text-align:justify;"><span style="font-size:11pt;color:rgb(0, 0, 0);">With integrated antenna.</span></p></li><li style="font-size:10pt;"><p style="text-align:justify;"><span style="font-size:11pt;color:rgb(0, 0, 0);">With edge connector.</span></p></li></ul><p style="text-align:justify;"><span style="font-size:11pt;font-weight:700;color:rgb(234, 119, 4);">Software Features:-</span></p><ul><li style="font-size:10pt;"><p style="text-align:justify;"><span style="font-size:11pt;color:rgb(0, 0, 0);">Slave default Baud rate: 9600, Data bits: 8, Stop bit: 1, Parity: No parity.</span></p></li><li style="font-size:10pt;"><p style="text-align:justify;"><span style="font-size:11pt;color:rgb(0, 0, 0);">Auto‐connect to the last device on power as default.</span></p></li><li style="font-size:10pt;"><p style="text-align:justify;"><span style="font-size:11pt;color:rgb(0, 0, 0);">Permit pairing device to connect as default.</span></p></li><li style="font-size:10pt;"><p style="text-align:justify;"><span style="font-size:11pt;color:rgb(0, 0, 0);">Auto‐pairing PINCODE:”1234” as default.</span></p></li></ul><ul><li><p style="text-align:left;"><span style="color:rgb(0, 0, 0);">HM-06&nbsp;Bluetooth module</span></p><p style="font-size:10pt;text-indent:36pt;text-align:justify;"><span style="color:rgb(0, 0, 0);"><span style="font-size:11pt;font-weight:700;">HM-06</span><span style="font-size:11pt;">&nbsp;is a&nbsp;</span><span style="font-size:11pt;font-weight:700;">Bluetooth module</span><span style="font-size:11pt;">&nbsp;designed for establishing short-range wireless data </span><span style="font-size:11pt;font-weight:700;">communication</span><span style="font-size:11pt;"> between two microcontrollers or systems. The module works&nbsp; &nbsp; &nbsp;on&nbsp;Bluetooth 2.0 communication protocol&nbsp;and it can only act as a slave device. This is the cheapest method for wireless data transmission. It is more flexible compared to&nbsp; &nbsp; other methods and it even can transmit files at speed up to 2.1Mb/s.</span></span></p><p style="font-size:10pt;text-align:justify;"><span style="font-size:11pt;color:rgb(0, 0, 0);"></span></p><div><p style="font-size:11pt;text-align:justify;"><span style="font-size:12pt;font-weight:700;color:rgb(0, 0, 0);">HM-10 Bluetooth Module</span></p><p style="font-size:11pt;text-indent:36pt;text-align:justify;"><span style="color:rgb(0, 0, 0);"><span style="font-size:11pt;">The&nbsp;HM-10&nbsp;is a readily available&nbsp;Bluetooth 4.0 module. This module is used for establishing wireless data </span><span style="font-size:11pt;font-weight:700;">communication</span><span style="font-size:11pt;">. The module is designed by using the Texas Instruments CC2540 or CC2541&nbsp;</span><span style="font-size:11pt;font-weight:700;">Bluetooth </span><span style="font-size:11pt;">low energy&nbsp;(BLE) System on Chip (SoC). This Module is used where short-distance </span><span style="font-size:11pt;font-weight:700;">wireless communication</span><span style="font-size:11pt;"> is needed. The module is used for wireless communications of less than 100 meters. The module is preferred where power consumption is an issue. HM-10 </span><span style="font-size:11pt;font-weight:700;">module</span><span style="font-size:11pt;"> is designed by BLE chip so it consumes very little power to function.</span></span></p><br><p style="text-align:justify;margin-bottom:8pt;"><a href="https://www.campuscomponent.com/categories/bluetooth/2208614000002321095" style="color:rgb(234, 119, 4);"><span style="font-size:11pt;">Visit to buy From </span><span style="font-size:14.6667px;">Authorized</span><span style="font-size:11pt;">&nbsp;Distributor</span></a></p></div></li></ul></div>
</div></div><div data-element-id="elm_EIfawF9IQ_60Bk_XYyV0lQ" data-element-type="button" class="zpelement zpelem-button "><style></style><div class="zpbutton-container zpbutton-align-center"><style type="text/css"></style><a role="button" class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-md " href="javascript:;" target="_blank"><span class="zpbutton-content">Get Started Now</span></a></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Thu, 04 Feb 2021 11:55:44 +0000</pubDate></item><item><title><![CDATA[Why You Should Buy Electronic Components Online?]]></title><link>https://www.campuscomponent.com/blogs/post/Why-you-should-buy-electronic-components-online</link><description><![CDATA[<img align="left" hspace="5" src="https://www.campuscomponent.com/Electronic components india.png"/>Window shopping is the thing of the past especially after the pandemic hit the world. Although buying things online had existed for more than a decade ]]></description><content:encoded><![CDATA[
<div class="zpcontent-container blogpost-container "><div data-element-id="elm_KOU4WIUnQ3-47JGf-kzFow" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer"><div data-element-id="elm_7by9ns0BRGCDBkr9ivIRjw" data-element-type="row" class="zprow zpalign-items- zpjustify-content- "><style type="text/css"></style><div data-element-id="elm_uS2RljYsRlSE3RqWnkILMg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_imoCn3ShQXiLJhKEpHMakA" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center " data-editor="true"><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);">Window shopping is the thing of the past especially after the pandemic hit the world. Although buying things online had existed for more than a decade but consumers preferred doing window shopping for most of their daily needs before. Now, it is not the same, COVID-19 popularized online shopping more than we all expected, especially to avoid the unnecessary outer world contact and to stay healthy. But this is not the case with electronics and Semiconductor industry. For so many years, most of the manufacturing companies preferred buying electronic components online for various reasons like competitive pricing, authentic products, after sale support, quick shipment, saves personal time and energy, etc.</span></p><p><br></p><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);"><span style="font-size:11pt;">Design engineers / procurement engineers play important role in buying the components for all these manufacturing companies. In the past there were lot of challenges and mostly engineers used to consult other engineer before buying any product but since the time the online shopping has come, they will have to just go online, look for the product by understanding its specifications and locate a part that matches their design requirement then they can simply buy it without any hassle.&nbsp;</span><br></span></p><p style="text-align:justify;"><span style="font-size:11pt;color:rgb(0, 0, 0);"><br></span></p><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);">The recent contribution from the online component distributors have taken this to a different level in buying electronics components online. Apart from selling products they also publish technical articles, blogs and tech tips which keep design engineers hooked to their websites and help them to understand the new technology trends and designs.</span></p><p><br></p><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);">Electronic component distributors these days offer just more than wide range of inventories. They also provide design support, assist you from the preliminary design till the development and some distributors go beyond that, they help you with developing necessary applications and cloud storage for your products to make your business complete.</span><a href="https://www.campuscomponent.com/" style="color:rgb(234, 119, 4);">Campus Component</a><span style="color:rgb(0, 0, 0);">is one such distributor, our service does not stop with just selling the electronic components but we also provide exceptional support and advisory services.&nbsp;</span></p><p style="text-align:justify;"><span style="text-align:center;"><br></span></p><p style="text-align:justify;"><span style="text-align:center;color:rgb(234, 119, 4);">Below are some points why you should always consider buying electronic components online and why Campus component should be your preference:-</span></p><p>&nbsp;</p><ul><li style="text-align:justify;"><span style="color:rgb(0, 0, 0);">Detailed technical information: Product’s technical information will be clearly available on our website.</span></li><li style="text-align:justify;"><span style="color:rgb(0, 0, 0);">Original products: The products you buy will be authentic and will come straight from our multi-facility warehouse.</span></li><li style="text-align:justify;"><span style="color:rgb(0, 0, 0);">Huge inventory: Wide range of products are available for you to select to meet your design requirements.</span></li><li style="text-align:justify;"><span style="color:rgb(0, 0, 0);">Secured transactions: All the transactions done with us are safe and secure.</span></li><li style="text-align:justify;"><span style="color:rgb(0, 0, 0);">Competitive pricing: We offer competitive pricing for all sort of customers.</span></li><li style="text-align:justify;"><span style="color:rgb(0, 0, 0);"><span style="font-size:7pt;">&nbsp;</span>Save a lot of your time, money and energy.</span></li><li style="text-align:justify;"><span style="color:rgb(0, 0, 0);">After sale support.</span></li></ul><div style="text-align:justify;"><br></div><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);">Strong anti-counterfeit policy, satisfied customers, very strong presence in India, wide varieties of suppliers, billing in both INR and USD make Campus component to stand out from the regular component distributors’ crowd.&nbsp;</span></p><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);"><br></span></p><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);">Electronics is one of the fastest growing industry in the world, India’s electronic sector has seen an average growth of 26% annually and in the coming year it is expected to grow more than 30%. The demand for electronic components are rising every day and on the other hand there are a lot of new component distributors joining the game to meet this soaring demand. However it is very much advisable to ensure the authenticity and the standard of the component distributor before placing any order with them.&nbsp;</span></p><p><br></p><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);">Campus component started component distribution from 2014 and has helped a lot of startups to grow and successfully deploy their products in the market. We are experts in supplying products for various solutions including <a href="https://www.campuscomponent.com/iot-solution">IoT</a>, <a href="https://www.campuscomponent.com/power-solution">power solutions</a>, <a href="https://www.campuscomponent.com/module-base-approach">ready modules</a>, cloud services, and <a href="https://www.campuscomponent.com/ev-solution">electric vehicles and charging stations</a>. If you are looking to buy electronic components online or stuck with your product design then look no further and visit our website <a href="https://www.campuscomponent.com/">https://www.campuscomponent.com/</a>&nbsp; for all your requirements. We are ready to meet all your demands, feel free to get in touch with us and we will tell you more of what we can do to make your design a top notch product.</span></p><p style="text-align:justify;"><br></p><p style="text-align:justify;"><span style="color:rgb(234, 119, 4);">Contact US:-</span></p><p style="text-align:justify;"><b style="color:rgb(0, 0, 0);">Pune(HQ)</b></p><p></p><div style="text-align:justify;"><span style="color:rgb(0, 0, 0);">Campus Component Pvt. Ltd</span></div><div style="text-align:justify;"><span style="color:rgb(0, 0, 0);">Ackruti Chambers', Office No. 308, 3rd Floor,</span></div><div style="text-align:justify;"><span style="color:rgb(0, 0, 0);">Near Laxminarayan Theater, Swargate,</span></div><div style="text-align:justify;"><span style="color:rgb(0, 0, 0);">Pune 411037</span></div><p></p><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);"><span>Email-:</span>&nbsp; &nbsp;sales@campuscomponent.com</span></p><p></p><div style="text-align:justify;"><span style="color:rgb(0, 0, 0);">Phone :&nbsp;+91 20 24275291</span></div><div style="text-align:justify;"><span style="color:rgb(0, 0, 0);">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;+91-9767444555</span></div><p></p></div>
</div><div data-element-id="elm_p3wIjgcVT-W6JxhI-Lxu8g" data-element-type="button" class="zpelement zpelem-button "><style></style><div class="zpbutton-container zpbutton-align-center"><style type="text/css"></style><a role="button" class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-md " href="javascript:;" target="_blank"><span class="zpbutton-content">Get Started Now</span></a></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Mon, 18 Jan 2021 12:17:00 +0000</pubDate></item><item><title><![CDATA[Types of Electronic Components]]></title><link>https://www.campuscomponent.com/blogs/post/typesofelectroniccomponents</link><description><![CDATA[<img align="left" hspace="5" src="https://www.campuscomponent.com/online electronic component-1.png"/>Collection of online electronic components found in the various experimentation kits. These essential components are only a small part of what can be ]]></description><content:encoded><![CDATA[
<div class="zpcontent-container blogpost-container "><div data-element-id="elm__CG9Zg_aRTSLANg08xHJzQ" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer"><div data-element-id="elm_FNPKFSy3SMWZohwLGRTBHQ" data-element-type="row" class="zprow zpalign-items- zpjustify-content- "><style type="text/css"></style><div data-element-id="elm_rdaAWkuuT-CL5uDzeQEL8w" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"> [data-element-id="elm_rdaAWkuuT-CL5uDzeQEL8w"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm__o4no3tDRDOahUvwuY69JA" data-element-type="heading" class="zpelement zpelem-heading "><style></style><h2
 class="zpheading zpheading-align-center " data-editor="true"><br></h2></div>
<div data-element-id="elm_5dnUEmwWTEGiaVDWIYbLpA" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center " data-editor="true"><div style="color:inherit;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">Collection of <a href="/#%3Ca href%3D%22https%3A//www.campuscomponent.com%22%3E Campus Component%3C/a%3E" title="online electronic components" rel="">online electronic components</a> found in the various experimentation kits. These essential components are only a small part of what can be found on the market .</span><br></p><p><span style="color:inherit;"><br></span></p><p style="text-align:justify;margin-bottom:8pt;"><span style="font-size:14pt;font-weight:700;color:rgb(234, 119, 4);">Internal components:-</span></p><p style="text-align:justify;margin-bottom:8pt;"><span style="font-size:16px;color:rgb(0, 0, 0);">Resistors, diodes, transistors, capacitors, relays.</span></p><p></p><div><div style="color:inherit;"><div style="color:inherit;"><div style="color:inherit;"><div style="color:inherit;"><div style="color:inherit;"><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">Resistance</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">Resistance decreases the amount of current in a circuit. It is measured in ohms, and the greater the number of ohms, the more the current is reduced. The current loss is transformed into heat, or energy if we add circuits that can use it, such as LEDs.</span></p><span><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);font-size:16px;">Diode</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">Make the current flow in only one direction.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);font-size:16px;">Transistor</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">It serves as a switch, amplifier or signal or current modulator. Therefore, essential for the logic of a circuit or to control a motor. Its shape and capacities vary to the extreme.</span></p><span style="font-size:16px;"><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);font-size:16px;">Capacitor</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">Battery or buffer zone that accumulates current and releases it later. It can have different shapes, here are two examples.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);font-size:16px;">Relay</span></p></li></ul></span><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">There are all kinds of relays, which differ in size and power. A relay allows current to flow to one <span style="font-weight:700;">electronic component India</span> or another. It's like a switch and it's essential to create complex circuits.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);font-size:16px;">Relay and photo coupler</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">By combining a photocoupler and a relay, we pass the current where we want without depending on where it passes.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);font-size:16px;">Rider</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">This split assembly allows you to connect female sockets by cutting out the number of pins required. The pins are independent which allows to use them to fix a diagram on the prototype board, but then the rest becomes coloring.</span></p></span><span style="color:rgb(0, 0, 0);"><br></span><p style="text-align:justify;margin-bottom:8pt;"><span style="font-size:14pt;font-weight:700;color:rgb(234, 119, 4);">Entries and ordering:-</span></p><p style="text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">Push button, potentiometer, switch, joystick, keyboard, touch screen.</span></p><ul><li><p style="text-align:justify;"><span style="color:rgb(0, 0, 0);">Push button<br></span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">Depending on whether the button is pressed or not, the circuit is closed or not. It is connected to a digital port and the program receives the value on or off.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">Potentiometer</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">It is also called variable resistor. It is connected to an analog port and the program thus receives the value that it sends and which corresponds to the rotation of the handle.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">Flexible sensor</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">Another way to control a device: according to the curvature ... We can associate a resistance to the curvature and thus accelerate an engine for example.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">Joystick</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">It connects to two ports for the x and y position, and another port for pressing the joystick.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">Numeric keypad</span></p></li></ul><p style="margin-left:36pt;text-align:justify;"><span style="color:rgb(0, 0, 0);">16-key numeric keypad</span></p><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">The cable connects to a set of digital ports of the Arduino (or other), so we must implement an event handler for each.</span></p><p style="text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);"><br></span></p><p style="text-align:justify;margin-bottom:8pt;"><span style="font-size:14pt;font-weight:700;color:rgb(234, 119, 4);">Displays and sound:-</span></p><p style="text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">LED, RGB LED, buzzer, piezo, screens.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">LED</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">The LEDs are LEDs supplied in four colors: red, blue, green, yellow. They are connected to the power supply and to the ground by adding a resistance to collect the current and transform it into light. The infra-red (IR) LED is similar but it reacts to an external signal, and does not connect to a port. However, it must be connected to the power supply and the ground.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">RGB LED</span></p></li></ul><p style="margin-left:36pt;text-align:justify;"><span style="color:rgb(0, 0, 0);">It is a combination of three red, green and blue LEDs which makes it possible to obtain varied colors by varying the intensity of each.</span></p><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">Three pins are connected to ports to control color intensity and the fourth to ground.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">Tricolor LED</span></p></li></ul><p style="margin-left:36pt;text-align:justify;"><span style="color:rgb(0, 0, 0);">A different RGB LED, which connects to three different ports.</span></p><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">Three pins are connected to ports to control color intensity and the fourth to ground.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">Beeper / Piezo</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">Emits a beep sound, which repeated at high frequency turns into a long sound.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">LCD screen</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">Purely textual screen, on a few lines. Graphic versions of small screens are also available on the market. Usually has two 16-character lines in kits.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">Matrix of LEDs</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">The points of the matrix can be illuminated individually and images can be obtained, possibly animating them by program.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">7-segment display</span></p></li></ul><p style="margin-left:36pt;text-align:justify;"><span style="color:rgb(0, 0, 0);">Primary version of LED display which illuminates predefined segments thus forming numbers or letters.</span></p><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">The multi-digit version has several characters (this is what justifies the point below).</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">Sensors, sensors, detectors</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">Temperature, light, flame, smoke, humidity, heat, distance, movement, acceleration, orientation, vibration, contact, shock, atmospheric pressure, altitude, flexibility, sounds, ultrasound, gas, reflectivity, finger pressure, colors, gyroscope on 3 axes.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">Photoresistor (Photoresistor)</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">Light sensor, we connect it to an analog port and the value we receive depends on the light the sensor receives.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">Temperature sensor</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">Connected to an analog port, the TMP36 sensor sends a value in the form of voltage. A low value when the sensor receives a lot of light, high in the dark. The voltage is then converted into a temperature measurement according to a simple mathematical formula.</span></p><p style="text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);"><br>Distance sensor<br></span></p><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">Sends and receives ultra-sonic waves, and thanks to echo-location like bats evaluate the distance according to the return time.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">Humidity sensor</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">Because of the greater conductivity of air when it is humid, it can be easily detected by measuring the current flowing through a flat component. It is then connected to an analog port.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">Flame and infrared detector</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">This flame detector is actually an NPN phototransistor, an infrared ray detector.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">Tilt sensor</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">Can have a cubic or cylindrical shape. Detects the inclination thanks to a ball which moves inside and which touches one of the poles. The simple version that we find in two-state kits, it's more of a kind of button controlled by the circuit.</span></p><p style="text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);"><br></span></p><p style="text-align:justify;margin-bottom:8pt;"><span style="font-weight:700;color:rgb(234, 119, 4);font-size:18px;">Engines:-</span></p><p style="text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">Servo motor, hobby motor, stepper.</span></p><p style="text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);"><br></span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">Engine</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">Electric motor whose speed depends on the current it receives, which is modulated using a transistor.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">Servo motor</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">Unlike the electric motor, it rotates with a limited value interval, for example between 0 and 180 degrees. This is suitable for operating a mechanism, such as the arm of a robot.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">Step by step pilot</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">In English &quot;stepper driver&quot;, controls the electric motor to make it work in step-by-step mode.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">Communication</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">Bluetooth, wifi, transceiver, infra-red.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">Infrared receiver</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">The Sain Smart kit includes the VS1838B infrared receiver.</span></p><ul><li style="font-size:14pt;"><p style="text-align:justify;"><span style="font-size:16px;color:rgb(0, 0, 0);">RFID</span></p></li></ul><p style="margin-left:36pt;text-align:justify;margin-bottom:8pt;"><span style="color:rgb(0, 0, 0);">It is a radio frequency transmitter coupled to a receiver, the set beeps to the object that we want to find.</span></p><p style="text-align:justify;margin-bottom:8pt;"></p><div><span style="color:rgb(0, 0, 0);"><span><br></span></span></div><div style="color:inherit;"><span style="font-size:14pt;"><br></span></div></div></div></div></div></div></div></div></div>
</div><div data-element-id="elm_x_2Y8cXzSziGhyl8OPCZHA" data-element-type="button" class="zpelement zpelem-button "><style></style><div class="zpbutton-container zpbutton-align-center"><style type="text/css"></style><a role="button" class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-md " href="javascript:;" target="_blank"><span class="zpbutton-content">Get Started Now</span></a></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Mon, 18 Jan 2021 12:17:00 +0000</pubDate></item></channel></rss>