Coder Social home page Coder Social logo

libretransmitter's People

Contributors

alisterburt avatar dabear avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

libretransmitter's Issues

Build still fails (for me)

Hello dabear, Others,

Again, thank you for creating this branch and apologies for having to reach out (as an Xcode newbie):
This Branch is exactly what I am looking for, if I can get it to compile/load to Loop.

After finding GlucoseFromRaw.swift elsewhere, copying that to the GlucoseAlgorithm folder, Xcode now gives me a "cannot find LoopKit" module error.

Adding the LoopKit-Master and Loop-master projects to my workspace, compiling them and copying LoopKit and LoopKitUI framework files to LibreTransmitter-main subfolders, just gives more errors.

Is there any way you can help me/us load this plugin successfully to Loop?
(Or share a LibreTransmitter.xcodeproj or .xcworkspace file that will compile?)

Libre 3 support

Is Libre 3 support (direct) going to be introduced soon, with the Libre 3 being approved and launched in more countries with time?

Direct connect with NFC

Is it possible to connect to libre 1 series with this library without any transmitters only using NFC?

readRaw() and writeRaw() not supported by the Libre 2.

The custom NFC commands A3 and A4 to read from any 16-bit address and to gain write access to the FRAM are not supported by the Libre 2.

The overhead introduced by the nested handlers at

self.readRaw(0xF860, 43 * 8, tag: tag) { _, _, _ in
self.readRaw(0x1A00, 64, tag: tag) { _, _, _ in
self.readRaw(0xFFAC, 36, tag: tag) { _, _, _ in
can be therefore avoided.

"GlucoseFromRaw.swift" not found

Hello dabear,

Thank you for posting this plugin.

Unfortunately, I keep getting an Xcode compile error, trying to load the LibreTransmitter plugin (through a combined workspace) to the Loop app, running on my iPhone X on iOS 14.3:

Build input file cannot be found: '...../LibreTransmitter-main/LibreSensor/GlucoseAlgorithm/GlucoseFromRaw.swift’

A search for "GlucoseFromRaw.swift" on my Mac does not find anything either. 
Do I need to preload any specific libraries or kits to make this work for by FSL/MiaoMioa?

(Apologies if I missed anything myself ..)

PreLibre2 - Large Tuple Violation during compilation

PreLibre2 -> LibreBLEResoponce - Line 219 - typealias LibreBLEResponse = (age: Int, trend: [Measurement], history: [Measurement], crcVerified: Bool)

I get a compile error on this line using Xcode 14.2 and MacOS 13.1 using an M1 iMac

The error is Large Tuple Violation: Tuples should have at most 2 members. (large_tuple) this seems to come from the swiftlint library analysis (swiftlint--0.50.3.arm64_ventura) however the fact the error is displayed (instead of the missing library error) indicates the library is loading as expected.

replace AlarmSettingsIcons

AlarmSettingsIcons can be replaced by icons in sf symbols. e.g.

Image(systemName: "arrow.down.circle")
Image(systemName: "clock.arrow.circlepath")

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.