Sankalp Mahajan's instructables
Tell us about yourself!
Achievements
- Sankalp Mahajan commented on Sankalp Mahajan's instructable Bi-directional Communication Robot
- Sankalp Mahajan completed the lessons Electronics Crash Course and Getting Started in the class LEDs and Lighting Class
- Sankalp Mahajan commented on Sankalp Mahajan's instructable Smart Street LightingView Instructable »
In the code change the first if statement to - t1==1
- Sankalp Mahajan completed the lessons Preparing a Schematic, Manufacturing, Circuit Board Design Class, Assembling the Board and 1 other in the class Circuit Board Design Class
- Sankalp Mahajan completed the lesson PCB Concepts and Materials in the class Circuit Board Design Class
- Sankalp Mahajan's instructable Bi-directional Communication Robot's weekly stats:
- Sankalp Mahajan entered Bi-directional Communication Robot in the Microcontroller Contest 2017 contest
- Sankalp Mahajan entered Bi-directional Communication Robot in the Robotics Contest 2017 contest
- Sankalp Mahajan commented on Sankalp Mahajan's instructable Tracking SystemView Instructable »
Hey, Use this link : http://arduiniana.org/libraries/tinygpsplus/
- Sankalp Mahajan commented on Sankalp Mahajan's instructable Smart Street Lighting
View step 4
I don't know the power of the led, but they are directly connected to 5v of the arduino.
View Instructable »The code is given in step 4 above.
- Sankalp Mahajan's instructable Tracking System's weekly stats:
- Sankalp Mahajan entered Tracking System in the Sensors Contest 2017 contest
- Sankalp Mahajan commented on Sankalp Mahajan's instructable Tracking SystemView Instructable »
hey, here's the link : http://www.ebay.in/itm/262269289935?aff_source=Sok-Goog
- Sankalp Mahajan commented on Sankalp Mahajan's instructable Smart street lightingView Instructable »
car at sensor 1, IR output will be 100. led 1 and 2 will be on.now a second car passes at sensor 2, IR output will be 110. led 1,2 and 3 will glow.You will have to change the code completely.
- Sankalp Mahajan commented on Sankalp Mahajan's instructable Smart street lightingView Instructable »
Store the values of IR sensors output in an array. Like 1001010.....Then according to that you can define the output of leds.For example take the above circuit.. 3 IR and 4 leds.. When IR output is : 000 - no led 101 - all 4 led on 110 - first 3 led on And so on..You have to define each value so that there is margin of error. When you increase the number of sensors ie here for 3 led you use 8 IR then error would be reduced. More sensors = less error
- Sankalp Mahajan commented on Sankalp Mahajan's instructable Smart street lightingView Instructable »
n the circuit diagram you see the blue power and ground wires. Connect the 2 and 3rd IR sensor power and ground cable to them. the output of IR's to Arduino pin 1, 2.similarly for the LED's. Ground all 4 and attach the +ve side to pin 5,6,7.
- Sankalp Mahajan followed leds and audio channel
Welcome