0
4153
नमस्कार दोस्तों, पिछले ब्लॉग में
आप ने ARDUINO UNO के बारे
में जाना। आज हम लोग Arduino
Nano के बारे
में जानेंगे। यह एक प्रकार का माइक्रोकंट्रोलर बोर्ड है जिसे Arinoino
टीम
द्वारा डिज़ाइन किया गया है। Arduino Nano ATmega328
पर
आधारित एक छोटा, पूर्ण और
ब्रेडबोर्ड-अनुकूल
बोर्ड है। पिन और आकार की संख्या को छोड़कर यह हर Arduino के समान कार्य
क्षमता और..
2
22444
नमस्कार दोस्तों स्वागत है आप का component7 के नए tutorial " Arduino Uno R3 क्या है ? " में, पिछले tutorial "Arduino क्या है " में आप ने जाना की Arduino के मुख्य रूप से दो पार्ट होते हैं। पहला Arduino hardware और दूसरा Arduino software जिसे हम Arduino IDE कहते है। Arduino IDE को download , install और test करना हम जान चुके हैं। अब हम लोग Arduino ..
0
3103
नमस्कार दोस्तों component7 के नए ट्यूटोरियल में आप का स्वागत है, पिछले ट्यूटोरियल में आप ने जाना की Arduino क्या है, इस ट्यूटोरियल में आप जानेंगे कि आप अपने Windows operating system पर Arduino IDE (जिसे Integrated Development Environment के संक्षिप्त रूप में भी जाना जाता है ) को कैसे डाउनलोड, इंस्टॉल और टेस्ट कर सकते हैं।Arduino IDE क्या हैइससे पहल..
10
33379
Arduino kya
hai-What is Arduinoआज हम जानेंगे की Arduino क्या है। दशकों से, इलेक्ट्रॉनिक
के प्रति दिलचस्पी रखने वाले लोग हमेशा से मौजूद रहे हैं, और वे आकर्षकउपकरण और उत्पाद बना रहे हैं। Arduino एक हार्डवेयर
और सॉफ़्टवेयर का मंच/प्लेटफॉर्म है, जो कलाकारों, डिज़ाइनरों, इलेक्ट्रॉनिक्स
के शौक़ीनों, हैकरों, नए-नए लोगों और इंटरेक्टिव वस्तुओं बनाने में रु..
3
6698
In the blog Blink LED By Arduino, we learn how to control a
single LED. In this blog, we learn we learn how to control 8 LEDs by in a
different manner by changing the code. We learn the following pattern.These led blinking differently by changing some code in the
upper code 4 in the void loop()
Light up all the LEDs in
turn-------------------..
0
2224
Scratch for Arduino (S4A)S4A is a Scratch modification which is simple as ABC to use and
understand the language composed by the MIT Media Lab mainly intended to
introduce easy programming of the Arduino open source hardware platform to
children aged 7-16. It provides new blocks for managing sensors and
actuators connected to Arduino.The main ..
0
3412
Troubled to choose a voltage regulator between buck converter and 7805 voltage regulatorWhy you choose buck converter instead of 7805 voltage regulator.You are face trouble to choose a voltage regulator between 7805 voltage regulator or the buck converter; because both converters convert the voltage from high to low and have various advantages and ..
1
1080
Paper
Circuit Create Electronics Art in a simple and easy way. Materials requiredBasic materials required for making your paper circuit.
Copper tape
LEDs
Cutter
Papers
Soldering Kit
Coin size Cell
## For making simple paper circuit you need to know about basics
of Soldering, and basics on LED terminalExample of basic pa..
1
709
Remotely Operate Raspberry-pi from your
LaptopStep1-Install tight VNC server on your raspberryPi:1.Boot
Up your Pi and once you are on the desktop, open the terminal and type in the
following command: sudo apt-get install tightvncserver 2.Then,
run the TightVNC server, which will ask you to enter a password(length must be
less or equal to 8). The
..
1
764
Setup your Raspberry Pi in few stepsRaspberry Pi:The Raspberry Pi 2 Model B is the second generation of Raspberry Pi. It replaced the original Raspberry Pi 1 Model B+.The specifications of the Raspberry Pi 2 Model B are:● A 900MHz quad-core ARM cortex-A7 CPU●1 GB RAM●4 USB ports●40 GPIO pin●Full HDMI port●Ethernet port●Combined 3.5mm audio jack and..
0
1348
In this blog we learn how to run a stepper motor with the help of Arduino UNO R3 and L293D IC (Motor Driver IC).The stepper motor is used in electronics and electro-mechanical equipment’s like 3D printers, CNC machine, hard disk drives, robotics, antennas, telescopes etc.Parts required:
Arduino UNO
Bipolar stepper motor
Jumper wire
Breadboard
L29..
0
1230
Required Hardware and Software for programming ATtiny85Arduino IDE
Arduino UNO R3
Bread Board
Jumper wires
ATtiny85Steps for preparing Hardware for programming.Install Arduino IDE on your computerIn Arduino IDE, you can install the ATtiny support using the built-in board's manager.Open the preferences dialog in the Arduino software.
Find th..