SIGN IN | REGISTERSign in to get more opportunities
3D PrintingPopularWide range of 3D printers and filaments!
3D PrintersHot
Filaments
Resins
Spare Parts & Upgrades
Accessories & Tools
3D Scanners
Laser Engravers
3D Pen
RoboticsTOP
Arduino
Raspberry Pi
micro:bit
Sensors
Breakout Boards
Development Tools
Communication
STEM
Displays
Wearables
Electronics
Transistor-Mosfet-Triac
Integrated Circuits
Bridge Rectifiers
Buzzer - Speakers
Fuses
Prototyping Boards
Relays
Resistors
Optoelectronics
Diodes
Mechanical Parts
Servo / Motors
Linear Motion
Build Parts
Bolts / Nuts
Pneumatic Components
Couplers
Pulleys and Belts
Actobotics
Ball Bearings
Collars/Hubs
Hardware
Project Boxes
Cooling
Power Supplies
Cables
Batteries
Wires
Switches
Terminals
Connectors
IC Sockets
Tools
Soldering Equipment
Multimeters
Hand Tools
Portable Measuring Devices
Electric Tools
Laboratory Equipment
Heatshrink
Chemical
Organization and Storage
Panel Meters
STEMEducation
Level
Platform
per Brand
BrandsAll brandsFull list of all brands in the store. Browse all brands
Promotions
Brands
Newest
On sale
+302118004320 Mon-Fri 9:30-17:30
Email [email protected]
Address
Free shipping for orders over 85€ and up to 2 kg parcels.
For orders under 85€ the shipping costs start from 2.70€.
Wide range of payment methods: Cash on delivery, Debit/Credit card, Iris, PayPal
Payments | Shipping options
Add precise line following to your autonomous buggy builds with the Kitronik Autonomous Robotics Platform Line Follower Board.
The Kitronik Autonomous Robotics Line following sensor board allows you to add line following to your robot/buggy projects. The board features 3 phototransistors that adjust the current flow depending on how much reflected light they detect. This results in an analogue output voltage that can be read into a microprocessor’s ADC channel, such as the Raspberry Pi Pico. It is also possible to use this board with other microprocessor platforms, such as the BBC micro:bit and Arduino. This board also features in the Kitronik Autonomous Robotics Platform for Raspberry Pi Pico.
The 5 pin connections are on a standard 0.1” (2.54mm) pitch pin header that will fit any standard prototype breadboard or strip-board. The pins provide connections for power (3v and 0V) and 3 sensor outputs, marked L, C, and R for the left, centre and right sensors respectively.
The board requires a 3V-5V supply (nominal 3.3V) and a ground connection onto the pin header. These pins are marked on the board as 3V and 0V. For more details on the pinouts see the Datasheet electrical information.
The sensor outputs a voltage that will change from the supply voltage to 0V. This change occurs when the sensors pass over light and dark surfaces. Different surfaces will reflect different amounts. A typical light surface will give a value of 0.5V for example. A typical dark surface will give a value of 2.5V (assuming a 3V VCC). The value in a program will depend on the processor's ADC range and width.
For an example of how to write code for this board, we have produced MicroPython example code, which you can find here. This MicroPython code has been written to demonstrate coding for the Raspberry Pi Pico. It is also possible to use this sensor board with an Arduino or a BBC micro:bit. For more information, please refer to the Datasheet.