Firmware and design files for an educational DSP device. https://bitgloo.com/projects/stmdsp
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Clyne 546fb2d9dc fixed command receiving code 4 years ago
cfg added project files; need to organize code 4 years ago
gui GUI reads ADC channel 4 years ago
source fixed command receiving code 4 years ago
.gitignore GUI reads ADC channel 4 years ago
.gitmodules using serial lib, can connect to device 4 years ago
LICENSE Initial commit 4 years ago
Makefile added project files; need to organize code 4 years ago
README.md README: added computer program goal 4 years ago

README.md

stmdsp

Code for an STM32-based DSP device.

Goals:

  • Read +/- 5V signal(s) off of at least one pin
  • Send +/- 5V signal(s) off of at least one pin
  • Perform DSP calculations (e.g. filtering) on-device
  • Communicate with a computer program to achieve customized reading, writing, and transforming signals.

See the wiki for pages on each of these goals.