You can find the codes and slides used by the trainers in this repo.
Trainer | Profile | Slide |
---|---|---|
Snehangshu | LinkedIn Twitter | Click Here |
Aritra | LinkedIn Twitter | Click Here |
Ritwik | LinkedIn Twitter | Click Here |
Ayush | LinkedIn Twitter | Click Here |
Saptarshi | LinkedIn Twitter | - |
Sr. No. | Sketch | Description |
---|---|---|
1 | blink | A simple arduino sketch to blink a LED |
2 | blink_milis | Arduino sketch to blink LED using millis() function |
3 | blink_two_milis | Arduino sketch to blink two LEDs with different duty cycle. A demo example for multi-tasking with arduino. |
4 | milis_exp | Sketch to see the output of millis() |
5 | interfaceIR | Sketch to interface IR proximity sensor with Arduino |
6 | motorcode | Sketch to interface L293D/L298N motor driver to Arduino with speed and direction control |
7 | configuring_gyro | Arduino sketch to read accelerometer, gyroscope and temperature sensor data from GY-521 breakout board. |
8 | pid_tuner | Arduino sketch to see PID in action. It's the program for the line follower bot. |
chatoveruart: Implementation of duplex chat over UART using 2 arduinos.