{% for badge in productBadges %} {% if product.tags contains badge.tag %}
{{ badge.product_badge }}
{% endif %} {% endfor %}

Exercise Bike Accessories

SunnyFit® Bike Cadence – CB110

{{ variant.sku }}
{% assign compared = false %} {% for item in data.items %} {% if item.handle == 'cadence-speed-sensor-for-cycling-sunnyfit-bike-cb110'%} {% assign compared = true %} {% endif %} {% endfor %}
{% if product.subtotal %} {{ product.subtotal | money | remove: ' ' }} {% else %} {% assign discount_amount = variant.price | divided_by: variant.compare_at_price | times: -100 | plus: 100 | round %} {% assign discount_threshold = 10 %} {% if variant.available %}

Discounted price {{variant.price | money}} {% if variant.price != variant.compare_at_price and variant.compare_at_price > 0 %}Actual price{{variant.compare_at_price | money}}{% endif %}

{% else %}

Discounted price {{variant.price | money}} {% if variant.price != variant.compare_at_price and variant.compare_at_price > 0 %}Actual price{{variant.compare_at_price | money}}{% endif %}

{% endif %} {% endif %}
{% if variant.available %} {% else %} {% endif %}
{% if error %}
{{error.description}}
{% endif %}
{% if BIS and BIS.Config %}
{{BIS.Config.labels.headline}}
Email
{% for i in BIS.response.errors %} {% assign err = i|last %} {% for e in err %}
{{e}}
{% endfor %} {% endfor %} {{BIS.response.message}}
{% endif %}

Estimated Delivery: Mon, May 06 - Fri, May 10

Manufacturer Warranty

In Domestic US Markets

30-Day Money Back

Guarantee

Tracking your fitness has been made easy, get everything you need to accurately measure your cycling metrics with the Sunny Health & Fitness Exercise Cycling 2-in-1 Cadence + Speed Sensor - CB110. Installation is easy so you can stay focused on your exercise. This sensor is Bluetooth and ANT+ enabled which allows you to connect seamlessly with any mobile device. Use this to track your Cadence / RPM as well as your speed during indoor cycling or on the road while exercising outdoor! Two LED lights indicate the sensor's device connection: blue light signifies cadence mode and red light represents speed mode; please refer to the user manual for more details on the lights. Sync with the Sunny Health & Fitness SunnyFit® app for the best cycling experience.
SMART FITNESS | Sync to your phone, tablet, or other mobile devices through Bluetooth or ANT+ wireless connectivity technology. Recommended to use with the SunnyFit® app for full functionality, workout experience, and optimal connectivity.

SMART FITNESS

Sync to your phone, tablet, or other mobile devices through Bluetooth or ANT+ wireless connectivity technology. Recommended to use with the SunnyFit® app for full functionality, workout experience, and optimal connectivity.
VISIBLE CONNECTION | Two LED lights indicate the sensor's device connection and mode; blue light signifies cadence mode and red light represents speed mode. Lights flash to show sensor's status: power on, wake up, broadcast, and connect. Please refer to the user manual for full detail.

VISIBLE CONNECTION

Two LED lights indicate the sensor's device connection and mode; blue light signifies cadence mode and red light represents speed mode. Lights flash to show sensor's status: power on, wake up, broadcast, and connect. Please refer to the user manual for full detail.
REAL-TIME DATA | Track and view your data  such as time, speed, RPM, distance, and calories in real-time by connecting to the SunnyFit® app. You can easily make progress and keep record of your cycling data at your fingertips.

REAL-TIME DATA

Track and view your data such as time, speed, RPM, distance, and calories in real-time by connecting to the SunnyFit® app. You can easily make progress and keep record of your cycling data at your fingertips.
EASY INSTALLATION | No magnets or adhesive necessary!  Simply place the sensor onto the protective, rubberized mat then wrap and secure around the bike's crank with the taut elastic bands provided for a snug and secure attachment.

EASY INSTALLATION

No magnets or adhesive necessary! Simply place the sensor onto the protective, rubberized mat then wrap and secure around the bike's crank with the taut elastic bands provided for a snug and secure attachment.
OUTDOOR CYCLING | If using the outdoor cycling, we recommend that you secure the sensor onto the flywheel axle instead.

OUTDOOR CYCLING

If using the outdoor cycling, we recommend that you secure the sensor onto the flywheel axle instead.
WHAT'S INCLUDED | 1 Sensor, 2 Rubber Mats, 2 Large Rubber Bands, 2 Small Rubber Bands, 6 Plastic Cable Ties, and an easy-to-follow Instruction Manual.

WHAT'S INCLUDED

1 Sensor, 2 Rubber Mats, 2 Large Rubber Bands, 2 Small Rubber Bands, 6 Plastic Cable Ties, and an easy-to-follow Instruction Manual.

FAQS

Specifications

Technology

  • 2 in 1 Sensor
    Cadence & Speed Tracking
  • additional connections
    ANT﹢ Compatible
  • bluetooth Connectivity
    yes
  • Data Tracking
    real time cycling stats (time, speed, RPM, distance, calories)
  • Water Proof
    Yes (IP67 rating)

Comfort

  • Cleaning Instructions
    wipe w/ damp cloth
  • ergonomic
    Lightweight and compact
  • installation
    Easy assembly/easy removal
  • plug-ins
    100% wireless
  • recommended use
    Indoor/Outdoor Use
  • skill level
    Suitable for beginners to advanced

Engineering

  • App Connection
    Pairs w/ most major apps
  • Connects to SunnyFit® App
    Pairs directly to all SHF bikes
  • Construction
    High Quality Plastic
  • what's included
    1 Sensor, 2 Rubber mats, 2 Rubber bands, 6 Plastic Cable Ties

Convenience

  • Product dimensions
    1.65L x 1.57W x 0.43H in
  • Product weight
    0.03 lb
  • Ship dimensions
    1L x 3W x 3.4H in
  • Ship weight
    0.09 lb
  • Warranty
    1 year structural frame, 180 days other parts and components

Other customers were interested in

{% assign count = 0 %} {% for product in products %} {% if product.tags contains 'rec-excl' %}{% continue %}{% endif %} {% assign count = count | plus: 1 %}
{% capture bg %}transparent{% endcapture %}
{% if product.hover_image_alt contains 'https' or forloop.index == -1 %}
{% else %}
{% endif %}
{% assign productImage = product.featured_image %} {% assign hoverImage = product.hover_image %} {{ product.featured_image_alt }} {% if hoverImage != blank %} {% assign hover_alt = product.hover_image_alt %}
{% if hover_alt contains 'https' %} {% else %}
{{ product.hover_image.alt | escape }}
{% endif %}
{% endif %}
{% comment %}
{% endcomment %}
{% for badge in badges %} {% if product.tags contains badge.tag and badge.tag != 'more-colors' %} {{ badge.collection_badge }} {% endif %} {% endfor %} {% if product.available == false %} Sold out {% endif %}
{% assign productTitle = product.title | remove: product.type | split: '-' | replace: 'w/','with' | split: 'with' | first %}

{{ product.title | replace: 'w/','with' | split: 'with' | first }}

{% for badge in badges %} {% if product.tags contains badge.tag and badge.tag == 'more-colors' %} {{ badge.collection_badge }} {% endif %} {% endfor %}
{% assign discount_amount = product.price | divided_by: product.compare_at_price | times: -100 | plus: 100 | round %} {% if product.compare_at_price > product.price and discount_amount > 10 %} Discounted price{{ product.price | money | remove: " " }} Actual price{{ product.compare_at_price | money | remove: " " }} {% else %} {% if product.price_min == product.price_max %} {{ product.price_min | money | remove: " " }} {% else %} from {{ product.price | money | remove: " " }} {% endif %} {% endif %}

{% if product.sku != blank %} {{ product.sku }} {% else %} {{ product.variants[0].sku }} {% endif %}

{% assign compared = false %} {% for item in Comparison.data.items %} {% if item.handle == product.handle %} {% assign compared = true %} {% endif %} {% endfor %}
{% comment %} {% endcomment %}
{% if count >= 4 %}{% break %}{% endif %} {% endfor %}

Review Section


SunnyFit® Bike Cadence – CB110 has a rating of 4.6 stars based on 28 reviews.
truck

Free Shipping

shield

Manufacturer Warranty

dollar-sign

30-Day Money Back