Vaonis Vespera 3 Smart Telescope
.vsp-page { --black: #000000; --ink: #1D1D1F; --paper: #F5F5F7; --white: #FFFFFF; --mute: #86868B; --line: #D2D2D7; --link: #0066CC; --accent: #FF6A3D; --radius: 22px; --radius-lg: 28px; font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; color: var(--ink); background: var(--white); line-height: 1.47; letter-spacing: -0.003em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; overflow-x: clip; } .vsp-page img { max-width: 100%; height: auto; } .vsp-page .vsp-section { padding: 120px 22px; } @media (max-width: 640px) { .vsp-page .vsp-section { padding: 80px 22px; } } .vsp-page .vsp-on-dark { background: var(--black); color: var(--white); } .vsp-page .vsp-paper { background: var(--paper); } .vsp-page .vsp-hero-h2 { font-size: clamp(60px, 9vw, 112px); font-weight: 600; line-height: 1.04; letter-spacing: -0.025em; color: var(--ink); } .vsp-page .vsp-h2 { font-size: clamp(40px, 5.5vw, 72px); font-weight: 600; line-height: 1.07; letter-spacing: -0.022em; color: var(--ink); } .vsp-page .vsp-lead { font-size: clamp(19px, 1.6vw, 24px); letter-spacing: -0.009em; color: var(--ink); } .vsp-page .vsp-body { font-size: 17px; letter-spacing: -0.005em; line-height: 1.5; color: var(--ink); } .vsp-page .vsp-eyebrow { font-size: 17px; font-weight: 600; letter-spacing: -0.005em; color: var(--mute); } .vsp-page .vsp-mute { color: var(--mute); } .vsp-page .vsp-on-dark .vsp-mute { color: #6E6E73; } .vsp-page .vsp-on-dark .vsp-h2, .vsp-page .vsp-on-dark .vsp-hero-h2 { color: var(--white); } .vsp-page .vsp-on-dark .vsp-body, .vsp-page .vsp-on-dark .vsp-lead { color: #C7C7CC; } .vsp-page .vsp-bento-card .vsp-body { color: #C7C7CC; } .vsp-page .vsp-grad { background: linear-gradient(90deg, var(--white) 0%, var(--white) 35%, var(--accent) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; display: inline-block; } @media (max-width: 380px) { .vsp-page .vsp-hero-h2 { font-size: 42px; } } .vsp-page .vsp-hero-h2, .vsp-page .vsp-h2, .vsp-page .vsp-pullquote p { text-wrap: balance; } .vsp-page .vsp-body, .vsp-page .vsp-lead { text-wrap: pretty; } .vsp-page .vsp-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; } .vsp-page .vsp-stat-num { font-size: clamp(32px, 3.6vw, 52px); font-weight: 600; line-height: 1.05; letter-spacing: -0.02em; color: var(--ink); white-space: nowrap; } .vsp-page .vsp-stat-lbl { font-size: 15px; color: var(--mute); } .vsp-page .vsp-stat-cap { font-size: 13px; color: var(--mute); margin-top: 4px; } @media (max-width: 1024px) { .vsp-page .vsp-stats { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 640px) { .vsp-page .vsp-stat-num { font-size: 30px; } } @media (max-width: 380px) { .vsp-page .vsp-stat-num { font-size: 26px; } } .vsp-page .vsp-pullquote { text-align: center; } .vsp-page .vsp-pullquote p { font-size: clamp(28px, 3.4vw, 48px); font-weight: 600; line-height: 1.15; letter-spacing: -0.018em; color: var(--ink); max-width: 920px; margin: 0 auto; padding: 20px 0; } @media (max-width: 640px) { .vsp-page .vsp-pullquote { padding-top: 80px; padding-bottom: 80px; } } .vsp-page .vsp-quote-attr { font-size: 17px; font-weight: 600; letter-spacing: -0.005em; color: var(--mute); margin-top: 6px; } .vsp-page .vsp-bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; max-width: 1100px; margin: 0 auto; } .vsp-page .vsp-bento-card { background: #1C1C1E; border-radius: 28px; padding: 44px; min-height: 320px; display: flex; flex-direction: column; justify-content: flex-start; color: var(--white); border: 1px solid rgba(255,255,255,0.09); transition: transform 0.3s ease, border-color 0.3s ease; } .vsp-page .vsp-bento-card:hover { transform: translateY(-2px); border-color: rgba(255,255,255,0.18); } .vsp-page .vsp-bento-card .vsp-eyebrow { color: #98989D; } .vsp-page .vsp-bento-h { font-size: 28px; font-weight: 600; color: var(--white); margin: 8px 0 12px; } .vsp-page .vsp-big-number { font-size: clamp(80px, 10vw, 140px); font-weight: 600; line-height: 1; letter-spacing: -0.03em; color: var(--white); } .vsp-page .vsp-span-2 { grid-column: span 2; } .vsp-page .vsp-span-3 { grid-column: span 3; } .vsp-page .vsp-span-4 { grid-column: span 4; min-height: 380px; } @media (max-width: 1024px) { .vsp-page .vsp-bento { grid-template-columns: repeat(2, 1fr); } .vsp-page .vsp-span-2, .vsp-page .vsp-span-3, .vsp-page .vsp-span-4 { grid-column: span 1; } } @media (max-width: 640px) { .vsp-page .vsp-bento { display: flex; grid-template-columns: none; gap: 14px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none; margin: 0 -22px; padding: 4px 22px; scroll-padding-left: 22px; } .vsp-page .vsp-bento::-webkit-scrollbar { display: none; } .vsp-page .vsp-bento-card, .vsp-page .vsp-span-2, .vsp-page .vsp-span-3, .vsp-page .vsp-span-4 { grid-column: auto; flex: 0 0 85%; scroll-snap-align: start; min-height: 300px; padding: 28px; } } .vsp-page .vsp-split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; max-width: 1100px; margin: 0 auto; } .vsp-page .vsp-split-img { width: 100%; border-radius: 28px; max-height: 700px; object-fit: cover; } @media (max-width: 900px) { .vsp-page .vsp-split { grid-template-columns: 1fr; text-align: center; } .vsp-page .vsp-split-text { order: 1; } .vsp-page .vsp-split-img { order: 2; } } .vsp-page .vsp-cinema { padding: 120px 0 0; text-align: center; } .vsp-page .vsp-cinema-cap { max-width: 820px; margin: 0 auto 56px; padding: 0 22px; } .vsp-page .vsp-cinema-img { width: 100%; display: block; max-height: 700px; object-fit: cover; } @media (max-width: 640px) { .vsp-page .vsp-cinema { padding-top: 80px; } .vsp-page .vsp-cinema-img { max-height: 70vh; object-fit: cover; } } .vsp-page .vsp-specs { max-width: 980px; margin: 0 auto; font-size: 17px; color: var(--ink); } .vsp-page .vsp-specs-row { display: grid; grid-template-columns: 38% 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: start; } .vsp-page .vsp-specs-label { color: var(--mute); font-weight: 400; font-size: 17px; line-height: 1.5; } .vsp-page .vsp-specs-value { color: var(--ink); font-weight: 400; font-size: 17px; line-height: 1.5; overflow-wrap: anywhere; } .vsp-page .vsp-specs-cat { padding: 36px 0 14px; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; color: var(--ink); } @media (max-width: 640px) { .vsp-page .vsp-specs-row { font-size: 15px; padding: 14px 0; } } @media (max-width: 380px) { .vsp-page .vsp-specs-row { font-size: 13.5px; padding: 10px 0; } } .vsp-page .vsp-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 48px; max-width: 1000px; margin: 0 auto; } .vsp-page .vsp-highlight-item { display: flex; gap: 14px; align-items: flex-start; } .vsp-page .vsp-tick { width: 24px; height: 24px; flex-shrink: 0; color: var(--ink); margin-top: 2px; } @media (max-width: 700px) { .vsp-page .vsp-highlights { grid-template-columns: 1fr; } } .vsp-page .vsp-link { color: var(--link); font-size: 17px; display: inline-flex; align-items: center; gap: 4px; padding: 10px 4px; min-height: 44px; text-decoration: none; } .vsp-page .vsp-link svg { width: 18px; height: 18px; } .vsp-page .vsp-on-dark .vsp-link { color: #2997FF; } .vsp-page .vsp-closing { text-align: center; } .vsp-page .vsp-closing h2 { max-width: 820px; margin: 0 auto 56px; } .vsp-page .vsp-perks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; } .vsp-page .vsp-perk-t { font-size: 17px; font-weight: 600; color: var(--ink); } .vsp-page .vsp-perk-s { font-size: 14px; color: var(--mute); margin-top: 4px; } @media (max-width: 1024px) { .vsp-page .vsp-perks { grid-template-columns: repeat(2, 1fr); } } @supports (animation-timeline: view()) { @media (prefers-reduced-motion: no-preference) { .vsp-page .vsp-reveal { animation: vsp-rise 1ms linear both; animation-timeline: view(); animation-range: entry 0% entry 55%; } } } @keyframes vsp-rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } } .vsp-page .vsp-spot { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; max-width: 1100px; margin: 0 auto; align-items: center; } .vsp-page .vsp-spot-media { position: static; } .vsp-page .vsp-spot-media img { width: 100%; border-radius: 28px; display: block; border: 1px solid var(--line); background: var(--white); } .vsp-page .vsp-spot-step { min-height: 0; padding: 34px 0; display: flex; flex-direction: column; justify-content: center; } .vsp-page .vsp-spot-step + .vsp-spot-step { border-top: 1px solid var(--line); } .vsp-page .vsp-spot-h { font-size: 28px; font-weight: 600; color: var(--ink); margin: 8px 0 12px; } .vsp-page .vsp-on-dark .vsp-spot-h { color: var(--white); } .vsp-page .vsp-on-dark .vsp-spot-step + .vsp-spot-step { border-top-color: rgba(255,255,255,0.14); } .vsp-page .vsp-on-dark .vsp-spot-media img { border-color: rgba(255,255,255,0.14); } @media (max-width: 900px) { .vsp-page .vsp-spot { grid-template-columns: 1fr; gap: 28px; } .vsp-page .vsp-spot-media { position: static; } .vsp-page .vsp-spot-step { min-height: 0; padding: 36px 0; justify-content: flex-start; } } .vsp-page .vsp-gallery { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none; max-width: 1100px; margin: 0 auto; padding: 4px 0; } .vsp-page .vsp-gallery::-webkit-scrollbar { display: none; } .vsp-page .vsp-gallery-item { flex: 0 0 min(520px, 80%); scroll-snap-align: start; } .vsp-page .vsp-gallery-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 28px; display: block; background: var(--paper); border: 1px solid var(--line); } .vsp-page .vsp-gallery-cap { font-size: 14px; color: var(--mute); margin-top: 12px; } @media (max-width: 640px) { .vsp-page .vsp-gallery { max-width: none; margin: 0 -22px; padding: 4px 22px; scroll-padding-left: 22px; } } .vsp-page .vsp-stage { position: relative; overflow: hidden; } .vsp-page .vsp-stage > * { position: relative; z-index: 1; } .vsp-page .vsp-stage::before { content: ""; position: absolute; z-index: 0; inset: -20%; pointer-events: none; background: radial-gradient(46% 38% at 50% 30%, rgba(255,255,255,0.10), transparent 70%); } .vsp-page .vsp-stage-accent::before { background: radial-gradient(50% 40% at 50% 34%, rgba(255,255,255,0.06), transparent 70%); background: radial-gradient(40% 34% at 50% 28%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 72%), radial-gradient(50% 40% at 50% 34%, rgba(255,255,255,0.06), transparent 70%); } .vsp-page .vsp-grad-glow { filter: drop-shadow(0 0 28px color-mix(in srgb, var(--accent) 35%, transparent)); } .vsp-page .vsp-anchor { scroll-margin-top: 72px; } .vsp-page .vsp-hero { text-align: center; } .vsp-page .vsp-hero .vsp-lead { max-width: 720px; margin: 28px auto 0; } .vsp-page .vsp-hero-links { display: flex; gap: 28px; justify-content: center; margin-top: 36px; flex-wrap: wrap; } Vaonis Vespera 3 • Smart telescope Eleven hours. One button. The deep sky. Set up in five minutes, press one button, and photograph nebulae on your very first night, no experience needed. A new flat-field apochromatic quadruplet, an all-night battery and fully automatic capture mean Vespera 3 captures more, keeps everything, and asks nothing of you. See what it captures View specifications 11 h battery life dusk-to-dawn sessions 24 MP mosaic definition from an 8.3 MP sensor 115 GB onboard storage USB-C at 30 MB/s 5 yr warranty standard on Vespera 3 “The most affordable premium smart telescope.” Vaonis, on the Vespera 3. Optics A flat-field apochromatic quadruplet. The new three-group optical design eliminates chromatic aberration and field curvature across the entire frame. Stars stay tight from centre to edge, with improved response in the blue and red ends of the spectrum for stronger colour contrast. Urban skies Baffled against stray light. Precision-engineered optical baffles stop streetlights and porch lights before they reach the sensor. The result is more contrast and deeper targets, even from a suburban backyard. Endurance 11 hours on a charge. Vaonis rates it the longest battery life of any smart telescope, enough to run from dusk to dawn without a power bank. Extend it further over USB-C if a marathon session demands it. Storage 115 GB. Nothing gets lost. Every frame from every session is saved and organised onboard, with 16-bit FITS and pre-stacked TIFF files ready for transfer. USB-C moves a full night of data at 30 MB/s. CovalENS mosaic 24-megapixel mosaics. Mosaic mode stitches frames automatically up to 24 MP, expanding the view to 4.33° × 2.43° without giving up resolution. Entire nebulae, galaxies and clusters fit in a single capture. Anti-fog Sensor-driven dew defence. An integrated humidity and temperature sensor activates the anti-fog system automatically, tuned to preserve battery. The optics stay clear through damp Australian nights without you touching a thing. Shot on Vespera 3 The Rosette Nebula. 3.5 hours. Bortle 4. Captured with the Vespera 3 and dual band filter, stacked automatically onboard. No guiding, no manual alignment, no post-processing marathon. All from a scope that packs into carry-on luggage. 01 • Live mosaic Frame fields no single shot can cover. CovalENS builds mosaics up to 24 MP while you watch, live-stacking every frame onboard. No manual stitching, ever, even for wide targets like the Rosette or Rho Ophiuchi. 02 • Multi-night capture Stack for dozens of hours. Automatically. Exclusive to Vespera, multi-night capture saves framing, exposure, gain and stacking progress across 15 project slots. Hit Resume the next clear night and keep collecting photons where you left off. Ambitious deep sky astrophotography, without the all-nighters. 03 • Plan My Night Schedule the sky. Sleep through it. Queue a sequence of observations in the Singularity app and Vespera 3 works through them unsupervised, mosaics and multi-night projects included. Your celestial safari continues while you rest. 04 • Export Post-processing ready at capture end. One auto-saved master file per project, with pre-stacked 16-bit files ready for PixInsight, Siril or any other processing suite. No juggling thousands of subframes. SkyColor Studio From sensor to final image, inside one app. Adjust background, contrast and colour balance, denoise, create starless views or apply Hubble-inspired palettes, all within Singularity. Ask LumENS, the built-in AI astronomy companion, what you are looking at and where to point next, by voice or text. Built to travel 5 kg. Carry-on sized. Subzero rated. A metal chassis keeps tracking rigid where lesser scopes flex, for sharper stars and fewer rejected frames. The included adjustable aluminium tripod with bubble level extends from 10 cm to 91 cm and carries up to 14 kg, ready for rough ground and dark-site road trips. At home in the city, where the baffled optics earn their keep. Or under a dark rural sky, hours from the nearest streetlight. Carry-on compatible for wherever dark skies call. 50 mm f/4.9 flat-field apochromatic quadruplet with refined field corrector. Sony IMX585 colour sensor: 8.3 MP native, up to 24 MP in mosaic mode. Fully automatic initialisation, pointing, focusing, tracking and stacking, a smart telescope that beginners can drive on night one. One-button start-up with guided setup in the Singularity app, thousands of catalogue targets. LumENS AI companion answers questions and suggests targets by voice or text. Optical baffle controls stray light; add the CLS filter for heavy skyglow suppression. Solar observation supported with the optional Vespera solar filter. Five-year warranty as standard, with battery extendable over USB-C power banks. Optics Aperture 50 mm Focal length 245 mm Focal ratio f/4.9 Optical design Flat-field apochromatic quadruplet, three groups, refined field corrector Stray light control Precision optical baffle Sensor Sensor Sony IMX585 (colour) Definition 3840 × 2160 (8.3 MP) Format 1/1.2″ (11.2 × 6.3 mm) Pixel size 2.9 μm Imaging Native image definition 8.3 MP Max definition with CovalENS mosaic 24 MP Native field of view 2.5° × 1.4° Max field of view with CovalENS 4.33° × 2.43° Detail resolution 2.39 arcsec/pixel Storage & files Internal storage 115 GB File formats JPEG 8-bit display, FITS 16-bit unit frames, TIFF 16-bit pre-stacked Multi-night project slots 15 File transfer USB-C, 30 MB/s Power Battery life 11 hours External power USB-C (cable and adapter not included) Physical Dimensions 48 × 20 × 9 cm Weight 5 kg Construction Metal chassis, carry-on compatible, operates at subzero temperatures Included Tripod Adjustable aluminium tripod with bubble level, 10–91 cm, 14 kg payload Anti-fog system Standard, auto-activated by humidity and temperature sensor Warranty 5 years Under Australian skies. Backed by Bintel. Australian warranty Full local cover Ships from Sydney From local stock Expert advice From working astronomers 40+ years In Australian astronomy
More you might like
Related
Vaonis Vespera II Smart Telescope
Related
Vaonis Vespera Pro 2 Smart Telescope
Related
Vaonis Vespera II Smart Telescope
Related