POCtec / Yuwell ct3 anytime CGM app. #3839
Replies: 3 comments 10 replies
-
What is the link in your post pointing to? |
Beta Was this translation helpful? Give feedback.
-
Hi, my apologies for the delay. The app does not broadcast notification values like other companion apps do, so that approach is out. I installed the nRF Bluetooth snooper app from Nordic Semiconductor (available on the app store) and its associated logger app. After initiating a scan, within about 5 minutes, a device with a serial number appeared. In my case, it was the serial number of the rechargeable transmitter. When you set up the app for the first time, you either manually input this serial number or scan a QR code. It locked on with no problem, though there was a lot of Bluetooth "noise" from other devices (Bluetooth watch, laptop, headphones, and a Bluetooth LE CGM), all connected to my mid-range Galaxy A25 5G phone. Among the noise, the following stood out:
The device transmits a reading every 3 minutes, as stated in the manual, over the 14-day sensor lifespan. Below are Thursday, January 9th readings extracted from the logs:
pocGlucose stands for PocTech, the manufacturer.
Looking at the hex structure and the corresponding glucose values, it appears that:
I ran more tests, but I kept getting whole Numbers, for the supposed BG Reading, then I rememberd that its "American Units" I work in mmol, tracking in whole units, makes sense, because you cannot make a Decimal fit int a standard Byte (floating point, come into play here), with this i was able to take the mg/dl whole number and divide it by 18 to get mmol and the following appears. `Time: 14:26:47 Time: 14:29:47 Time: 14:32:47 Time: 14:35:47 Time: 14:38:47 Nicely 3 minuets Apart and corresponds nicely with my currently crap sugar control, because i have this "NovoVirus" that playing Havoc. Looking at the Byte Patterns we can see the following. Consistent pattern:
Tracking glucose value changes:
Ran more Readings and Conduced the following From the Log file, we see two relevant characteristics:
Ran more to triple check the position of the bytes are consistent, and Concluded the Following.
Looking at larger value changes:
I ran the a lot more Sniffer logs, since its consistent, and quite stable connection, because the rechargeable transmitter has decently sized good Mah capacity at 3.7v Battery, which is awesome, compared to other brands. The following Conclusion is:
Value Encoding:
Consistency Check:
The Awesome thing is the App log, shows it much clearer and in mmol, in the app windows its self, than it exports it, They match up extremely, closely, which means that there is no Deviation or Correction math to worry about, because the more powerful and advanced chip this transmitter has (3.7v) allows you to do this. Means that its All done on the transmitter its self, before broadcast. to Summarize this whole exercise, we can very confidently say the following: Characteristic that sends glucose data:
Observed values match manufacturer's app, confirming:
The Packet Structure (12 bytes): and looks like the following. This means for real-time glucose monitoring, we need to:
We have a Damn Stable and Reliable Signal Collector Mode, and no app work around. I might be Mistaken but , does Xdrip, have a very advanced deep setting already, i would be able to do this on, at least to test. Can Someone help with or guide me to Step 2, get Xdrip to detect it and use it, it will be much appreciated. While there App is good, as a Programmer myself, Its Not Xdrip Or No Where Close. but when the Transmitter Costs R500 ZAR ~ I have been using it since it became available, and its Defiantly a Damn good unit, My Insurance covers them all, so i have Tired them all and this unit is the one that has Given me the Least Trouble, in fact, I only has 1 Sensor failed and was me not following instructions, or the Video with the Instructions. I do think we need to Support these Because PochTech and Yuwell (or what ever structure, the Chinese do) is a very Large Company that makes things from Ventilators to Cpaps. but from what i can find directory is the the Following. IT Is EC APPROVED 2797 and is Available in Germany via a Company called ProLinx GMBH in Dusseldorf. Its very interesting who the Founder and Director is. The History is Not bad either and they where Acquired by YuWell My CT3 User Manual and technical manual My Unit, Won the Red dot Design Award, in 2024 Advertising Videos thank you and Good night From Cape Town , South Africa. 0 well morning its 5am, i need an hour of sleep :) |
Beta Was this translation helpful? Give feedback.
-
@Navid200 @jamorham HI, based on above, i believe i can add this transmitter to the Collection Transmitters , directly. i have looked at the repo and have a good idea on how to add this transmitter to to the project, I really what to use Xdrip, this transmitter is great, but the app, is lacking. Even my endo to day, was saying It's just not there, he has 4 Patients already on this Transmitter, because its very good. So at least for them and myself, i could do this. its actually very popular in china, Europe, Mostly Eastern , but IS EU approved and distributed out of a Company in Düsseldorf, Germany. I dont believe they are after the US market, as Quickly , because there are plenty of other Diabetics around the world, especially the Asia countries. I belive that Dexcom and Libre have taken there concentration at the moment to the Stella and the libre one, as its a big market for them, even though they are basically repainted , rebranded, and FDA reclassified versions of the G7 and Libre. Likewise, I would love to do a Community Fork, with the intent to contribute back to the Community once its working and tested. |
Beta Was this translation helpful? Give feedback.
-
Hi guys
Do you know if the Yuwell ct3 Anytime CGM would be available. I believe it also goes by POCtech, it's really gaining Traction and is available in South Africa, and I believe Germany, as there is a Distributor in Duesseldorf.
It is EU Approved. The App is OK, you have a follow function and app. I have been using it since October 24 and very happy. The App is on play Store, I will post what I believe is the most recent Apk, below.
The app does give notifications, I tried connecting to companion app, and tried all the settings I could think of.
Especially in the interactivity settings. I downloaded the latest Xdrip+ stable release from jamorham today, 1 Jan 25. XDRIP is very special. I am an 20 year software dude, that will try to help as far as I can.
https://play.google.com/store/apps/details?id=com.yuwell.oversea&pcampaignid=web_share
All the best for the new year
Thanks G
Beta Was this translation helpful? Give feedback.
All reactions