best sd wifi card november 2016?

General Discussion on any topic relating to CPAP and/or Sleep Apnea.
allennosleep
Posts: 25
Joined: Tue Nov 08, 2011 10:54 pm

best sd wifi card november 2016?

Post by allennosleep » Wed Nov 16, 2016 3:50 pm

I've been googling around and found a lot of posts for wifi cards paired with a resmed cpap machine to be able to wirelessly pull data but most are a year or 3 old. Anyone have any info on what the best sd wifi cards are lately? I would love to get a card that always stays on so I don't have to deal with forcing it to go on or off. My plan is to write a script or something to pull the data every morning, do a quick analysis and send me an email but getting the data wirelessly is key.

thoughts or links?

User avatar
VinnieBarbarino
Posts: 69
Joined: Mon Oct 24, 2016 2:17 pm
Location: Kansas City, USA

Re: best sd wifi card november 2016?

Post by VinnieBarbarino » Wed Nov 16, 2016 3:54 pm

I am using the Toshiba FlashAir W-03 (W-02 also works). It doesn't have the best range (especially in the machine), but it works with FlashPAP. Not aware of any others that are supported. The price has gone up quite a bit because they don't make the smaller capacity ones any more.

The W-03 has WebDAV capability, which I found to cause problems with file locking. This interfered with its usefulness as a data recorder in the AirSense. So I reverted to the normal http server capability that the W-02 also has.

_________________
Machine: ResMed AirSense™ 10 AutoSet™ CPAP Machine with HumidAir™ Heated Humidifier
Mask: AirFit™ P10 Nasal Pillow CPAP Mask with Headgear
Additional Comments: Backup/Travel: DeVilbiss IntelliPAP Auto with SmartFlex and Heated Humidifier
Proud recipient of multiple Gold Badges from ResMed MyAir

allennosleep
Posts: 25
Joined: Tue Nov 08, 2011 10:54 pm

Re: best sd wifi card november 2016?

Post by allennosleep » Wed Nov 16, 2016 8:25 pm

great thats what I was looking for. I wonder if its possible to see if the file is locked for writing before I try to pull it. Was going to write something in c# or script to pull the files and run them through sleepyhead to send me a report daily.

do you have any problems with the wifi not being on? I was hoping to configure it to use my normal wireless network instead of trying to do a peer to peer wireless connection.

User avatar
Okie bipap
Posts: 3566
Joined: Thu Oct 15, 2015 4:14 pm
Location: Central Oklahoma

Re: best sd wifi card november 2016?

Post by Okie bipap » Wed Nov 16, 2016 8:45 pm

I use a Flash Air card in my Air Curve 10, and run Flash Pap software on my computer to extract my data. Once the data is transferred to my computer, Flash Pap has an area you click on it to exit Flash Pap and start your sleep tracking software.

_________________
Machine: AirCurve™ 10 VAuto BiLevel Machine with HumidAir™ Heated Humidifier
Mask: Evora Full Face Mask - Fitpack
Additional Comments: IPAP 20-25, ps 4, OSCAR software

lawr1000
Posts: 35
Joined: Tue Aug 09, 2016 2:26 pm

Re: best sd wifi card november 2016?

Post by lawr1000 » Thu Nov 17, 2016 6:14 am

allennosleep wrote:great thats what I was looking for. I wonder if its possible to see if the file is locked for writing before I try to pull it. Was going to write something in c# or script to pull the files and run them through sleepyhead to send me a report daily.

do you have any problems with the wifi not being on? I was hoping to configure it to use my normal wireless network instead of trying to do a peer to peer wireless connection.
The reason the Toshiba FlashAir is popular for this application is their published API https://flashair-developers.com/en/documents/api/. The built in Web Server supports getting files with HTTP GET and CGI for file lists. There is no real status reporting so no locked file information. My guess is trying to access a locked file will result in a html error. If you are scripting you might just try FlashPAP because it supports command line switches for automating the transfer of files and already works nicely.

I configured my FlashAir to use my home network and once squared away I have had no problems accessing it.

_________________
Machine: ResMed AirSense™ 10 AutoSet™ CPAP Machine with HumidAir™ Heated Humidifier
Mask: AirFit™ P10 Nasal Pillow CPAP Mask with Headgear
Additional Comments: HST AHI 40, Pres 9-20, SleepyHead v1.0.0-beta-2

allennosleep
Posts: 25
Joined: Tue Nov 08, 2011 10:54 pm

Re: best sd wifi card november 2016?

Post by allennosleep » Thu Nov 17, 2016 4:31 pm

lawr, perfect. That's exactly what I'm going to do then.