Comments on: Project 2: Arduino Line following test 3 https://42bots.com/competitions/arduino-line-following-code-video/ Hobby robotics and electronics with Arduino, ESP82666 and Raspberry Pi Mon, 18 Mar 2019 12:34:16 +0000 hourly 1 https://wordpress.org/?v=5.6.11 By: Marc Domini Nas https://42bots.com/competitions/arduino-line-following-code-video/#comment-288792 Mon, 18 Mar 2019 12:34:16 +0000 http://42bots.com/?p=255#comment-288792 In reply to Stan.

Can I get the schematic diagram of your project?

]]>
By: zeeshan https://42bots.com/competitions/arduino-line-following-code-video/#comment-232301 Mon, 13 Nov 2017 20:39:22 +0000 http://42bots.com/?p=255#comment-232301 hey stan, can you pls send me its schematic diagram

]]>
By: henry https://42bots.com/competitions/arduino-line-following-code-video/#comment-231653 Wed, 08 Nov 2017 16:41:22 +0000 http://42bots.com/?p=255#comment-231653 haii, can i get the way to calculate the numbers you show in your program

]]>
By: Prakash https://42bots.com/competitions/arduino-line-following-code-video/#comment-215798 Sat, 12 Aug 2017 06:41:47 +0000 http://42bots.com/?p=255#comment-215798 How to give connections to Arduino , L298, motors etc…??

]]>
By: Iftekhar Alam JOY https://42bots.com/competitions/arduino-line-following-code-video/#comment-212876 Wed, 12 Jul 2017 21:02:56 +0000 http://42bots.com/?p=255#comment-212876 How can I reduce motor speed? it is running too fast?

]]>
By: abubakar https://42bots.com/competitions/arduino-line-following-code-video/#comment-207740 Sun, 16 Apr 2017 19:43:32 +0000 http://42bots.com/?p=255#comment-207740 i m using 6 ir sensor modules..not tcrt500.but the robo is not working…
can u please sugusgt me solution …plzzz

]]>
By: Stan https://42bots.com/competitions/arduino-line-following-code-video/#comment-207519 Fri, 14 Apr 2017 06:18:29 +0000 http://42bots.com/?p=255#comment-207519 In reply to ASIF KHAN.

Hi Asif, the code in that section essentially loops through all the infrared sensor readings and sets the corresponding bit for the sensor in irSensors to either 1 or 0, based on the sensor reading. This reference article should help: http://playground.arduino.cc/Code/BitMath

]]>
By: ASIF KHAN https://42bots.com/competitions/arduino-line-following-code-video/#comment-207306 Tue, 11 Apr 2017 14:44:33 +0000 http://42bots.com/?p=255#comment-207306 how these two line work
can u explain me
irSensors = B000000;
irSensors = irSensors + (irSensorDigital[i]<<b);

]]>