Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pure SPI? #57

Open
BOOM-Mentoring opened this issue Jan 13, 2021 · 3 comments
Open

Pure SPI? #57

BOOM-Mentoring opened this issue Jan 13, 2021 · 3 comments

Comments

@BOOM-Mentoring
Copy link

How to make an SPI-only solution, that is, no USB -- A tool to program the CSR or QCC chips directly with SPI commands, say from an Arduino.

Which parts of this code would be needed?

Is a command map available?

@lorf
Copy link
Owner

lorf commented Jan 14, 2021

Hi!

Csr-spi-ftdi only implements transport layer of the protocol, You would need to implement it in Arduino (see https://github.com/Frans-Willem/CsrSpiDrivers). On top of that You would need to implement functionality you want (e.g. flashing firmware, controlling the device with BCCMD or configuring it with PS Keys).

Here are some pointers:

@BOOM-Mentoring
Copy link
Author

BOOM-Mentoring commented Jan 14, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants