­
Computers, Sensors & GPS - Techno Cycle
Easy Returns
Fast Shipping
Price Matching
Easy Returns
Fast Shipping
Price Matching
Easy Returns

Computers, Sensors & GPS

24
  • 24
  • 6
  • 12
  • 36
  • 50
  • 100

Garmin HRM-Dual Heart Rate Monitor

This heart rate monitor is perfect for most modern cycling computers. It has Bluetooth and ANT+ connectivity, making it easy for pairing with Garmin and Wahoo computers, also with Zwift. The battery lasts for up to 3.5 years. It is made from a comfortable
C$99.99

Garmin Edge 530 Bundle

Performance GPS cycling computer with mapping
C$549.99
// Get the modal var modal = document.getElementById("myModal"); // Get the button that opens the modal var btn = document.getElementById("myBtn"); // Get the element that closes the modal var span = document.getElementsByClassName("close")[0]; // When the user clicks on the button, open the modal btn.onclick = function() { modal.style.display = "block"; } // When the user clicks on (x), close the modal span.onclick = function() { modal.style.display = "none"; } // When the user clicks anywhere outside of the modal, close it window.onclick = function(event) { if (event.target == modal) { modal.style.display = "none"; } }