DWARF 3 Smart Telescope
.d3-page { --black: #000000; --ink: #1D1D1F; --paper: #F5F5F7; --white: #FFFFFF; --mute: #86868B; --line: #D2D2D7; --link: #0066CC; --accent: #FF5A1F; --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; } .d3-page img { max-width: 100%; height: auto; } .d3-page .d3-section { padding: 120px 22px; } @media (max-width: 640px) { .d3-page .d3-section { padding: 80px 22px; } } .d3-page .d3-on-dark { background: var(--black); color: var(--white); } .d3-page .d3-paper { background: var(--paper); } .d3-page .d3-hero-h2 { font-size: clamp(60px, 9vw, 112px); font-weight: 600; line-height: 1.04; letter-spacing: -0.025em; color: var(--ink); } .d3-page .d3-h2 { font-size: clamp(40px, 5.5vw, 72px); font-weight: 600; line-height: 1.07; letter-spacing: -0.022em; color: var(--ink); } .d3-page .d3-lead { font-size: clamp(19px, 1.6vw, 24px); letter-spacing: -0.009em; color: var(--ink); } .d3-page .d3-body { font-size: 17px; letter-spacing: -0.005em; line-height: 1.5; color: var(--ink); } .d3-page .d3-eyebrow { font-size: 17px; font-weight: 600; letter-spacing: -0.005em; color: var(--mute); } .d3-page .d3-mute { color: var(--mute); } .d3-page .d3-on-dark .d3-mute { color: #6E6E73; } .d3-page .d3-on-dark .d3-h2, .d3-page .d3-on-dark .d3-hero-h2 { color: var(--white); } .d3-page .d3-on-dark .d3-body, .d3-page .d3-on-dark .d3-lead { color: #C7C7CC; } .d3-page .d3-bento-card .d3-body { color: #C7C7CC; } .d3-page .d3-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) { .d3-page .d3-hero-h2 { font-size: 42px; } } .d3-page .d3-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; } .d3-page .d3-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; } .d3-page .d3-stat-lbl { font-size: 15px; color: var(--mute); } .d3-page .d3-stat-cap { font-size: 13px; color: var(--mute); margin-top: 4px; } @media (max-width: 1024px) { .d3-page .d3-stats { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 640px) { .d3-page .d3-stat-num { font-size: 30px; } } @media (max-width: 380px) { .d3-page .d3-stat-num { font-size: 26px; } } .d3-page .d3-pullquote { text-align: center; } .d3-page .d3-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) { .d3-page .d3-pullquote { padding-top: 80px; padding-bottom: 80px; } } .d3-page .d3-bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; max-width: 1100px; margin: 0 auto; } .d3-page .d3-bento-card { background: #1C1C1E; border-radius: 28px; padding: 44px; min-height: 320px; display: flex; flex-direction: column; justify-content: flex-start; color: var(--white); transition: transform 0.3s ease; } .d3-page .d3-bento-card:hover { transform: translateY(-2px); } .d3-page .d3-bento-card .d3-eyebrow { color: #98989D; } .d3-page .d3-bento-h { font-size: 28px; font-weight: 600; color: var(--white); margin: 8px 0 12px; } .d3-page .d3-big-number { font-size: clamp(80px, 10vw, 140px); font-weight: 600; line-height: 1; letter-spacing: -0.03em; color: var(--white); } .d3-page .d3-span-2 { grid-column: span 2; } .d3-page .d3-span-3 { grid-column: span 3; } .d3-page .d3-span-4 { grid-column: span 4; min-height: 380px; } @media (max-width: 1024px) { .d3-page .d3-bento { grid-template-columns: repeat(2, 1fr); } .d3-page .d3-span-2, .d3-page .d3-span-3, .d3-page .d3-span-4 { grid-column: span 1; } } @media (max-width: 640px) { .d3-page .d3-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; } .d3-page .d3-bento::-webkit-scrollbar { display: none; } .d3-page .d3-bento-card, .d3-page .d3-span-2, .d3-page .d3-span-3, .d3-page .d3-span-4 { grid-column: auto; flex: 0 0 85%; scroll-snap-align: start; min-height: 300px; padding: 28px; } } .d3-page .d3-split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; max-width: 1100px; margin: 0 auto; } .d3-page .d3-split-img { width: 100%; border-radius: 28px; max-height: 700px; object-fit: cover; } @media (max-width: 900px) { .d3-page .d3-split { grid-template-columns: 1fr; text-align: center; } .d3-page .d3-split-text { order: 1; } .d3-page .d3-split-img { order: 2; } } .d3-page .d3-cinema { padding: 120px 0 0; text-align: center; } .d3-page .d3-cinema-cap { max-width: 820px; margin: 0 auto 56px; padding: 0 22px; } .d3-page .d3-cinema-img { width: 100%; display: block; max-height: 700px; object-fit: cover; } @media (max-width: 640px) { .d3-page .d3-cinema { padding-top: 80px; } .d3-page .d3-cinema-img { max-height: 70vh; object-fit: cover; } } .d3-page .d3-specs { max-width: 980px; margin: 0 auto; font-size: 17px; color: var(--ink); } .d3-page .d3-specs-row { display: grid; grid-template-columns: 38% 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: start; } .d3-page .d3-specs-label { color: var(--mute); font-weight: 400; font-size: 17px; line-height: 1.5; } .d3-page .d3-specs-value { color: var(--ink); font-weight: 400; font-size: 17px; line-height: 1.5; overflow-wrap: anywhere; } .d3-page .d3-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) { .d3-page .d3-specs-row { font-size: 15px; padding: 14px 0; } } @media (max-width: 380px) { .d3-page .d3-specs-row { font-size: 13.5px; padding: 10px 0; } } .d3-page .d3-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 48px; max-width: 1000px; margin: 0 auto; } .d3-page .d3-highlight-item { display: flex; gap: 14px; align-items: flex-start; } .d3-page .d3-tick { width: 24px; height: 24px; flex-shrink: 0; color: var(--ink); margin-top: 2px; } @media (max-width: 700px) { .d3-page .d3-highlights { grid-template-columns: 1fr; } } .d3-page .d3-link { color: var(--link); font-size: 17px; display: inline-flex; align-items: center; gap: 4px; padding: 10px 4px; min-height: 44px; text-decoration: none; } .d3-page .d3-link svg { width: 18px; height: 18px; } .d3-page .d3-closing { text-align: center; } .d3-page .d3-closing h2 { max-width: 820px; margin: 0 auto 56px; } .d3-page .d3-perks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; } .d3-page .d3-perk-t { font-size: 17px; font-weight: 600; color: var(--ink); } .d3-page .d3-perk-s { font-size: 14px; color: var(--mute); margin-top: 4px; } @media (max-width: 1024px) { .d3-page .d3-perks { grid-template-columns: repeat(2, 1fr); } } ** Please note: the DWARF 3 is now discontinued by DWARF Lab and this page is an archive only ** DWARF 3 Smart Telescope More sky. In your hands. A dual-camera smart telescope with 737mm of reach, a Sony STARVIS 2 sensor, and a full astrophotography studio built into the app. From deep-sky nebulae to birds in flight, it does it all from a 1.3kg body. View full specifications 737 mm equivalent reach telephoto lens 8.3 MP Sony IMX678 STARVIS 2 sensor 3° field of view whole targets in frame 5.5 hr battery life a full night out See deep space Galaxies and nebulae, clearly within reach. The 737mm telephoto and STARVIS 2 sensor pull faint deep-sky targets out of the dark. Andromeda, the Orion Nebula, the Veil, the Pleiades. Point, capture, and the DWARF 3 stacks frame after frame into a clean, detailed image. More optics, more sensor, more battery. The smart telescope, fully grown. Easy to start Tap your phone. Start shooting. NFC one-touch pairing connects your phone in seconds. Pick a target from the star chart or point your phone at the sky, and the DWARF 3 finds it and locks on. No alignment ritual first. Auto star finding It locates and tracks for you. Choose an object and the DWARF 3 slews to it, focuses, and tracks it as Earth turns. A field-rotation-correction algorithm keeps stars round through the whole session, so framing never drifts. Equatorial mode 60-second exposures, four times longer. On a polar-aligned tripod, EQ mode eliminates field rotation and unlocks exposures up to four times longer. More light per frame means richer detail in faint nebulae and galaxies. Built-in triple filter A filter for every sky. Switch between VIS for daytime, an astro filter for deep space, and a dual-narrowband Hα / O III filter that cuts city light pollution. A magnetic solar filter is included for safe imaging of the Sun. Creation Center A studio inside the app. One-click optimisation, noise reduction, star calibration, and even star removal run on your phone. No laptop and no expensive software needed to turn raw frames into a share-ready image. Grab and go A whole observatory at 1.3kg. Dictionary-sized and around 1.3kg, the DWARF 3 packs into its included carry bag and travels anywhere. Backyard, campsite, or a dark-sky weekend, it is ready when the sky is. Dual camera system Two lenses. Sky and landscape. A 6-element apochromatic telephoto reaches 737mm equivalent for deep-sky and close detail. A wide-angle lens frames the Milky Way, panoramas, and fast-moving subjects. Every mode now works on both lenses, and you switch between them with one tap. The night sky, made simple Look up. Tap once. Capture it. From the Moon to the far edges of deep space, the DWARF 3 turns a clear night into a finished photograph. Sony IMX678 STARVIS 2 Built to see in the dark. The 8.3-megapixel STARVIS 2 sensor reaches 83% quantum efficiency with just 0.6e− read noise and 12-bit output. It gathers more faint light with less noise, so nebulae come through layered and smooth rather than grainy. Schedule a shoot Set it tonight. Sleep through it. Plan a target and start time in advance and the DWARF 3 begins on its own. No staying up all night, and no missing a narrow window when the object is highest. Multi-night stacking Stack across nights for depth. Combine results from different sessions into one cleaner, higher-resolution image. A faint target keeps improving across many nights, far beyond what a single evening can gather. Mosaic mode Four times the frame. A 2×2 stitching mode expands a single field to four times its area. Rotate and zoom to compose freely and capture a large nebula complete, edge to edge, in one panorama. Curve colour grading Tune the colour in-app. Built-in curve grading adjusts the RGB channels individually to rebalance colour and restore the true tones of stars and nebulae. Fine control without leaving your phone. Sign your work Add your watermark, then share. Apply a personal watermark before posting so a finished shot is unmistakably yours. From capture to a share-ready image without ever opening a computer. Pro formats Export RAW for full control. Save in JPG and PNG for quick sharing, or FITS and TIFF for serious post-processing in Siril or PixInsight. The DWARF 3 suits beginners and experienced imagers alike. Daytime exploring Not just for the night. An AI neural-processing unit recognises and tracks wildlife automatically, with continuous autofocus that holds a moving bird sharp. If it takes off, the dual-camera system quickly repositions and stays with it. Beyond deep sky One device, every subject. Gigapixel panorama Stitch the whole scene. AI stitching blends many frames into a seamless gigapixel panorama with no visible joins. An ultra-wide field with massive detail, so you can zoom right in and it stays sharp. Sun and Moon Safe solar, crisp lunar. The included magnetic solar filter lets you image the Sun safely, from sunspots to eclipses. Turn to the Moon for sharp, detailed craters along the terminator on any clear night. Milky Way and star trails Wide-field nightscapes. Point at the Milky Way for one-click capture with automatic foreground separation and stacking. Switch off tracking for star-trail mode that blends the landscape with the sky's turning arcs. Star chart guidance Daily targets, picked for you. The app recommends what is worth shooting each night based on your sky. Tap a suggestion and go straight from choosing a target to capturing it, with no guesswork. Dual apochromatic cameras: 737mm equivalent telephoto plus a 45mm equivalent wide-angle. Sony IMX678 STARVIS 2 sensor, 8.3 MP, 2μm pixels, 83% quantum efficiency. Built-in VIS, astro, and dual-narrowband filters, plus an included magnetic solar filter. Equatorial mode unlocks exposures up to four times longer with no field rotation. 10,000mAh battery for up to 5.5 hours, plus 128GB of onboard storage. NFC one-touch pairing and full app control for iOS and Android. Exports JPG, PNG, FITS, and TIFF for sharing or advanced post-processing. Doubles as a daytime instrument for birdwatching, wildlife, and gigapixel panoramas. Specifications Every number that matters. Optics Telephoto aperture 35 mm Telephoto focal length 150 mm (737 mm full-frame equivalent) Wide-angle lens 6.7 mm focal length (45 mm full-frame equivalent) Optical design 6-element apochromatic dual-camera lens group Field of view (telephoto) Approx. 3° Camera Sensor Sony IMX678, STARVIS 2 Resolution 3840 × 2160 (8.3 MP) telephoto; 1920 × 1080 wide-angle Pixel size 2 μm Sensor performance 83% quantum efficiency, 12-bit output, 0.6e− read noise, 11,270e− full well Max single exposure 60 seconds (longer in equatorial mode) Output formats JPG, PNG, FITS, TIFF Filters Built-in filter wheel VIS 430–650 nm; astro 440–690 nm; dual-narrowband O III (500.7 nm) / Hα (656.3 nm) Included filter Magnetic integrated solar filter Mount Type Motorised alt-azimuth, app controlled, with equatorial tracking mode Tracking Automatic GoTo with field-rotation correction Power, storage and connectivity Battery 10,000 mAh, up to approx. 5.5 hours Operating temperature −20°C to 45°C Storage 128 GB eMMC internal Connectivity Wi-Fi (5 GHz), Bluetooth, NFC pairing, USB-C Physical Weight Approx. 1.3 kg App DwarfLab app for iOS and Android, with in-app Stellar Studio processing In the box DWARF 3, carry bag, magnetic solar filter, filter pouch, USB-C cable, cleaning cloth A complete imaging kit, in one small body. Australian warranty Full local cover Ships from Sydney From local stock Expert advice From working astronomers 40+ years In Australian astronomy