×
Home
Jobs
Tools
Coding Ground
Current Affairs
UPSC Notes
Online Tutors
Whiteboard
Tutorix
Login
Categories
Java
JSP
iOS
HTML
Android
Python
C Programming
C++ Programming
C#
PHP
CSS
Javascript
jQuery
SAP
SAP HANA
Data Structure
RDBMS
MySQL
Mathematics
8085 Microprocessor
Operating System
Digital Electronics
Analysis of Algorithms
Mobile Development
Front End
Web Development
Selenium
MongoDB
Computer Network
General Topics
Q/A
Library
eBooks
Courses
Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Selected Reading
UPSC IAS Exams Notes
Developer's Best Practices
Questions and Answers
Effective Resume Writing
HR Interview Questions
Computer Glossary
Who is Who
Yash Sanghvi
has Published
220
Answers
Components of Arduino Uno board
Arduino
Hardware
Software & Coding
Yash Sanghvi
Published on 30-Jul-2021 13:31:32
The important components of the Arduino Uno Board are shown below −The following table contains the description for each of the labels −LabelDescription17-12 V Barrel Jack2Voltage Regulator316 MHz Crystal Oscillator4USB - B Port5Reset Button6Digital Pins7ICSP Pins (SPI can be accessed from here)8ATmega328P microcontroller9Analog Pins10Serial Port TX RX LEDs11USB to UART ...
Read More
Interface Arduino with Gas Sensor
Arduino
Hardware
Software & Coding
Yash Sanghvi
Published on 30-Jul-2021 13:29:05
In this article, we will see how to interface Arduino with the MQ-2 gas sensor. MQ2 gas sensor is used for detecting smoke and some flammable gases like LPG, Methane, etc. It changes its resistance depending on the type of the gas. This principle can be used to raise an ...
Read More
Interface Arduino with LoRa module
Arduino
Hardware
Software & Coding
Yash Sanghvi
Published on 30-Jul-2021 13:26:15
In this article we will see how to interface Arduino with the LoRa module E32. LoRa stands for Long Range. It uses license-free sub-GHz RF bands for operation. These bands are different in different countries. In India, the permissible band is 865-867 MHz. LoRa is very ideal for IoT applications ...
Read More
Interface Zigbee with Arduino
Arduino
Hardware
Software & Coding
Yash Sanghvi
Published on 30-Jul-2021 13:21:52
Zigbee is a wireless communication protocol targeted for battery powered devices (it has both low power and low cost). It generally operates in the 2.4GHz range (although there are geographic variations), and supports data ranges from 20 to 250 kbits/s.The transmission distance though, is small compared to the likes of ...
Read More
Send SMS using a GSM module connected to Arduino
Arduino
Hardware
Software & Coding
Yash Sanghvi
Published on 30-Jul-2021 13:14:27
In this article, we will see how to interface Arduino with a GSM Module, and send SMS using the module. You will need the following −Arduino boardA GSM Module (SIM800C, SIM900A, are popular examples, but you can have any other module as well)A GSM (2G) SIM Card, or a 4G ...
Read More
Queue in FreeRTOS in Arduino
Arduino
Hardware
Software & Coding
Yash Sanghvi
Published on 30-Jul-2021 13:11:03
Queue is a data structure that helps exchange data between different tasks or between tasks and interrupts. It holds a finite number of items (defined at the time of initialization) and operates in the FIFO mode.We will walk through an example that comes in with the FreeRTOS library, to understand ...
Read More
How to Use isGraph() in Arduino?
Arduino
Hardware
Software & Coding
Yash Sanghvi
Published on 30-Jul-2021 12:52:16
The isGraph() function is very similar to the isPrintable() function in Arduino. The only difference is that isGraph() returns true only if the character being printed has some content.So, blank space gets excluded by isGraph() but included by isPrintable(). All normal characters, numbers, special characters, which have some content will ...
Read More
shiftIn() and shiftOut() in Arduino
Arduino
Hardware
Software & Coding
Yash Sanghvi
Published on 30-Jul-2021 12:50:05
shiftIn() and shiftOut() commands in Arduino are, very loosely speaking, software implementations of SPI. Of course, SPI is much faster, but SPI can work only on some specific pins of Arduino. shiftIn() and shiftOut() can use any two GPIOs of Arduino (not some specific pins like SPI).Both shiftIn() and shiftOut() ...
Read More
pulseIn() and pulseInLong() in Arduino
Arduino
Hardware
Software & Coding
Yash Sanghvi
Published on 30-Jul-2021 12:47:56
If there is an incoming pulse on a pin, and you need to measure the duration of the pulse then the pulseIn() function comes in handy.SyntaxThe syntax is −pulseIn(pin, value)Where pin is the number of the pin on which you wish to measure the pulse. The value is the level ...
Read More
tone() and noTone() in Arduino
Arduino
Hardware
Software & Coding
Yash Sanghvi
Published on 30-Jul-2021 12:43:48
The tone function can be used to generate a square wave (50% duty cycle) of a specific frequency on a pin.SyntaxThe syntax is −tone(pin, frequency)pin is the pin number on which to generate the tone. The frequency is specified in Hz.This function can also take in a third optional argument ...
Read More
Previous
1
2
3
4
5
6
7
...
22
Next
Advertisements
Print
Add Notes
Bookmark this page
Report Error
Suggestions
Save
Close
Dashboard
Logout