(function () {
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById(
"shoplaza-section-header",
);
if (!headerEle) {
return;
}
document.body.style.setProperty(
"--window-height",
`${window.innerHeight}px`,
);
document.body.style.setProperty(
"--header-height",
`${headerEle.clientHeight}px`,
);
const mdScorllHideEle = headerEle.querySelector(
".header__mobile .header__scroll_hide",
);
if (mdScorllHideEle) {
document.body.style.setProperty(
"--header-scroll-hide-height-md",
`${mdScorllHideEle.clientHeight}px`,
);
}
const pcScorllHideEle = headerEle.querySelector(
".header__desktop .header__scroll_hide",
);
if (pcScorllHideEle) {
document.body.style.setProperty(
"--header-scroll-hide-height-pc",
`${pcScorllHideEle.clientHeight}px`,
);
}
}
function handlResize() {
if (w == window.innerWidth) {
return;
}
w = window.innerWidth;
setHeaderCssVar();
}
function init() {
setHeaderCssVar();
window.removeEventListener("resize", window._theme_header_listener);
window._theme_header_listener = handlResize;
window.addEventListener("resize", window._theme_header_listener);
}
init();
})();
Beginner’s Guide to Off-Road Electric Scooters: JOYOR S10S-Z
Jan 09, 2025
joyor-escooter
Beginner’s Guide to Off-Road Electric Scooters: JOYOR S10S-Z Model
The JOYOR S10S-Z is a rugged electric scooter designed for off-road adventures, featuring dual 2000W motors, 10-inch pneumatic tires, and a patented shock absorption system. This guide provides beginners with essential safety practices, riding techniques, and maintenance tips to help you master off-road terrain safely and confidently.
1. Safety Preparations and Gear
Essential Safety Gear
Helmet: Choose a certified full-face or half-shell helmet to protect your head from impacts.
Protective Gear: Wear knee pads, elbow pads, and gloves to minimize injury risks during rough rides.
Non-Slip Shoes: Opt for sturdy hiking or athletic shoes with strong grip to avoid foot slippage.
Pre-Ride Inspection
Tire Pressure: Ensure tire pressure is between 35–50 PSI for optimal traction on gravel, mud, or uneven surfaces.
Brake Check: Test the responsiveness of the front and rear hydraulic disc brakes for reliable emergency stops.
Battery Status: Confirm the lithium battery is fully charged (70–85 km range) to avoid mid-ride power loss.
2. Familiarization and Basic Controls
Control Panel and Functions
Throttle & Brakes: Use the right thumb throttle for acceleration and the left brake lever for slowing down. Practice gradual acceleration to avoid sudden jerks.
Speed Modes: The S10S-Z offers three modes (Eco/Standard/Sport). Beginners should start with Eco mode (15–20 km/h speed limit).
Basic Riding Posture
Balanced Stance: Stand with feet staggered, knees slightly bent, and weight centered. Grip the handlebars firmly while staying flexible.
Hill Riding Tips
Uphill: Switch to Sport mode, lean forward, and accelerate steadily to prevent wheel spin.
Downhill: Reduce speed, shift weight backward, and apply brakes gently to control momentum and avoid tipping.
3. Off-Road Terrain Techniques
Handling Challenging Surfaces
Gravel/Sand: Maintain steady speed, avoid sharp turns, and let the shock absorbers dampen vibrations.
Muddy Trails: Engage the S10S-Z’s deep-tread off-road tires and gently sway sideways to improve grip.
Obstacle Navigation
Small Obstacles (e.g., branches, shallow pits): Slow down, lift the front wheel slightly, and let the rear wheel follow smoothly.
Steep Climbs: Use the dual motors’ power in short bursts to prevent overheating during prolonged ascents.
Night Riding
Activate the LED headlight and taillight for visibility. Wear reflective gear to enhance safety in low-light conditions.
4. Maintenance and Troubleshooting
Routine Care
Cleaning: Remove mud and debris from tires and the chassis after rides to prevent corrosion. Wipe motors and controllers with a dry cloth.
Lubrication: Apply silicone-based lubricant to bearings and folding joints monthly to reduce wear.
Battery Care: Avoid full discharges. Store the battery at 50% charge in a dry place if unused for long periods.
Common Issues & Solutions
Motor Overheating: Pause riding for 15–20 minutes to cool down. Check for overloading or excessive power usage.
Tire Punctures: Carry a portable repair kit and learn basic patching techniques for emergencies.
Pro Tip: Practice in open, flat areas before tackling advanced trails. The S10S-Z’s IP54 water resistance lets you ride in light rain, but avoid deep puddles to protect electronics.