Linux Downloadscript for FlashAir V1 and Airsense 10 - 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: Linux Downloadscript for FlashAir V1 and Airsense 10 (/Thread-Linux-Downloadscript-for-FlashAir-V1-and-Airsense-10) |
Linux Downloadscript for FlashAir V1 and Airsense 10 - BobbyB - 01-18-2022 Hi, unfotunatly i bought an old FlashAir V1. It does not support long filenames and you are only able to download files via webbrowser. So i recommend buying some other card or at least a W-03. Anyway i wrote a linux shell script to autodownload the session data from the Airsense 10. Unfortunatly it does not work with other machines. Set your card to stationmode by adding "APPMODE=5" to your /SD_WLAN/CONFIG. Code: #!/bin/bash In case want to use the filedate and time: Code: declare -i j y m d h m i s Best wishes and be safe. RE: Linux Downloadscript for FlashAir V1 and Airsense 10 - Crimson Nape - 01-18-2022 Nice workaround. That's one way to make lemonade out of a lemon. Thank you for sharing the code. |