I’m looking to use the Bluetooth v2.0 DIP Module in an embedded project (haven’t purchased yet), but need to transmit data faster than the UART spec provides.
I know that SPI is capable of sending data much faster, so I am planning on using that instead. When working with this particular device, is there anything special I need to do to use SPI, or can I just start sending AT commands over SPI?
Also, will it work at whatever valid SPI clock rate I set it at?
I’m a little worried about this, because there isn’t any good documentation for this particular bluetooth module.