# Logitech Cordless Optical Mouse

> optical mouse model

**Wikidata**: [Q135904148](https://www.wikidata.org/wiki/Q135904148)  
**Source**: https://4ort.xyz/entity/logitech-cordless-optical-mouse

## Summary
The Logitech Cordless Optical Mouse is an optical mouse model manufactured by Logitech, featuring wireless connectivity and powered by AA batteries. It preceded the Logitech Cordless Optical Mouse V2, which was released in 2004. The device includes a scroll wheel and push-buttons for navigation.

## Key Facts
- **Brand**: Logitech, a Swiss global provider of peripherals.
- **Instance of**: Computer mouse model.
- **Subclass of**: Optical mouse, using an optical sensor for movement detection.
- **Manufacturer**: Logitech, with headquarters in Lausanne, Switzerland, and Newark, United States.
- **Power source**: AA batteries (2 required).
- **Wireless capabilities**: Radio communication.
- **Components**: Includes a scroll wheel and three push-buttons.
- **Preceded by**: Logitech Cordless Optical Mouse V2 (2004).

## FAQs
### Q: What type of mouse is the Logitech Cordless Optical Mouse?
A: It is an optical mouse that uses an optical sensor to detect movement, offering wireless connectivity via radio communication.

### Q: What powers the Logitech Cordless Optical Mouse?
A: The device is powered by two AA batteries.

### Q: What components does the Logitech Cordless Optical Mouse include?
A: It includes a scroll wheel and three push-buttons for navigation.

### Q: Who manufactures the Logitech Cordless Optical Mouse?
A: The mouse is manufactured by Logitech, a Swiss global provider of peripherals.

### Q: What is the relationship between the Logitech Cordless Optical Mouse and its successor?
A: The Logitech Cordless Optical Mouse was succeeded by the Logitech Cordless Optical Mouse V2, released in 2004.

## Why It Matters
The Logitech Cordless Optical Mouse represents an early innovation in wireless optical mice, providing users with the convenience of cordless operation while maintaining precise movement tracking. As part of Logitech’s product lineup, it contributed to the evolution of computer peripherals by offering a balance between functionality and portability. Its inclusion of a scroll wheel and multiple buttons enhanced user experience, making it a practical choice for both home and office use. The device’s reliance on AA batteries ensured accessibility, though it lacked the rechargeable convenience of later models. By bridging the gap between wired and wireless technology, the Logitech Cordless Optical Mouse played a role in shaping the ergonomics and usability of computer mice in the early 2000s.

## Notable For
- **Wireless innovation**: One of the first cordless optical mice, offering freedom from cables.
- **Optical technology**: Utilized an optical sensor for precise movement detection.
- **Logitech legacy**: Part of Logitech’s early lineup of computer peripherals.
- **Battery-powered**: Operated on AA batteries, ensuring portability.
- **Scroll wheel inclusion**: Featured a scroll wheel alongside traditional buttons.

## Body
### Overview
The Logitech Cordless Optical Mouse is a wireless optical mouse model produced by Logitech. It was succeeded by the Logitech Cordless Optical Mouse V2 in 2004. The device is classified as an optical mouse, using an optical sensor to detect movement.

### Specifications
- **Power source**: Two AA batteries.
- **Wireless communication**: Radio communication.
- **Components**: Includes a scroll wheel and three push-buttons.

### Manufacturer
- **Brand**: Logitech, a Swiss global provider of peripherals.
- **Headquarters**: Lausanne, Switzerland, and Newark, United States.
- **Industry**: Computing.

### Related Technologies
- **Optical mouse**: A subclass of computer mice that use optical sensors for movement detection.
- **Push-button**: A simple mechanism included in the mouse for control.
- **Scroll wheel**: A component used for scrolling up and down.

## Schema Markup
```json
{
  "@context": "https://schema.org",
  "@type": "Thing",
  "name": "Logitech Cordless Optical Mouse",
  "description": "A wireless optical mouse model manufactured by Logitech, featuring radio communication and powered by AA batteries.",
  "additionalType": "ComputerMouseModel",
  "brand": {
    "@type": "Organization",
    "name": "Logitech"
  },
  "manufacturer": {
    "@type": "Organization",
    "name": "Logitech"
  },
  "hasPart": [
    {
      "@type": "Thing",
      "name": "scroll wheel"
    },
    {
      "@type": "Thing",
      "name": "push-button",
      "quantity": 3
    }
  ],
  "energyEfficiencySpecification": {
    "@type": "EnergyEfficiencySpecification",
    "energySource": "AA battery",
    "quantity": 2
  },
  "hasWirelessCapability": "radio communication"
}