General questions

What is the difference between Atmotube models?

Atmotube PLUS is an enhanced version of the Atmotube 2.0, which features VOC sensors with self-calibration, longer battery life, increased antenna performance, built-in weather station and improved portability.

Atmotube PRO version has all features of Atmotube PLUS and PM1/PM2.5/PM10 sensor

Full technical specifications.

Got more questions? We're here to help!

Please contact us at info@atmotube.com or by submitting a support ticket using the form on the following support page:

Do you have customer service and technical support?

You may also use the ATMO Bot (usually on the right-hand side of the webpage on desktop, bottom-left for mobile) for a quick answer or leave your email address so that we may get in touch.

//show/hide btn 'buy now' in menu document.addEventListener("DOMContentLoaded", function () { fetch("https://ipapi.co/json/") .then(response => response.json()) .then(data => { if (data.country === "US") { const btn = document.querySelector(".us-only-button"); if (btn) { btn.style.display = "block"; } } }) .catch(err => { console.warn("Geolocation lookup failed:", err); }); });