<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Adola AI</title>
    <description>The latest articles on Forem by Adola AI (@adola_ai_f19c8ffe53d79e26).</description>
    <link>https://forem.com/adola_ai_f19c8ffe53d79e26</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3817947%2F21a9638c-7a64-4d2c-baaa-322e764dc74a.png</url>
      <title>Forem: Adola AI</title>
      <link>https://forem.com/adola_ai_f19c8ffe53d79e26</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/adola_ai_f19c8ffe53d79e26"/>
    <language>en</language>
    <item>
      <title>Building a subscription-free smart health ring: IoT hardware meets biometrics</title>
      <dc:creator>Adola AI</dc:creator>
      <pubDate>Thu, 12 Mar 2026 04:23:43 +0000</pubDate>
      <link>https://forem.com/adola_ai_f19c8ffe53d79e26/building-a-subscription-free-smart-health-ring-iot-hardware-meets-biometrics-4o5b</link>
      <guid>https://forem.com/adola_ai_f19c8ffe53d79e26/building-a-subscription-free-smart-health-ring-iot-hardware-meets-biometrics-4o5b</guid>
      <description>&lt;h2&gt;
  
  
  The problem with smart rings today
&lt;/h2&gt;

&lt;p&gt;If you've ever looked at a smart ring, you've noticed the pattern: pay $299 upfront, then $6-$12/month for a subscription to see your own data. Oura does it. WHOOP does it in a different way. The data is locked behind a paywall.&lt;/p&gt;

&lt;p&gt;I've been building Adola (&lt;a href="https://adola.app" rel="noopener noreferrer"&gt;https://adola.app&lt;/a&gt;) — a smart health ring that tracks 6 sensors with no subscription, ever.&lt;/p&gt;

&lt;h2&gt;
  
  
  What the ring tracks
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Heart rate (PPG-based, 24/7)&lt;/li&gt;
&lt;li&gt;SpO2 blood oxygen&lt;/li&gt;
&lt;li&gt;Skin temperature (medical-grade, not wrist-estimated)&lt;/li&gt;
&lt;li&gt;HRV (heart rate variability)&lt;/li&gt;
&lt;li&gt;Skin conductance (stress/arousal)&lt;/li&gt;
&lt;li&gt;Accelerometer/gyroscope for sleep + movement&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The hardware architecture
&lt;/h2&gt;

&lt;p&gt;The ring uses a custom PCB designed with KiCad, with custom Zen DSL for the layout. BLE 5.0 for data transfer, ~7 day battery life target, titanium body.&lt;/p&gt;

&lt;p&gt;The firmware stack is bare-metal C on an nRF52840. The companion app handles data sync + visualization.&lt;/p&gt;

&lt;h2&gt;
  
  
  Subscription-free model
&lt;/h2&gt;

&lt;p&gt;The business model is simple: one-time hardware sale. All data stays on-device and local — we have zero incentive to lock it behind an API paywall. Export to CSV/JSON anytime.&lt;/p&gt;

&lt;h2&gt;
  
  
  Pre-orders open today
&lt;/h2&gt;

&lt;p&gt;We're taking $5 pre-order deposits to gauge demand before committing to the first manufacturing run. If you're tired of paying monthly fees to read your own HRV data, check it out: &lt;a href="https://adola.app/reserve" rel="noopener noreferrer"&gt;https://adola.app/reserve&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy to discuss the hardware design, sensor choices, or BLE firmware stack in the comments.&lt;/p&gt;

</description>
      <category>iot</category>
      <category>hardware</category>
      <category>health</category>
      <category>wearable</category>
    </item>
    <item>
      <title>Building Adola Ring: A Health Wearable Without the Subscription Trap</title>
      <dc:creator>Adola AI</dc:creator>
      <pubDate>Wed, 11 Mar 2026 06:42:17 +0000</pubDate>
      <link>https://forem.com/adola_ai_f19c8ffe53d79e26/building-adola-ring-a-health-wearable-without-the-subscription-trap-16ga</link>
      <guid>https://forem.com/adola_ai_f19c8ffe53d79e26/building-adola-ring-a-health-wearable-without-the-subscription-trap-16ga</guid>
      <description>&lt;p&gt;Most health wearables follow the same playbook: sell hardware at cost, lock the data behind a monthly subscription. Oura charges $6/month. Whoop charges $30/month. Even Samsung and Apple gate advanced health metrics behind premium tiers.&lt;/p&gt;

