Vaonis Vespera Pro 2 Smart Telescope
.vp2-page { --black: #000000; --ink: #1D1D1F; --paper: #F5F5F7; --white: #FFFFFF; --mute: #86868B; --line: #D2D2D7; --link: #0066CC; --accent: #3A1F6B; --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; } .vp2-page img { max-width: 100%; height: auto; } .vp2-page .vp2-section { padding: 120px 22px; } @media (max-width: 640px) { .vp2-page .vp2-section { padding: 80px 22px; } } .vp2-page .vp2-on-dark { background: var(--black); color: var(--white); } .vp2-page .vp2-paper { background: var(--paper); } .vp2-page .vp2-hero-h2 { font-size: clamp(60px, 9vw, 112px); font-weight: 600; line-height: 1.04; letter-spacing: -0.025em; color: var(--ink); } .vp2-page .vp2-h2 { font-size: clamp(40px, 5.5vw, 72px); font-weight: 600; line-height: 1.07; letter-spacing: -0.022em; color: var(--ink); } .vp2-page .vp2-lead { font-size: clamp(19px, 1.6vw, 24px); letter-spacing: -0.009em; color: var(--ink); } .vp2-page .vp2-body { font-size: 17px; letter-spacing: -0.005em; line-height: 1.5; color: var(--ink); } .vp2-page .vp2-eyebrow { font-size: 17px; font-weight: 600; letter-spacing: -0.005em; color: var(--mute); } .vp2-page .vp2-mute { color: var(--mute); } .vp2-page .vp2-on-dark .vp2-mute { color: #6E6E73; } .vp2-page .vp2-on-dark .vp2-h2, .vp2-page .vp2-on-dark .vp2-hero-h2 { color: var(--white); } .vp2-page .vp2-on-dark .vp2-body, .vp2-page .vp2-on-dark .vp2-lead { color: #C7C7CC; } .vp2-page .vp2-bento-card .vp2-body { color: #C7C7CC; } .vp2-page .vp2-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) { .vp2-page .vp2-hero-h2 { font-size: 42px; } } .vp2-page .vp2-hero-h2, .vp2-page .vp2-h2, .vp2-page .vp2-pullquote p { text-wrap: balance; } .vp2-page .vp2-body, .vp2-page .vp2-lead { text-wrap: pretty; } .vp2-page .vp2-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; } .vp2-page .vp2-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; } .vp2-page .vp2-stat-lbl { font-size: 15px; color: var(--mute); } .vp2-page .vp2-stat-cap { font-size: 13px; color: var(--mute); margin-top: 4px; } @media (max-width: 1024px) { .vp2-page .vp2-stats { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 640px) { .vp2-page .vp2-stat-num { font-size: 30px; } } @media (max-width: 380px) { .vp2-page .vp2-stat-num { font-size: 26px; } } .vp2-page .vp2-pullquote { text-align: center; } .vp2-page .vp2-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) { .vp2-page .vp2-pullquote { padding-top: 80px; padding-bottom: 80px; } } .vp2-page .vp2-bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; max-width: 1100px; margin: 0 auto; } .vp2-page .vp2-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; } .vp2-page .vp2-bento-card:hover { transform: translateY(-2px); border-color: rgba(255,255,255,0.18); } .vp2-page .vp2-bento-card .vp2-eyebrow { color: #98989D; } .vp2-page .vp2-bento-h { font-size: 28px; font-weight: 600; color: var(--white); margin: 8px 0 12px; } .vp2-page .vp2-big-number { font-size: clamp(80px, 10vw, 140px); font-weight: 600; line-height: 1; letter-spacing: -0.03em; color: var(--white); } .vp2-page .vp2-span-2 { grid-column: span 2; } .vp2-page .vp2-span-3 { grid-column: span 3; } .vp2-page .vp2-span-4 { grid-column: span 4; min-height: 380px; } @media (max-width: 1024px) { .vp2-page .vp2-bento { grid-template-columns: repeat(2, 1fr); } .vp2-page .vp2-span-2, .vp2-page .vp2-span-3, .vp2-page .vp2-span-4 { grid-column: span 1; } } @media (max-width: 640px) { .vp2-page .vp2-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; } .vp2-page .vp2-bento::-webkit-scrollbar { display: none; } .vp2-page .vp2-bento-card, .vp2-page .vp2-span-2, .vp2-page .vp2-span-3, .vp2-page .vp2-span-4 { grid-column: auto; flex: 0 0 85%; scroll-snap-align: start; min-height: 300px; padding: 28px; } } .vp2-page .vp2-split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; max-width: 1100px; margin: 0 auto; } .vp2-page .vp2-split-img { width: 100%; border-radius: 28px; max-height: 700px; object-fit: cover; } @media (max-width: 900px) { .vp2-page .vp2-split { grid-template-columns: 1fr; text-align: center; } .vp2-page .vp2-split-text { order: 1; } .vp2-page .vp2-split-img { order: 2; } } .vp2-page .vp2-cinema { padding: 120px 0 0; text-align: center; } .vp2-page .vp2-cinema-cap { max-width: 820px; margin: 0 auto 56px; padding: 0 22px; } .vp2-page .vp2-cinema-img { width: 100%; display: block; max-height: 700px; object-fit: cover; } @media (max-width: 640px) { .vp2-page .vp2-cinema { padding-top: 80px; } .vp2-page .vp2-cinema-img { max-height: 70vh; object-fit: cover; } } .vp2-page .vp2-specs { max-width: 980px; margin: 0 auto; font-size: 17px; color: var(--ink); } .vp2-page .vp2-specs-row { display: grid; grid-template-columns: 38% 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: start; } .vp2-page .vp2-specs-label { color: var(--mute); font-weight: 400; font-size: 17px; line-height: 1.5; } .vp2-page .vp2-specs-value { color: var(--ink); font-weight: 400; font-size: 17px; line-height: 1.5; overflow-wrap: anywhere; } .vp2-page .vp2-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) { .vp2-page .vp2-specs-row { font-size: 15px; padding: 14px 0; } } @media (max-width: 380px) { .vp2-page .vp2-specs-row { font-size: 13.5px; padding: 10px 0; } } .vp2-page .vp2-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 48px; max-width: 1000px; margin: 0 auto; } .vp2-page .vp2-highlight-item { display: flex; gap: 14px; align-items: flex-start; } .vp2-page .vp2-tick { width: 24px; height: 24px; flex-shrink: 0; color: var(--ink); margin-top: 2px; } @media (max-width: 700px) { .vp2-page .vp2-highlights { grid-template-columns: 1fr; } } .vp2-page .vp2-link { color: var(--link); font-size: 17px; display: inline-flex; align-items: center; gap: 4px; padding: 10px 4px; min-height: 44px; text-decoration: none; } .vp2-page .vp2-link svg { width: 18px; height: 18px; } .vp2-page .vp2-on-dark .vp2-link { color: #2997FF; } .vp2-page .vp2-closing { text-align: center; } .vp2-page .vp2-closing h2 { max-width: 820px; margin: 0 auto 56px; } .vp2-page .vp2-perks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; } .vp2-page .vp2-perk-t { font-size: 17px; font-weight: 600; color: var(--ink); } .vp2-page .vp2-perk-s { font-size: 14px; color: var(--mute); margin-top: 4px; } @media (max-width: 1024px) { .vp2-page .vp2-perks { grid-template-columns: repeat(2, 1fr); } } .vp2-page .vp2-spot { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; max-width: 1100px; margin: 0 auto; align-items: center; } .vp2-page .vp2-spot-media { position: sticky; top: 96px; } .vp2-page .vp2-spot-media img { width: 100%; border-radius: 28px; display: block; border: 1px solid var(--line); background: var(--white); } .vp2-page .vp2-spot-step { min-height: 0; padding: 20px 0; display: flex; flex-direction: column; justify-content: flex-start; } .vp2-page .vp2-spot-step + .vp2-spot-step { border-top: 1px solid var(--line); } .vp2-page .vp2-spot-h { font-size: 28px; font-weight: 600; color: var(--ink); margin: 8px 0 12px; } .vp2-page .vp2-on-dark .vp2-spot-h { color: var(--white); } .vp2-page .vp2-on-dark .vp2-spot-step + .vp2-spot-step { border-top-color: rgba(255,255,255,0.14); } .vp2-page .vp2-on-dark .vp2-spot-media img { border-color: rgba(255,255,255,0.14); } @media (max-width: 900px) { .vp2-page .vp2-spot { grid-template-columns: 1fr; gap: 28px; } .vp2-page .vp2-spot-media { position: static; } .vp2-page .vp2-spot-step { min-height: 0; padding: 20px 0; justify-content: flex-start; } } .vp2-page .vp2-stage { position: relative; overflow: hidden; } .vp2-page .vp2-stage > * { position: relative; z-index: 1; } .vp2-page .vp2-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%); } .vp2-page .vp2-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%); } .vp2-page .vp2-grad-glow { filter: drop-shadow(0 0 28px color-mix(in srgb, var(--accent) 35%, transparent)); } .vp2-page .vp2-anchor { scroll-margin-top: 72px; } @supports (animation-timeline: view()) { @media (prefers-reduced-motion: no-preference) { .vp2-page .vp2-reveal { animation: vp2-rise 1ms linear both; animation-timeline: view(); animation-range: entry 0% entry 55%; } } } @keyframes vp2-rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } } Vaonis Vespera Pro 2 smart telescope 12.5 MP detail. Five-minute setup. The Vaonis Vespera Pro 2 smart telescope captures high-resolution deep-sky images without a full astrophotography rig. The Sony IMX 676 sensor, CovalENS mosaics and automatic multi-night capture do the repetitive work, while manual controls and 16-bit files keep experienced imagers in command. See what 12.5 MP changes Check every specification 12.5 MP native resolution Sony IMX 676, square format 50 MP CovalENS mosaic Automated multi-panel capture 11 h battery life A full winter night 225 GB onboard storage 30 multi-night projects The highest native resolution Vaonis puts in a smart telescope. Automation gets you observing. 16-bit files let you keep going. Sony IMX 676 12.5 MP in a square 1:1 sensor. The 3536×3536 colour sensor records a useful square field with 2μm pixels and a native image scale of 1.6 arcsec/pixel. Fine sampling brings out smaller structures in nebulae, clusters and galaxies without turning the telescope into a cable-heavy imaging rig. CovalENS 50 MP mosaics, assembled automatically. Choose a wider composition and CovalENS plans, captures and combines the panels for you. The model product page specifies a maximum 4.18°×2.45° field, so broad nebula complexes and galaxy groups can fit without sacrificing the native pixel scale. Multi-night capture Resume the same mosaic tomorrow night. Framing, gain, exposure, stacking progress and mosaic progress are retained between sessions. Open the project, tap Resume and add more integration time without rebuilding the sequence by hand. Open workflow 16-bit FITS when the automatic result is not enough. Set exposure, gain and framing manually, capture calibration data and export individual FITS frames or a 16-bit TIFF pre-stack. Process in PixInsight, Siril or the software you already know. Optics 50 mm f/4.9 quadruplet with S-FPL52 glass. The redesigned three-group apochromatic system and refined field corrector send a flatter, cleaner field to the sensor. Internal optical baffles reduce direct stray light, while a CLS filter remains the right tool for general urban skyglow. Weather protection Humidity sensing turns anti-fog on for you. Temperature and humidity monitoring activates the integrated anti-fog system when conditions demand it. That removes one more cable and one more setting from long coastal or cold inland sessions. All-night projects 11 hours of battery, 225 GB of headroom. Run from dusk to dawn without a separate field battery in normal conditions. Thirty multi-night slots and generous internal storage keep ambitious captures organised, with USB-C transfer available when you are ready to process. BalENS calibration One master dark, cleaner data across sessions. BalENS balances weaker and brighter signals while flattening the sky background in real time. Automatic dark calibration reduces sensor noise without adding a manual calibration routine to every night. 01 • Singularity app One button, one app, about five minutes. Wake the telescope, connect in Singularity and choose a target from the catalogue. Initialisation, pointing, focusing, tracking and live stacking are handled automatically. 02 • Plan My Night Schedule a sequence, then let the telescope run. Plan My Night carries out a programmed observing sequence without constant supervision. It works with Mosaic Mode and Multi-Night Capture, so a long project does not have to occupy your whole evening. 03 • SkyColor Studio Refine contrast, colour and noise in the app. SkyColor Studio offers approachable edits for sky background, denoise, colour, star balance and palettes. Export the result there, or move into a full 16-bit desktop workflow when you want deeper control. Vespera Pro 2 sample Four hours on M17 with a dual-band filter. Vaonis captured the Omega Nebula under Bortle 4 skies. The image shows the kind of wide, detailed emission-nebula work the 12.5 MP square sensor and f/4.9 optics are designed to tackle. Portable observing 5 kg, 48 cm tall, ready for a shared night. The Vaonis Vespera Pro 2 smart telescope folds to 48×20×9 cm and travels with a carbon-fibre tripod, dedicated tripod bag and protective flycase. Its app-controlled, beginner-friendly setup makes shared astronomy easy, while manual capture options leave room to grow. Vespera Pro 2 sample Four hours on M27 at 1.6 arcsec per pixel. The Dumbbell Nebula was captured by Vaonis with a dual-band filter under Bortle 4 skies. It demonstrates the instrument’s native sampling across a compact planetary nebula and the surrounding star field. What arrives with Vespera Pro 2 Carbon tripod, flycase and 11-hour power from night one. Vespera Pro 2 smart telescope with integrated 11-hour battery and automatic anti-fog control Adjustable carbon-fibre tripod with bubble level and dedicated tripod carry bag Tailored protective flycase for storage and transport Protective lens cap and integrated humidity and temperature sensing Singularity app for setup, catalogue, live observation, scheduling and capture control Five-year Vaonis manufacturer warranty, supported locally by Bintel Technical specifications 12.5 MP Sony IMX 676. Every number behind it. Optics Optical design Flat-field three-group apochromatic quadruplet with refined field corrector and optical baffles Aperture 50 mm Focal length 245 mm Focal ratio f/4.9 Lens glass Lanthanum S-FPL52 Sensor Sensor Sony IMX 676 colour CMOS Resolution 3536×3536 pixels, 12.5 MP Sensor format and size 1/1.6 inch, 7.0×7.0 mm, square Pixel size 2μm Limiting magnitude 16 Imaging Native field of view 1.6°×1.6° Maximum CovalENS field 4.18°×2.45° Native image scale 1.6 arcsec/pixel Maximum mosaic resolution 50 MP Capture controls Automatic or manual exposure, gain and framing; calibration-frame support Files and storage Display file JPEG, 8-bit Individual frames FITS, 16-bit Pre-stacked file TIFF, 16-bit Internal storage 225 GB Multi-night project slots 30 External connection USB-C, power source not included USB-C transfer Up to 30 MB/s Power and physical Battery life 11 hours Dimensions 48×20×9 cm Weight 5 kg Tripod Carbon fibre, approximately 10 to 91 cm adjustable height, 14 kg rated payload Anti-fog Integrated automatic system with humidity and temperature sensing Manufacturer warranty 5 years, subject to Vaonis warranty terms 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