projectsflix
  • Home
  • Projects
    • Matlab
    • PHP
    • C++
    • Raspberry PI
  • Tutorials
    • DeepLearning
    • Arduino
  • Latest News
  • About
    • Contact
    • Privacy Policy

Arduino

Arduino

Arduino Tutorials:Loops in Arduino IDE /C lang

Loops: Loop statements are statements which can be executed again and again until a given condition is true. There are many types of loops. They are: For loop While loop do while loop For loop: There are three statements which we have to initialize for a for loop. They are: Read more…

By Sandesh Jatla, 2 years2 weeks ago
Arduino

Arduino Tutorials:If conditions in Arduino IDE

If Statement: The if statement in arduino code is the same way in which we use in english language. The if statement checks if the code written in the condition is true, then the statements written in it will not be executed. Example: If (a>b)  digitalWrite(LEDpin, HIGH); Here, two variables a Read more…

By Sandesh Jatla, 2 years2 weeks ago
Arduino

Arduino Tutorials:Intro to Serial Monitor

Serial monitor: Serial monitor is used to communicate with computers,other arduinos or any other devices. Arduino Uno have 2 serial pins, 0 and 1. 0 is for Rx (receiver) and 1 is for Tx (transmitter). Connecting any other devices to these pins will interfere with communication of computer with arduino, Read more…

By Sandesh Jatla, 2 years2 weeks ago
Arduino

Arduino Tutorials:Functions and Libraries in Arduino IDE

Functions: A function is a defined task in a code which we send input variables required for that task and acquire required solution. Functions can be pre-defined (like pinMode , analogWrite , etc), or defined by the user. We can call function any times required. Example: Initially, process is started Read more…

By Sandesh Jatla, 2 years2 weeks ago
Arduino

Arduino Tutorials:Using variables in arduino IDE

Variables in arduino: Variable is the method through which we can store data(or values). This is so important in any programming language. For example, if someone want to call you they will with the help of your name. In the same way we call some values with the help of Read more…

By Sandesh Jatla, 2 years2 weeks ago
Arduino

Arduino Tutorials:Various Types of Memories in Arduino

Types of memory present on Arduino uno: There are three types of memories present on arduino uno. They are: Flash memory: Where the actual arduino code is stored Static Random Access Memory (SRAM): Where variables are created and manipulated according to the code when code is executed. EEPROM: Where long-term Read more…

By Sandesh Jatla, 2 years2 weeks ago
Arduino

Arduino Tutorials:Analog Pins

Analog pins: There are 6 digital pins in total, starting from A0 to A5. All pins from A0 to A5 can be used for analog inputs/outputs. Unlike digital pins, there are no special pins for transmitter and receiver, pwm, or an led attached to a pin.         Next Post:Various Types Read more…

By Sandesh Jatla, 2 years2 weeks ago
Arduino

Arduino Tutorials:Digital Pins

Digital pins: There are 14 digital pins in total, starting from 0 to 13. All pins from 0 to 13 can be used for digital inputs/outputs. pin 0 can be used as RX (receiver) and pin 1 can be used as TX (transmitter) which are required during communication with other Read more…

By Sandesh Jatla, 2 years2 weeks ago
Arduino

Arduino Tutorials:Arduino IDE Installation

IDE installation in your pc: Steps to install IDE in your laptop/pc : Visit http://www.arduino.cc/en/main/software and download the latest arduino IDE version according to your pc’s/laptop’s operating system. open the downloaded .exe file. Click the “I Agree ” button which is present on the bottom right of the pop-up. Check or Read more…

By Sandesh Jatla, 2 years2 weeks ago
Arduino

Arduino Tutorials:Introduction to Arduino

Introduction to Arduino: Arduino, which constitutes of both hardware and software, is an open source platform which is used to perform various electronics projects. It all was started in 2003,where Hernando Barragán created Wiring, a development platform as a thesis project in Interaction Design Institute Ivrea (IDII) in Ivrea, Italy. He Read more…

By Sandesh Jatla, 2 years2 weeks ago

Posts navigation

Previous 1 2
Follow Us
  • Instagram
  • Facebook
Categories
  • Arduino
  • C++
  • CyberSecurity
  • DeepLearning
  • Linux
  • Machine Learning
  • Matlab
  • News
  • OpenCV
  • PHP
  • Projects
  • python
  • Raspberry PI
  • Technology
  • Tutorials
Recent Posts
  • What are Machine Learning Prerequisites and Machine Learning Terminologies for Beginners?
  • Dataset Division,Model fit,Model Indicators, Feature Engineering in Machine Learning
  • Supervised learning,Unsupervised learning and Reinforcement learning in Machinelearning
  • What is Machine Learning in Artificial Intelligence and What are it’s applications?
  • The Best Editor for Programming
Copyright © Projectsflix.com 2021.All Rights Reserved.
This website uses cookies to improve your experience. We'll assume you accept this policy as long as you are using this websiteAcceptView Policy