You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an API named ble_busy(), which return 1 if the BLE module is occupying the SPI for transmission and return 0 if the BLE Module is idle. You should put your code for other SPI device in a condition like:
Hi,
I try to use RFM73 transceiver (good description https://www.tindie.com/products/Heye/arduino-clone-with-24ghz-wireless) that have SPI interface and work perfectly. But wit Blend Micro not working at all (ble module eats everything from SPI).
Can you implement bit-banging SPI or advice me how I can reach it? repo https://github.com/heye/rfm73
The text was updated successfully, but these errors were encountered: