Smart Bluetooth Forum Discussions
What is the equivalent of blecm_getAvailableTxBuffers() for UART TX FIFO ?
How do I know how many bytes are currently available in 16 bytes TX FIFO before using e.g. puart_write function ?
P_UART_TX_FIFO_IS_EMPTY() macro only checks if TX FIFO is empty.
Show LessHi,
I'm trying to prevent clients with mac addresses that aren't on a white list from connecting to a bcm20732 based server.
Right now I using emconninfo_getPeerAddr() and blecm_disconnect() to close an already opened connection.
What I would like to prevent is that a connection can even be opened by an unauthorized device. While I can go with what I have,
I have to restart advertisements and extend my state machine to wait for connection shutdown.
If you have any ideas please let me know.
Regards,
Kilian Timmler
Show LessOn SDK 2.1 page, we can see this version cannot be used with older BCM920732_LE_KIT.
But we still use BCM920732 when we don't need fancy features BCM920736 or BCM920737 has.
On the other hand, SDK2 has more sample codes and SDK1 hasn't get updated since this Apr.
Also it would be more efficient if we share same SDK and skill set between these models.
Is the any plan to make SDK2 available with BCM920732 or those two brunch is completely forked?
Also is this the matter of BCM920732 itself or the BCM920732_LE_KIT?
Show LessHi Sir,
When I try to execute the hello sensor example app on windows 7. The following message showed up.
I use the CSR BT dongle and the Bluetooth radio is present also. Any suggestion?
Hi,
I was wondering there was a way to de-register an ISR for a GPIO pin? [i.e. a function opposite of gpio_registerForInterrupt(...)]
I want to be able to enable and disable GPIOs during run-time. I'm using SDK v2.0 on the BCM20737TAG board.
Thanks,
Mike
Show LessOn the 20732, there is a lot of code in the patches to the ROM that implements various debugging / trace messages.
Is there any way analogous to defining BLE_TRACE_DISABLE, to prevent those messages from existing in the patches?
Show LessMouser and Avnet are both out of stock.
Mouser says 8 weeks leadtime and Avnet says 4 weeks leadtime.
Thanks!
Brock Robinson
Electronic Design Engineer
The Board Room, Inc.
Show LessWhile the Indication is defined as sequential forth and back way, does this function 'blecm_getAvailableTxBuffers' should be used before sending indication?
Or specifically, is there any buffer designed for sending indication?
Show Less