iPhone controlled garage door opener using Arduino
In Arduino, Atal Tinkering Labs ATL, More Info | No commentA pieced together hack that allows for a PHP page with a button to trigger a relay on an Arduino board that acts as a button press for the garage door opener. All the code was pretty much hacked together, and has a lot of polishing to do on all parts, but as a proof of concept, it’s a start.
Arduino Web-based Live Gauge
In Arduino, Atal Tinkering Labs ATL, More Info | No commentA quick and dirty, web-based, live gauge for the Arduino. For details, scripts and sketch code, go to http://www.nerdybynature.com
Arduino Web Controlled Plug Outlet
In Arduino, Atal Tinkering Labs ATL, More Info | No commentWeb enable your arduino to control a plug outlet. see how to build this at inventgeek.com
Telemetry-Telecontrol with Arduino (Excel+Wifi+Arduino)
In Arduino, Atal Tinkering Labs ATL, More Info | No commentAnalog conversion is sent to Excel sheet via wireless.
Arduino Wireless Mobile Data Logger with Sonar and Xbee
In Arduino, Atal Tinkering Labs ATL, More Info | No commentMeasures and logs temperature and light levels. Two mode of operation: Automated – moves on its own avoids obstacles using distance sensor. Also plots the distance/sonar data into processing Manual – Manual Control using keyboard or buttons on the application. Wireless control and data acquisition: Communications using to Xbee modules. Base Xbee used to transmit data form custom processing application. Base Xbee used to received sensor data sent from the mobile data logger. Processing Application: Display data received from mobile data logger Display sonar data when in automated mode Send control data to mobile data logger using…
Arduino Programming Basics : Part 8a (HINDI): Stepper Motor Types
In Arduino, Atal Tinkering Labs ATL, More Info | No commentTypes of Stepper Motors: Uni-polar, Bi-Polar and Hybrid stepper motors Identifying the common wire in uni-polar and hybrid stepper motors Internal coil structure
Arduino Programming Basics : Part 7 (HINDI): Colour Sensor TCS-230 TCS-3200
In Arduino, Atal Tinkering Labs ATL, More Info | No commentInterfacing Colour Sensor (TCS-230 / TCS-3200) with Arduino Working of a “Light to Frequency Converter” sensor Calibrating the colour sensor, defining White and Black Recognizing the colour of various objects
Arduino Programming Basics : Part 6 (HINDI): POT, Buzzer, Ultrasonic, RC-Servo
In Arduino, Atal Tinkering Labs ATL, More Info | No commentAnalog Input Interfacing Potentiometer (variable resistance like Radio’s volume Control!) with Arduino Interfacing a Buzzer with Arduino and generating tunes / ringtones! Interfacing Ultrasonic Distance Sensor (HC-SR04) with Arduino Interfacing commonly found Hobby RC-Servo motors with Arduino
Arduino Programming Basics : Part 5 (HINDI): DC motor and L298
In Arduino, Atal Tinkering Labs ATL, More Info | No commentInterfacing a simple DC motor with Arduino using L298 Motor Driver Module Controlling the speed of DC motor using in-build library functions like analogWrite() which uses Pulse Width Modulation (PWM) internally. Developing simple function for robot motor control
Arduino Programming Basics : Part 4 (HINDI): Using Flash memory & Font file
In Arduino, Atal Tinkering Labs ATL, More Info | No commentUsing a simple font file stored in Arduino Flash memory Concept of Flash memory Practice exercise for User Interaction, Serial Communication This video is specific for Pebble Bot project.
Arduino Programming Basics : Part 3 (HINDI): Switch, IR-Sensor, PWM
In Arduino, Atal Tinkering Labs ATL, More Info | No commentInterfacing a switch with Arduino Definition of Pull-up and Pull-down resistance Interfacing switch and 7-segment display with Arduino Switch de-bouncing RGB LED Interfacing Infrared sensor, Tips on developing a Line Follower robot Basics of Pulse Width Modulation (PWM) Getting different colour-shades from RGB LED using PWM
Arduino Programming Basics : Part 2 (HINDI): Serial Communication
In Arduino, Atal Tinkering Labs ATL, More Info | No commentUser Interaction: Communication between Arduino and Computer Arduino Serial library Serial communication between Arduino and computer Beginners: View at-least first 32 minutes of the video Advanced users: view full video
Arduino Programming Basics : Part 1 (HINDI): LEDs and Seven Segment
In Arduino, Atal Tinkering Labs ATL, More Info | No commentIntroduction to Arduino board (Arduino UNO R3), functions of various pins on Arduino Introduction to Arduino Programming Language Control the Blinking of a LED with Arduino The Basics of a Bread-Board Interfacing Multiple LEDs with Arduino Interfacing 7-segment display with Arduino
Hi Current FET OUTPUT Board For Use with an Arduino Duemilanove Micro Controller.
In Arduino, Atal Tinkering Labs ATL, More Info | No commentMIcro- Processor Controlled High Current FET OUTPUT Card 80 Continuous Current and 195 Amp Peak Current. PWM 0 to 100% Duty Cycle In 1% Increments or Automatic Current Set POINT and or temperature Set point or both. The Board has built in Current sensor for 100 AMPS and a temperature Sensor for the FET Heat Sink, A external temperature sensor will be available as well for connection to the cell and or an other device such as your alternator.
Arduino Project – Obstacle Avoiding Robot
In Arduino, Atal Tinkering Labs ATL, More Info | No commentIn this Arduino project video, we are going to build an Arduino Robot that can avoid obstacles. It is a fun project and a great learning experience, so without any further delay, let’s get started!
Arduino Tutorial – LCD Display Control
In Arduino, Atal Tinkering Labs ATL, More Info | No commentThe LCDs have a parallel interface, meaning that the microcontroller has to manipulate several interface pins at once to control the display. The interface consists of the following pins: – A register select (RS) pin that controls where in the LCD’s memory you’re writing data to. You can select either the data register, which holds what goes on the screen, or an instruction register, which is where the LCD’s controller looks for instructions on what to do next. – A Read/Write (R/W) pin that selects reading mode or writing mode – An Enable pin that enables writing to the registers…
Arduino Tutorial – Stepper Motor Control with L293D Motor Driver
In Arduino, Atal Tinkering Labs ATL, More Info | No commentIn this tutorial you will learn how to control a stepper motor using your L293D motor control chip Stepper motors fall somewhere in between a regular DC motor and a servo motor. They have the advantage that they can be positioned accurately, moved forward or backwards one ‘step’ at a time, but they can also rotate continuously.
Arduino Tutorial – Stepper Motor Control with Potentiometer
In Arduino, Atal Tinkering Labs ATL, More Info | No commentThis tutorial is all about tuning the speed of a stepper motor using a potentiometer. The idea is to up or down the speed of a stepper motor using with analog read. Theoretically analog input to a digital output, we’re going to use this concept to control the speed of a running stepper motor. The Stepper motor used here is a rusty old EPOCH (5 wires) stepper motor, which is a unipolar stepper. Use the analog input with the help potentiometer to control the delay in-between each steps of the stepper motor. Shorter the delay in-between each steps…
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175
- 176
- 177
- 178
- 179
- 180
- 181
- 182
- 183
- 184
- 185
- 186
- 187
- 188
- 189
- 190
- 191
- 192
- 193
- 194
- 195
- 196
- 197
- 198
- 199
- 200
- 201
- 202
- 203
- 204
- 205
- 206
- 207
- 208
- 209
- 210
- 211
- 212
- 213
- 214
- 215
- 216
- 217
- 218
- 219
- 220
- 221
- 222
- 223
- 224
- 225
- 226
- 227
- 228
- 229
- 230
- 231
- 232
- 233
- 234
- 235
- 236
- 237
- 238
- 239
- 240
- 241
- 242
- 243
- 244
- 245
- 246
- 247
- 248
- 249
- 250
- 251
- 252
- 253
- 254
- 255
- 256
- 257
- 258
- 259
- 260
- 261
- 262
- 263
- 264
- 265
- 266
- 267
- 268
- 269
- 270
- 271
- 272
- 273
- 274
- 275
- 276
- 277
- 278
- 279
- 280
- 281
- 282
- 283
- 284
- 285
- 286
- 287
- 288
- 289
- 290
- 291
- 292
- 293
- 294
- 295
- 296
- 297
- 298
- 299
- 300