Wireless ultrasound imaging system with polyCMUT transducers.
wulpus-polyCMUT/
├── fw/ # Firmware (nRF52840/nRF54L15 + MSP430)
├── sw/ # Web application (to be added)
└── _reference/ # Reference materials and documentation
- MCU: Nordic nRF54L15 (ARM Cortex-M33)
- Analog Frontend: MSP430 (SPI communication)
- PMIC: nPM2100 power management
- Connectivity: Bluetooth Low Energy (BLE) with Nordic UART Service
- Status: Active development
- MCU: Nordic nRF54L15 (ARM Cortex-M33)
- Analog Frontend: MSP430 (SPI communication)
- Additional Features: Extended features (TBD)
- Status: Planned
See fw/README.md for firmware overview.
nRF54L15 Firmware:
cd fw/nrf54/
west build -b nrf54l15dk_nrf54l15_cpuapp
west flashMSP430 Firmware: Coming soon
Coming soon.
- High-speed BLE communication (2M PHY, MTU 244)
- Ultra-low power operation (RC oscillator, optimized sleep modes)
- Real-time ultrasound data streaming
- Custom power management with nPM2100
- MSP430 analog frontend control via SPI
- Firmware documentation: fw/README.md
- Hardware reference: _reference/
Copyright (c) 2025. All rights reserved.
For questions and support, please contact the development team.