Code for the Control Board.
Go to file
~erin 4b50993773
Read analogue EEG data
2023-07-14 12:52:38 -04:00
.cargo Initial blank Embassy RP2040 project 2023-07-06 17:55:56 -04:00
src Read analogue EEG data 2023-07-14 12:52:38 -04:00
.gitignore Initial blank Embassy RP2040 project 2023-07-06 17:55:56 -04:00
Cargo.lock Test buffer and queue 2023-07-14 10:30:54 -04:00
Cargo.toml Test buffer and queue 2023-07-14 10:30:54 -04:00
README.md Add README 2023-07-06 21:06:38 -04:00
memory.x Initial blank Embassy RP2040 project 2023-07-06 17:55:56 -04:00
rust-toolchain.toml Initial blank Embassy RP2040 project 2023-07-06 17:55:56 -04:00

README.md

CyberTail Code

This code will run on the Pi Pico microcontroller. It will read in data from the EEG Module, use FFT to interpret it, and then send positions to the Servo Controller.

Very much a work in progress at the moment.