&lt;p&gt;We are building Adola Ring to break that pattern. One purchase, all your data, no recurring fees.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Hardware
&lt;/h2&gt;

&lt;p&gt;Adola Ring packs six sensors into a titanium form factor under 3 grams:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;PPG (Photoplethysmography)&lt;/strong&gt; -- Dual-wavelength green + infrared LEDs for continuous heart rate, HRV, and SpO2 tracking&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Skin Temperature Thermistor&lt;/strong&gt; -- 0.1C resolution NTC sensor for circadian rhythm and cycle tracking&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;3-Axis Accelerometer&lt;/strong&gt; -- Low-power MEMS accelerometer for sleep staging, step counting, and gesture detection&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Electrodermal Activity (EDA)&lt;/strong&gt; -- Micro-current skin conductance electrodes for stress response measurement&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bioimpedance (BIA)&lt;/strong&gt; -- Body composition estimation via multi-frequency impedance analysis&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ambient Light Sensor&lt;/strong&gt; -- Adaptive LED intensity and environmental light exposure logging&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The MCU is an ultra-low-power ARM Cortex-M33 running at 64 MHz with a dedicated sensor hub coprocessor that handles continuous sampling while the main core sleeps. Target battery life is 7 days with all sensors active.&lt;/p&gt;

&lt;h2&gt;
  
  
  Privacy by Design
&lt;/h2&gt;

&lt;p&gt;Every health metric is processed on-device first. Raw sensor data never leaves the ring unless the user explicitly exports it. The companion app stores data locally in an encrypted SQLite database. There is no cloud account requirement, no telemetry, no data brokering.&lt;/p&gt;

&lt;p&gt;The firmware will be open-source after launch. Users can audit the entire data pipeline from sensor ADC to rendered chart.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Architecture Matters
&lt;/h2&gt;

&lt;p&gt;The standard wearable architecture offloads all processing to a phone app that phones home to a cloud backend. This creates three problems:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Latency&lt;/strong&gt; -- Real-time biofeedback requires on-device inference, not round-trip cloud calls&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Privacy&lt;/strong&gt; -- Health data is among the most sensitive personal information; centralized storage creates a single breach target&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vendor lock-in&lt;/strong&gt; -- When the company sunsets the cloud service, the hardware becomes a paperweight&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Adola Ring runs a lightweight inference engine on the Cortex-M33 for sleep staging and activity classification. The BLE stack streams processed metrics to the companion app, which does visualization and long-term storage locally.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Firmware&lt;/strong&gt;: Zephyr RTOS, written in C with sensor drivers for each of the six sensors&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;BLE Protocol&lt;/strong&gt;: Custom GATT service with characteristic-per-metric design for efficient polling&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Companion App&lt;/strong&gt;: React Native with local SQLite storage, no backend dependency&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Charging Dock&lt;/strong&gt;: USB-C magnetic pogo-pin dock with alignment magnets&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Current Status
&lt;/h2&gt;

&lt;p&gt;The ring is in late-stage prototyping. We are running validation on sensor accuracy against medical-grade reference devices and tuning the power management state machine to hit the 7-day battery target.&lt;/p&gt;

&lt;p&gt;Early access is open now at &lt;strong&gt;&lt;a href="https://adola.app" rel="noopener noreferrer"&gt;adola.app&lt;/a&gt;&lt;/strong&gt; for a $5 refundable deposit (total retail price will be $79.99). Early backers lock in the lowest price and get first-batch shipping priority.&lt;/p&gt;

&lt;h2&gt;
  
  
  What We Are Looking For
&lt;/h2&gt;

&lt;p&gt;If you work on embedded health sensors, low-power BLE firmware, or privacy-preserving health data systems, we would like to hear from you. Drop a comment or reach out through the site.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Adola Ring: Own your health data. No subscriptions. No cloud dependency.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://adola.app" rel="noopener noreferrer"&gt;Reserve yours at adola.app&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>wearables</category>
      <category>healthtech</category>
      <category>hardware</category>
      <category>privacy</category>
    </item>
  </channel>
</rss>
