Pulse Width Modulation - Manipuri
- subtitles off
- captions off
- English
- Questions posted on Forums
- Arduino Tutorials - Manipuri
-
Exam registeration
When can I register for the exam. Can we register for the exam whenever we are ready or is there a specific date in which we should appear for the exam?. Can I get the complete details about this.
00-01M 0-10S JoelJacob
Answer last updated on: March 24, 2023, 8:58 a.m.
-
Kindly explain code line inside if statement
analogWrite(fwdbuttonState == LOW ? ICpin2 : ICpin7, motorValue); digitalWrite(fwdbuttonState == LOW ? ICpin7 : ICpin2, motorValue);kindly give explanation for these two lines, how can we change directions we have not used bckbuttonState variable.
08-09M 30-40S itinepaorganizer
Answer last updated on: March 8, 2023, 4:19 p.m.
-
Doubt in tutorial Pulse width Modulation
At time 9: 30 in the tutorial the input to the Function map (potvalue, 0,1023,0,255) is not explained. and At time 9: 45 in the tutorial the input to the Function analogWrite (fwdbuttonState == Low ? ICpin2: ICpin7,motorvalue); digitalWrite (fwdbuttonState == Low ? ICpin2: ICpin7,motorvalue);is not explained properly..Thanks!
11-12M 10-20S Brucebanner123
Answer last updated on: May 10, 2022, 1:08 p.m.
-
how digital value can be written by analogWrite command?
analogWrite(fwdbuttonState == LOW ? ICpin2 : ICpin7, motorValue);in above line how motor value (digital value) can be written by analogWrite cammond?also in video two line are as analogWrite(fwdbuttonState == LOW ? ICpin2 : ICpin7, motorValue);digitalWrite(fwdbuttonState == LOW ? ICpin7 : ICpin2, motorValue);whereas in source code lines are as analogWrite(fwdbuttonState == LOW ? ICpin2 : ICpin7, motorValue);digitalWrite(fwdbuttonState == LOW ? ICpin7 : ICpin2, LOW);why discrepancy like this ?also why you have used analogWrite in above line and digitalWrite in below line? why it is not digitalWrite in both lines?relpy soon...
08-09M 40-50S nirav2009ec@gmail.com
Answer last updated on: July 15, 2021, 4:22 p.m.
-
Logic of the program.
Would you please explain the if condition of the program and why was it used? Also why we are using digitalWrite in the conditional loop and also what does "if fwdbuttonstate==LOW?ICpin2" and "if fwdbuttonstate==LOW?ICpin7" means??
09-10M 40-50S srs7
Answer last updated on: April 28, 2021, 9:56 a.m.
-
Conditional statements in if else
In the if statements there r two functions analogwrite() & digital(), analogwrite() is to power up the selected icpin2/7 depending on the conditional logic, with motor value but idint understand why u r using digital wrte()
09-10M 40-50S Kastoori
Answer last updated on: May 8, 2020, 5:04 p.m.
-
Can we give potentiometer value via program
Sir,I have a small doubt that can we give the potentiometer value through arduino code itself instead of rotating the knob of potentiometer. If so please let me know.
11-12M 0-10S Mvspc
Answer last updated on: April 20, 2020, 12:10 p.m.
-
1Overview of Arduino
-
2Electronic components and connections
-
3Introduction to Arduino
-
4Arduino components and IDE
-
5First Arduino Program
-
6Arduino with Tricolor LED and Push button
-
7Arduino with LCD
-
8Display counter using Arduino
-
9Seven Segment Display
-
Pulse Width Modulation
-
11Analog to Digital Conversion
-
12Wireless Connectivity to Arduino
-
13Assembly programming through Arduino
-
14Digital Logic Design with Arduino
-
15AVR-GCC programming through Arduino
-
16Interfacing LCD through AVR-GCC programming
-
17Mixing Assembly and C programming
Questions posted on ST Forums:
326 visits
Outline:
Outline: About Pulse Width Modulation About duty cycle and frequency Formula to calculate the duty cycle Experiment to control the brightness of LED by varying the duty cycle Experiment to control the speed and direction of a DC motor Circuit connection explanation of the above experiments Live setup of the connection Source code for the above experiments Compile and upload the program Demonstration of the output
Width: | 910 | Height: | 682 |
---|---|---|---|
Duration: | 00:12:38 | Size: | 6.9 MB |
Show video info