https://github.com/pseudoincorrect/nerd_reception_system
Reception device for the NeRD system (Paper doi: 10.1088/1741-2552/aaa041)
https://github.com/pseudoincorrect/nerd_reception_system
c electrophysiology firmware rf-communication usb
Last synced: 3 months ago
JSON representation
Reception device for the NeRD system (Paper doi: 10.1088/1741-2552/aaa041)
- Host: GitHub
- URL: https://github.com/pseudoincorrect/nerd_reception_system
- Owner: pseudoincorrect
- License: other
- Created: 2015-03-25T16:36:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T12:25:19.000Z (almost 8 years ago)
- Last Synced: 2025-02-09T09:09:59.029Z (5 months ago)
- Topics: c, electrophysiology, firmware, rf-communication, usb
- Language: C
- Homepage:
- Size: 3.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Neural activity transmission device
This repository describe the code of a neural activity transmission device embedded on a rodent.
The purpose of this system is to log the the electrical activity of a rat's neurones onto a computer.## Global view of the acquisition system
![alt text][global_system]
[global_system]: https://raw.githubusercontent.com/pseudoincorrect/Electrophy_Base_System/master/pictures/global_system.png "Global data acquisition system"
### THis repository contain the code files necessary program the *interfacing board* between the embedded system on the rodent and a PC/Oscilloscope (see above)
### Features (Embedded Part)
*. Omnetics adapter
*. Transmit 4 channels of 16 bits at 20 kHz
*. Or 8 channels compressed (16 bits after decompression) at 20 kHz
*. Consume 18 mA at 3.7 V at full transmission load
*. Weight 7 grams
*. Volume : 2cm *2cm * 2cm### Features (Interface Part)
*. USB audio protocol interface to display and log on PC
*. 8 channels DAC to connect to an acquisition card
*. USB as power supply## Technical part
On this version, we use the an ST Microelectronic Development board discovery F4 with a Microcontroler [STM32f411VET6](http://www.st.com/web/en/catalog/tools/PF260946) to interface the Nordic Semiconductor [Nrf24l01+](http://www.nordicsemi.com/eng/Products/2.4GHz-RF/nRF24L01) RF transceiver, the Digital to analog converter [DAC8568ICPW](http://fr.rs-online.com/web/p/cna-a-usage-general/7093131/) and the USB audio protocol.
Eagle files and manual in the repertory [Embedded system](https://github.com/pseudoincorrect/Electrophy_Embedded_System)