Skip to content

saintnever/nRF52-ADS129x

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This firmware is to connect nRF52 (Arm Cortex M4) from Nordic with ADS1299 (TI) - an AFE chip to measure biosignals with multiple channels. The chip is targeted for medical instrument application (EEG and ECG) with high precision (24-bit), simultaneous sampling and multichannel signal acquisition. The data rate is configurable from 250 SPS to 16 kSPS for all eight channels with CMRR of 110dB.

The firmware code was comprised of three main parts:

  • Connect the nRF52 SoC with the ADS chip
  • Read data from the ADS chip using SPI communication protocol
  • Transfer the data through Bluetooth Low Energy (BLE) to a mobile app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 43.2%
  • HTML 27.6%
  • Makefile 26.5%
  • Assembly 2.7%