• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
Mechanic37

Mechanic37

इंजीनियरिंग और फिजिक्स,केमिस्ट्री

  • My account
  • Cart
  • Products
  • Blog
  • Contact Us
Home » Led की Brightness कैसे control करें

Led की Brightness कैसे control करें

December 25, 2022 by admin Leave a Comment

5
(1)
Led की Brightness को Potentiometer से Control कर सकते हो आसानी से इस page को read करें

Friends Led की Brightness को Potentiometer से Control कर सकते हो आसानी से इस page को read करें Potentiometer आपने पहले भी use किया होगा Old tv का Volume इसी को rotate करने पर कम ज्यादा होती थी और Potentiometer का use Fan की speed control करने के लिए use होने वाला regulator के अन्दर भी यही होता है अभी मेरे द्वारा Design किया Circuit बनाना है बस फिर आप अपनी led की brightness control कर सकेंगे

Voice Assistant In Hindi
Led को Android से Control करें 

Project के लिए Material और Circuit design

  • Arduino uno
  • Potentiometer
  • Led
  • Jumper wire 

Brightness Circuit

Led ki brightness control kaise kre

इस image में दिख रहे Circuit जैसे आपको Circuit बनाना है जिसमे led की long pin को और short को क्रमश Arduino की Pwm 9 से और Gnd से connect करें और Potentiometer की मिडिल pin को Analog pin A1 से और left और right side pins को 5v और Gnd से Connect करें और Board से Programming cable से Computer से Connect करें जिसमे Arduino ide हो
Visual Studio से Led Control कैसे करें

Programming

arduino Programming

इस Program को copy करें और Software को launch करें और इस program को Paste करें Arduino में Upload करें Program केसे upload करें
Button से led control कैसे करें

int sensorPin = A1;  
int ledPin = 9;    
int sensorValue = 0;

void setup() {

  pinMode(ledPin,OUTPUT);
  pinMode(sensorPin,INPUT);
  Serial.begin(9600);

}

void loop() {

  sensorValue = analogRead(sensorPin);
  analogWrite(ledPin, sensorValue/4);
  Serial.print(sensorValue/4);

}

Sketch Upload करने के बाद अब आप led की Brightness control कर सकते है जब आप Potentiometer की knob को rotate करेंगे तो led की Brightness कम ज्यादा होती है Read करने के लिए thanks www.mechanic37.com पर regular Article publish होते है इनको Direct अपने mobile पर पाने के लिए नीचे box है उसमे अपना email fill करें और subscribe Button पर click करें आप इस Project को Facebook और अन्य पर share कर सकते है share buttons नीचे है और कोई problem हो तो इसके लिए Comment करें  

यह पेज आपको कैसा लगा ?

Average rating 5 / 5. Vote count: 1

Share this:

  • Click to share on WhatsApp (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to print (Opens in new window)

Filed Under: Arduino, DIY, Engineering Project

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

विषय

  • भौतिक विज्ञान
  • मैकेनिकल इंजीनियरिंग
  • इलेक्ट्रॉनिक्स इंजीनियरिंग
  • इलेक्ट्रिकल इंजीनियरिंग
  • रसायन विज्ञान
  • जीव विज्ञान 
  • कंप्यूटर 
  • इंजीनियरिंग प्रोजेक्ट्स

Footer

सोशल मीडिया पर जुड़ें

  • Facebook
  • Twitter
  • Instagram
  • Youtube

Learn How To Make

  • Drone
  • DIY Robot
  • Website
  • Android Apps?

Policies

  • Shipping and Delivery
  • Refund and Cancellation Policy
  • Privacy Policy
  • Terms and Conditions

Shop

  • Shop
  • My account
  • Checkout
  • Cart

Mechanic37 2015 - 2024

  • Sitemap
  • Contact Us
  • About Us
  • Advertise
  • Mechanical Notes
  • Electrical Notes
  • Electronic Notes
  • Engineering Projects
  • Physics
  • Chemistry
  • Biology
  • Learn Computer
  • Autocad Tutorial