Infrared Motor Speed Sensor

Infrared Motor Speed Sensor

New 1 available
Only 1 left – grab it before it’s gone!
R60.07
Shipping
R65.00 Standard shipping applies to orders under R100.00, in most areas in South Africa. R35.00 Standard shipping applies to orders over R100.00. Some areas may attract a surcharge surcharge. This will be calculated at checkout if applicable.
Check my rate
The seller has indicated that they will usually have this item ready to ship within 3 business days. Shipping time depends on your delivery address. The most accurate delivery time will be calculated at checkout, but in general, the following shipping times apply:
 
Standard Delivery
Main centres:  1-3 business days
Regional areas: 3-4 business days
Remote areas: 3-5 business days
Seller
Buyer protection
Get it now, pay later

Product details

Condition
New
Location
South Africa
Product code
SEN-052
Bob Shop ID
650713298

Infrared Motor Speed Sensor.

A small sensor for measuring motor speed or other objects that can pass through the detector's slots. Each time an object blocks the light from passing from one side of the slot to the other, a pulse is produced at the output. The output signal is pre-conditioned using a comparator to provide a clean low or high signal.

Ideal for sensing the speed of your robot. Our robot chassis comes with 2 encoder disks (plastic disks with holes in them) fitted to the robot motors. This module fits over the encoder disk counting the holes in the disk, the number of holes per second detected by this module determines the speed of your motors.

Encoder disks can also be bought separately.

Infrared Motor Speed Sensor Specification:

* Reader opening: 10(h) x 12.5(w) mm
* Supply voltage: 3.3 - 5V
* Output: Low or High
* Dimensions: 23 x 20mm
* Mounting holes ΓΈ3.2mm, c-c 14mm

Infrared Motor Speed Sensor Code:

/* Connection for Uno or other 328-based platforms:  left wheel encoder (DO) -> Digital pin 2  right wheel encoder (DO) -> Digital pin 3 */
#define LEFT 0 #define RIGHT 1  long coder[2] = {0,0}; int lastSpeed[2] = {0,0}; void setup(){ Serial.begin(9600); attachInterrupt(LEFT, LwheelSpeed, CHANGE); attachInterrupt(RIGHT, RwheelSpeed, CHANGE); }  void loop(){ static unsigned long timer = 0; if(millis() - timer > 100){ Serial.print("Coder value: "); Serial.print(coder[LEFT]); Serial.print("[Left Wheel] "); Serial.print(coder[RIGHT]); Serial.println("[Right Wheel]");  lastSpeed[LEFT] = coder[LEFT]; lastSpeed[RIGHT] = coder[RIGHT]; coder[LEFT] = 0; coder[RIGHT] = 0; timer = millis(); } }  void LwheelSpeed(){ coder[LEFT] ++; }  void RwheelSpeed(){ coder[RIGHT] ++; }
Add to cart

Recently viewed

See more
De Beers Consolidated Mines 6d sixpence token
Secondhand
R275.00 No bids
De Beers Consolidated mines 6d sixpence token
Secondhand
R250.00 No bids
Lazy Dungeon Master 03 - Supana Onikage
New
R250.00
In My Family Tree
Secondhand
R50.00

Similar products

PIR Outdoor Wireless 433 Waterproof Infrared Detector Dual Infrared Motion Sensor For Smart Home Sec
New
R629.00
18% OFF
Miniature Passive Infra-Red Motion Sensor
New
R180.00 R219.00
Major Tech 360° Ceiling Infrared Motion Sensor
New
R280.00
PK-210PR Wired Passive Infrared Wide Angle PIR Motion Sensor Infrared Detector Alarm(White)
New
R262.00