DWARF mini Smart Telescope
.dm-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; } .dm-page img { max-width: 100%; height: auto; } .dm-page .dm-section { padding: 120px 22px; } @media (max-width: 640px) { .dm-page .dm-section { padding: 80px 22px; } } .dm-page .dm-on-dark { background: var(--black); color: var(--white); } .dm-page .dm-paper { background: var(--paper); } .dm-page .dm-hero-h2 { font-size: clamp(60px, 9vw, 112px); font-weight: 600; line-height: 1.04; letter-spacing: -0.025em; color: var(--ink); } .dm-page .dm-h2 { font-size: clamp(40px, 5.5vw, 72px); font-weight: 600; line-height: 1.07; letter-spacing: -0.022em; color: var(--ink); } .dm-page .dm-lead { font-size: clamp(19px, 1.6vw, 24px); letter-spacing: -0.009em; color: var(--ink); } .dm-page .dm-body { font-size: 17px; letter-spacing: -0.005em; line-height: 1.5; color: var(--ink); } .dm-page .dm-eyebrow { font-size: 17px; font-weight: 600; letter-spacing: -0.005em; color: var(--mute); } .dm-page .dm-mute { color: var(--mute); } .dm-page .dm-on-dark .dm-mute { color: #6E6E73; } .dm-page .dm-on-dark .dm-h2, .dm-page .dm-on-dark .dm-hero-h2 { color: var(--white); } .dm-page .dm-on-dark .dm-body, .dm-page .dm-on-dark .dm-lead { color: #C7C7CC; } .dm-page .dm-bento-card .dm-body { color: #C7C7CC; } .dm-page .dm-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) { .dm-page .dm-hero-h2 { font-size: 42px; } } .dm-page .dm-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; } .dm-page .dm-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; } .dm-page .dm-stat-lbl { font-size: 15px; color: var(--mute); } .dm-page .dm-stat-cap { font-size: 13px; color: var(--mute); margin-top: 4px; } @media (max-width: 1024px) { .dm-page .dm-stats { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 640px) { .dm-page .dm-stat-num { font-size: 30px; } } @media (max-width: 380px) { .dm-page .dm-stat-num { font-size: 26px; } } .dm-page .dm-pullquote { text-align: center; } .dm-page .dm-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) { .dm-page .dm-pullquote { padding-top: 80px; padding-bottom: 80px; } } .dm-page .dm-bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; max-width: 1100px; margin: 0 auto; } .dm-page .dm-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; } .dm-page .dm-bento-card:hover { transform: translateY(-2px); } .dm-page .dm-bento-card .dm-eyebrow { color: #98989D; } .dm-page .dm-bento-h { font-size: 28px; font-weight: 600; color: var(--white); margin: 8px 0 12px; } .dm-page .dm-big-number { font-size: clamp(80px, 10vw, 140px); font-weight: 600; line-height: 1; letter-spacing: -0.03em; color: var(--white); } .dm-page .dm-span-2 { grid-column: span 2; } .dm-page .dm-span-3 { grid-column: span 3; } .dm-page .dm-span-4 { grid-column: span 4; min-height: 380px; } @media (max-width: 1024px) { .dm-page .dm-bento { grid-template-columns: repeat(2, 1fr); } .dm-page .dm-span-2, .dm-page .dm-span-3, .dm-page .dm-span-4 { grid-column: span 1; } } @media (max-width: 640px) { .dm-page .dm-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; } .dm-page .dm-bento::-webkit-scrollbar { display: none; } .dm-page .dm-bento-card, .dm-page .dm-span-2, .dm-page .dm-span-3, .dm-page .dm-span-4 { grid-column: auto; flex: 0 0 85%; scroll-snap-align: start; min-height: 300px; padding: 28px; } } .dm-page .dm-split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; max-width: 1100px; margin: 0 auto; } .dm-page .dm-split-img { width: 100%; border-radius: 28px; max-height: 700px; object-fit: cover; } @media (max-width: 900px) { .dm-page .dm-split { grid-template-columns: 1fr; text-align: center; } .dm-page .dm-split-text { order: 1; } .dm-page .dm-split-img { order: 2; } } .dm-page .dm-cinema { padding: 120px 0 0; text-align: center; } .dm-page .dm-cinema-cap { max-width: 820px; margin: 0 auto 56px; padding: 0 22px; } .dm-page .dm-cinema-img { width: 100%; display: block; max-height: 700px; object-fit: cover; } @media (max-width: 640px) { .dm-page .dm-cinema { padding-top: 80px; } .dm-page .dm-cinema-img { max-height: 70vh; object-fit: cover; } } .dm-page .dm-specs { max-width: 980px; margin: 0 auto; font-size: 17px; color: var(--ink); } .dm-page .dm-specs-row { display: grid; grid-template-columns: 38% 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: start; } .dm-page .dm-specs-label { color: var(--mute); font-weight: 400; font-size: 17px; line-height: 1.5; } .dm-page .dm-specs-value { color: var(--ink); font-weight: 400; font-size: 17px; line-height: 1.5; overflow-wrap: anywhere; } .dm-page .dm-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) { .dm-page .dm-specs-row { font-size: 15px; padding: 14px 0; } } @media (max-width: 380px) { .dm-page .dm-specs-row { font-size: 13.5px; padding: 10px 0; } } .dm-page .dm-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 48px; max-width: 1000px; margin: 0 auto; } .dm-page .dm-highlight-item { display: flex; gap: 14px; align-items: flex-start; } .dm-page .dm-tick { width: 24px; height: 24px; flex-shrink: 0; color: var(--ink); margin-top: 2px; } @media (max-width: 700px) { .dm-page .dm-highlights { grid-template-columns: 1fr; } } .dm-page .dm-link { color: var(--link); font-size: 17px; display: inline-flex; align-items: center; gap: 4px; padding: 10px 4px; min-height: 44px; text-decoration: none; } .dm-page .dm-link svg { width: 18px; height: 18px; } .dm-page .dm-closing { text-align: center; } .dm-page .dm-closing h2 { max-width: 820px; margin: 0 auto 56px; } .dm-page .dm-perks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; } .dm-page .dm-perk-t { font-size: 17px; font-weight: 600; color: var(--ink); } .dm-page .dm-perk-s { font-size: 14px; color: var(--mute); margin-top: 4px; } @media (max-width: 1024px) { .dm-page .dm-perks { grid-template-columns: repeat(2, 1fr); } } DWARF mini Smart Telescope The whole sky. 840 grams. A precision astro camera, an automatic tracking mount, and an intelligent control system in a body that weighs just 840g. Point, shoot, and the universe is yours. View full specifications 840 g total weight grab it and go 1,016 mm equivalent reach full-frame telephoto 90 s single exposure no star trailing 3 min setup to shooting no alignment fuss Small size, big view Fits in a daypack. Reaches deep space. At 840g the DWARF mini is the lightest smart telescope made. It rides in a camera bag and sets up on any flat surface. Backyard, lakeside, or a dark-sky site two hours from town, it goes wherever the clear weather is. This is not a simplified telescope. It is a whole new way to explore the universe. Set up in minutes From bag to first image in three minutes. Power on, connect your phone, pick a target. The mount finds north, focuses, and locks on by itself. There is no polar scope to align and no star charts to learn before you shoot. Automatic GoTo It finds the target, then keeps it. Tap an object and the DWARF mini slews to it, focuses with precision autofocus, and tracks it across the sky. Plate-solving checks its own aim against the real star field, so framing stays accurate all session. Equatorial mode 90-second frames with round stars. Switch to EQ mode and the mount compensates for Earth's rotation. You get longer single exposures with no trailing and no cropping, which means cleaner signal on faint nebulae and galaxies. Built-in triple filter Cut city glow without bolting on glass. An internal wheel carries a dark-frame filter, a 430–690 nm astro filter, and a dual-narrowband Hα / O III filter. The narrowband filter pulls nebula detail out of moonlit and light-polluted skies. 360° free rotation Frame any angle you like. The lens barrel turns 225° and the gimbal rotates a full 360° without stops. Compose by hand, in the app, or with the on-screen joystick, and track a target from any perspective you choose. One-click processing A finished image in about three seconds. Stellar Studio runs inside the app. It corrects star points, removes noise, and lifts nebula detail with a single tap. No laptop and no paid software needed to share a clean result. Imaging precision A Sony IMX662 at the heart of it. The 1/2.8-inch IMX662 sensor uses large 2.9μm pixels to gather light cleanly with low noise. RAW capture preserves every bit of detail for editing, so faint deep-sky structure survives the stretch from data to finished photo. Pocket the universe The cosmos, finally within reach. The Milky Way, the Moon, the Sun, star trails, and deep-sky nebulae. One small instrument, a different target every clear night. Dual camera aiming Two lenses. Find fast, frame tight. A wide-angle lens locks on targets quickly and captures the Milky Way and star trails. The telephoto lens then takes over: a 30mm f/5 optic with six apochromatic elements and 1,016mm full-frame equivalent reach for sharp, close detail. Shoot while you sleep Set the target and walk away. Schedule a session and let it run unattended. The mini collects and stacks frames on its own, so you can wake up to a finished image of Andromeda already sitting in the gallery. Multi-night Super Stack Build one image across many nights. The mini merges exposures gathered on different nights into a single deeper result. Every clear evening adds signal, so a faint galaxy keeps improving over a week instead of one short session. Calibration frames Dark, bias, and flat fields, handled. Capture proper calibration frames in the app to remove sensor noise, vignetting, and dust shadows. This is the step that takes a shot from captured to captured correctly, and the mini automates it. Frame-by-frame review Keep the good frames, drop the rest. Wind gusts and passing cloud spoil the odd frame. Review each one and remove it before stacking, so only clean, well-aligned data makes it into the final image. Photos that stand out Catch the rare moments too. The mini handles far more than nebulae. Shoot ISS transits across the Sun and Moon, solar and lunar eclipses, and stitch wide-field mosaics that reach well beyond a single frame. Pro export Take the RAW data as far as you like. Beginners get a finished image in the app. Experienced imagers can export RAW files to Photoshop, Siril, or PixInsight for full manual control. The mini grows with your skills rather than capping them. A new universe, every night Made to explore, and to share. A different target every night Never a one-trick instrument. The Milky Way, the Sun, the Moon, star trails, and deep-sky nebulae are all within reach. Each clear night is a new subject, so the mini stays interesting long after the first image. Your signature in the sky Sign your work before you share. Add a personal watermark and caption to every image straight from the app. Post a finished shot to social media with a tag that is unmistakably yours. Image as a team Build a bigger sky together. Team up with friends or a local astronomy group to piece together a vast deep-sky mosaic. Several minis can contribute frames to one shared, larger image. Earn your badges Track your progress as you go. Unlock collectible starry achievement badges as your skills grow, from Star Trails Explorer to Nebula Hunter and Milky Way Catcher. Share an achievement poster to mark each milestone. Weighs just 840g, the lightest and most portable smart telescope available. 30mm f/5 telephoto with 1,016mm full-frame equivalent reach and six apochromatic elements. Sony IMX662 sensor with 2.9μm pixels and RAW capture for low-noise detail. Equatorial mode enables 90-second exposures with no star trailing. Built-in triple filter, including a dual-narrowband Hα / O III filter for light-polluted skies. 7000mAh battery for around four hours, 64GB onboard storage, and dual-band Wi-Fi. Automatic GoTo, autofocus, and plate-solving track and frame targets for you. Also doubles as a daytime instrument for birdwatching, wildlife, and scenic viewing. Specifications Every number that matters. Optics Telephoto aperture 30 mm Focal ratio f/5 Focal length 150 mm (1,016 mm full-frame equivalent) Optical design 6-element apochromatic telephoto, plus a wide-angle lens Field of view (telephoto) Approx. 2.4° Camera Sensor Sony IMX662, 1/2.8-inch Pixel size 2.9 μm Resolution 1936 × 1100 (approx. 2 MP), RAW supported Max single exposure 90 seconds (equatorial mode) Filters Built-in filter wheel Dark-frame; astro 430–690 nm; dual-narrowband Hα (656.3 nm) / O III (500.7 nm) Mount Type Motorised, with automatic GoTo and equatorial tracking mode Rotation 225° lens barrel plus 360° gimbal Power, storage and connectivity Battery 7000 mAh, approx. 4 hours Storage 64 GB internal Wireless Dual-band Wi-Fi (2.4 GHz + 5 GHz), Bluetooth 5.0 Wired USB 2.0 Physical Weight 840 g App DwarfLab app for iOS and Android, with in-app Stellar Studio processing A real observatory, small enough to carry. 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
DwarfLab DWARF Mini Smart Telescope | DWARF-MINI
Related
DwarfLab DWARF Mini Smart Telescope
Related
DWARF mini Smart Telescope
Related