-
ESP32 NTRIP DUO v1.1.0 Stable
released this
2025-08-29 18:46:56 +03:00 | 28 commits to master since this releaseESP32 NTRIP DUO Firmware Release v1.1.0
✨ New Features
- 🎯 Serial Commands: Remote GNSS module configuration via web interface
- 💾 SD Card Logging: Automatic RTCM data logging with daily file rotation
- 🔧 Multi-chip Support: Native support for ESP32, ESP32-C3, ESP32-S3, and ESP32-C6
🔧 Improvements
- Updated for ESP-IDF 6.0 compatibility
- Enhanced web interface with new controls
- Conditional GPIO pin mappings for different chips
- Fixed deprecated function calls and task signatures
📦 Downloads
Choose the appropriate firmware for your hardware:
- esp32-ntrip-duo-esp32-*.tar.gz - For original ESP32 boards
- esp32-ntrip-duo-esp32c3-*.tar.gz - For ESP32-C3 boards
- esp32-ntrip-duo-esp32s3-*.tar.gz - For ESP32-S3 boards
- esp32-ntrip-duo-esp32c6-*.tar.gz - For ESP32-C6 boards
Each archive contains:
- Pre-compiled firmware binaries
- Flashing instructions and configuration
- Hardware pin mapping documentation
- Setup and configuration guides
🚀 Quick Flash (using esptool)
# Extract archive and navigate to folder tar -xzf esp32-ntrip-duo-esp32-*.tar.gz cd esp32/ # Flash firmware (replace COM_PORT with your port) python -m esptool --chip esp32 -p COM_PORT -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 4MB --flash_freq 40m 0x1000 bootloader.bin 0x8000 partition-table.bin 0x10000 esp32-ntrip-duo.bin 0x210000 www.bin🔗 First Time Setup
- Flash appropriate firmware for your ESP32 variant
- Connect to ESP32_NTRIP WiFi (password:
12345678) - Navigate to http://192.168.4.1 in your browser
- Configure WiFi, NTRIP servers, and other settings
Full Changelog: https://github.com/danusha2345/esp32-ntrip-DUO_danusha/compare/v1.0.0...v1.1.0
Full Changelog: https://github.com/danusha2345/esp32-ntrip-DUO_danusha/commits/v1.1.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads