embedded-medical-device
SKILL.md
Embedded Medical Device Firmware Development
Quick Start
nRF5340-DK Dual-Core Medical Device (Recommended)
Setup (5 minutes):
- Get nRF5340-DK ($99 from Nordic): includes J-Link debugger, USB UART, sensor connectors
- Install TinyGo:
brew install tinygo(supports nRF5340 in 0.40.0+) - Connect MAX30102 pulse ox sensor to I2C (GPIO 26=SDA, GPIO 27=SCL)
- Connect serial monitor:
screen /dev/tty.usbmodem14101 115200
Application processor firmware (runs on main Cortex-M33):
package main