Apnea Board Forum - CPAP | Sleep Apnea
Created a program to support Wifi SD card for Resmed and all other devices - 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: Created a program to support Wifi SD card for Resmed and all other devices (/Thread-Created-a-program-to-support-Wifi-SD-card-for-Resmed-and-all-other-devices)

Pages: 1 2


RE: Created a program to support Wifi SD card for Resmed and all other devices - Crimson Nape - 12-07-2023

If you are using Windows, the code has the required data storage path committed out. Did you modify this line?

- Red


RE: Created a program to support Wifi SD card for Resmed and all other devices - JerryE - 12-07-2023

(12-07-2023, 09:20 PM)Crimson Nape Wrote: If you are using Windows, the code has the required data storage path committed out.  Did you modify this line?

- Red

Brilliant! And now it works perfectly.

Thanks muchly for the advice.


RE: Created a program to support Wifi SD card for Resmed and all other devices - JerryE - 12-08-2023

OK, not so perfectly after all.

Sometimes (not often) it works. Mostly it does a partial download and hangs. I suspect the wifi to the card is very flaky (about 10 feet). I'll work on it.


RE: Created a program to support Wifi SD card for Resmed and all other devices - JerryE - 12-08-2023

Success! I ran a USB extension cable to put the Wifi dongle next to the Airsense 11 and now it completes properly.

A further request:


Edit "ezshare_resmed.py" to exclude "JOURNAL.JNL" and "ezshare.cfg" from the copying process and rename "STR.EDF" to "STR.edf". These changes will help with the SleepHQ data import process. At the moment I'm doing it manually.

I'm not familiar with Python so any help/guidance would be greatly appreciated.


RE: Created a program to support Wifi SD card for Resmed and all other devices - Graemme - 05-02-2024

I want to thank you for this little bit of magic. Didn't take too long to get it working with my AirSense-10 and OSCAR (also magic!) running on Mac OS. I'm curious if anyone has automated this with AppleScript, etc? That may be a summer task for me and teach myself scripting at the same time.

Graemme


RE: Created a program to support Wifi SD card for Resmed and all other devices - narual - 05-03-2024

Consider that it’s an entire wireless AP stuck inside an SD card case along with the actual SD card guts, receiving only the power normally expended to read an SD card, and it shouldn’t be too surprising that the range is short. I can SEE the AP from my first floor and a couple rooms away from the second floor bedroom, but actually copying data, not so much Smile

I’ll look at your request and others I’ve received one of these days. I haven’t touched python since doing this (so much for being told I needed it for this project), so it’ll take some time even once I look at it. If anyone out there is a competent python programmer, and interested in taking it on, please feel free to fork the project and apply fixes, there are several in the bug reports section.

And thank you all for the kind words, I’m glad it’s proven helpful Smile