Apnea Board Forum - CPAP | Sleep Apnea
How to quickly sync Wellue O2 Ring Readings from Android to OSCAR - Printable Version

+- Apnea Board Forum - CPAP | Sleep Apnea (https://www.apneaboard.com/forums)
+-- Forum: Public Area (https://www.apneaboard.com/forums/Forum-Public-Area)
+--- Forum: Software Support Forum (https://www.apneaboard.com/forums/Forum-Software-Support-Forum)
+--- Thread: How to quickly sync Wellue O2 Ring Readings from Android to OSCAR (/Thread-How-to-quickly-sync-Wellue-O2-Ring-Readings-from-Android-to-OSCAR)

Pages: 1 2 3 4 5 6 7


RE: How to quickly sync Wellue O2 Ring Readings from Android to OSCAR - Crimson Nape - 01-14-2023

I'm in the Debian/Ubuntu camp, so I wouldn't be able to help you.

- Red


RE: How to quickly sync Wellue O2 Ring Readings from Android to OSCAR - famewolf - 01-14-2023

Yeah debian/ubuntu would be pretty simple.  Just use checkinstall instead of make install and it builds the package or can do the configure and make....the problem is the pkgbuild applies alot of steps to the src before compiling.  

I should be able to manage a 2 or 3 line bash shell script that will strip the extension from all the files in "current directory" without issue.   Just need to find simplest method to  get the files from phone to pc. In the meantime manual rename works ok although I wonder if i should move the already imported files into a subdir such as "completed" to prevent accidentally importing them again.


RE: How to quickly sync Wellue O2 Ring Readings from Android to OSCAR - Crimson Nape - 01-14-2023

Some use the Google Drive. I have a ftp server app on the phone that I use. Running a bash script on my server, using cron, will get the ViHealth data and download my CPAP data via a Wi-Fi SD card each morning. I've gotten v-e-r-y lazy.

- Red


RE: How to quickly sync Wellue O2 Ring Readings from Android to OSCAR - famewolf - 01-15-2023

How much do those wifi sd cards cost?


RE: How to quickly sync Wellue O2 Ring Readings from Android to OSCAR - Jeff8356 - 01-15-2023

The Toshiba FlashAir WiFi SD cards some of us use have not been manufactured in a few years. If you did happen to find one online somewhere it would likely be hundreds of dollars at this point. Not worth it for what used to be a $25 card.


RE: How to quickly sync Wellue O2 Ring Readings from Android to OSCAR - famewolf - 01-15-2023

How large does the card have to be to hold the cpap data?  I found a deal to get an 8GB for around $44 new, unopened


RE: How to quickly sync Wellue O2 Ring Readings from Android to OSCAR - famewolf - 01-15-2023

I've managed to get the source downloaded and the pkgbuild prep done...so I'm ready to mod the code but I'm not finding the file you are referring to?


Oh the deal I found is for an "original" Toshiba Flashair and not version 3 or 4 if it makes a difference.


RE: How to quickly sync Wellue O2 Ring Readings from Android to OSCAR - Jeff8356 - 01-15-2023

Depending on how you have the source the Viatom_Loader.cpp file is in:
/OSCAR-code/oscar/SleepLib/loader_plugins

For the cards, I only worked with the w-04 versions, but the w-03 versions also worked. Don't know about previous versions but I would think the older firmware would not support some of the commands used.
8GB would probably hold 5 years of data.


RE: How to quickly sync Wellue O2 Ring Readings from Android to OSCAR - famewolf - 01-15-2023

I was able to get your changes in place and make an arch acceptable package.  I verified it could load both files with and without an extension.  I can share the package should any other arch users want it...just PM me.

(or if the mod's prefer I can post here.)


RE: How to quickly sync Wellue O2 Ring Readings from Android to OSCAR - Crimson Nape - 01-15-2023

Excellent!! Give yourself a raise and take the rest of the night off. Big Grin
- Red