File Browser
The NanoVNA-H includes an SD card file browser for managing saved data, calibrations, and screenshots directly on the device.
Access File Browser
Section titled “Access File Browser”- Ensure an SD card is inserted
- Tap the screen to open the menu
- Navigate to
SD CARD - Tap
BROWSEorFILE LIST
The screen displays files on the SD card.
File Display
Section titled “File Display”The browser shows:
- Filename
- File size
- File type indicator (based on extension)
Files are displayed in directory order, typically alphabetically or by creation time.
Supported File Types
Section titled “Supported File Types”| Extension | Type | Purpose |
|---|---|---|
| .S1P | S-parameter | One-port Touchstone data |
| .S2P | S-parameter | Two-port Touchstone data |
| .BMP | Image | Screenshot bitmap |
| .TIF | Image | Screenshot (compressed) |
| .CAL | Calibration | Saved calibration data |
| .INI | Config | Configuration script |
File Operations
Section titled “File Operations”View File Info
Section titled “View File Info”- Navigate to a file in the browser
- Tap the file to select it
- View file size and type
Delete Files
Section titled “Delete Files”- Select the file to delete
- Use the
DELETEoption - Confirm deletion if prompted
Recall Calibration
Section titled “Recall Calibration”- Navigate to a calibration file
- Select the file
- Tap
LOADorRECALL - Calibration is applied
Shell Commands for File Management
Section titled “Shell Commands for File Management”# List all filessd_list
# List files matching patternsd_list *.S1Psd_list *.BMPsd_list DATA*.*
# Read file contents (outputs raw data)sd_read filename.ext
# Delete a filesd_delete filename.extPractical Examples
Section titled “Practical Examples”Clean Up Screenshots
Section titled “Clean Up Screenshots”- Open file browser
- Navigate to BMP files
- Review each screenshot
- Delete unwanted captures
- Transfer keepers to computer
Manage Calibrations
Section titled “Manage Calibrations”- List calibration files
- Identify outdated or unused calibrations
- Delete old calibrations to free space
- Keep organized by naming convention
Find Specific Data
Section titled “Find Specific Data”# Find all S-parameter filessd_list *.S?P
# Find files from today (if date in name)sd_list *0129*.*SD Card Requirements
Section titled “SD Card Requirements”- Format: FAT32 (recommended) or FAT16
- Card capacity: Up to 32 GB
- Insert card before powering on
File Organization
Section titled “File Organization”All files are stored in the root directory:
/├── DATA0001.S1P├── DATA0002.S2P├── CAPTURE001.BMP├── CAPTURE002.BMP├── config.ini└── ...Limitations
Section titled “Limitations”- Maximum files in root directory depends on SD card
- Very long filenames may be truncated
- No subdirectory support
- No file rename on device
- No file copy on device
Transfer Files to Computer
Section titled “Transfer Files to Computer”Method 1: Remove SD Card
Section titled “Method 1: Remove SD Card”- Power off NanoVNA-H
- Remove SD card
- Insert in computer’s card reader
- Copy files using file manager
- Return SD card to NanoVNA-H
Method 2: Serial Transfer
Section titled “Method 2: Serial Transfer”# List filessd_list
# Read file (outputs binary to terminal)sd_read CAPTURE001.BMPTroubleshooting
Section titled “Troubleshooting”Card Not Detected
Section titled “Card Not Detected”- Ensure card is properly inserted
- Try reinserting the card
- Power cycle the device
- Test card in computer to verify it works
- Try a different SD card
Files Not Showing
Section titled “Files Not Showing”- Check file is in root directory
- Verify filename and extension
- Use
sd_listto see all files - Check file isn’t hidden or system file
Write Errors
Section titled “Write Errors”- Check card isn’t write-protected
- Ensure adequate free space
- Try a different SD card
- Card may be corrupted - format and retry