Skip to content

Instantly share code, notes, and snippets.

View christianaranda's full-sized avatar

Christian Aranda christianaranda

View GitHub Profile
@christianaranda
christianaranda / SteloBLE.swift
Created July 25, 2026 14:07 — forked from martinamps/SteloBLE.swift
Used to read glucose from a Dexcom Stelo
import Foundation
import CoreBluetooth
import SwiftUI
import UserNotifications
import CoreLocation
import UIKit
// MARK: - Stelo (Dexcom G7-family) direct BLE reader
//
// Protocol constants + message layout: LoopKit/G7SensorKit (permissive license).