Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
interfaces:bt0417c [2023/12/06 03:27]
darron
interfaces:bt0417c [2023/12/15 07:35]
darron [Windows]
Line 12: Line 12:
  
 The module is comprised of a CSR BC417 radio which supports BT 2.0+EDR and an MX29LV800 flash chip. The module is comprised of a CSR BC417 radio which supports BT 2.0+EDR and an MX29LV800 flash chip.
 +
 +This module has been verified to work with the RPi 400 and its internal BT 5.0 BLE interface using the legacy mode rfcomm interface.
 === Pinout === === Pinout ===
 My module came on a board with the following layout. There are at least two other board variations which don't apply here. My module came on a board with the following layout. There are at least two other board variations which don't apply here.
Line 161: Line 163:
 [DEL] Controller 00:11:67:5A:96:F3 BlueZ 5.27 [default] [DEL] Controller 00:11:67:5A:96:F3 BlueZ 5.27 [default]
 </code> </code>
 +
 +== RFCOMM ==
  
 Talk to module via virtual serial port. Talk to module via virtual serial port.
Line 167: Line 171:
 sdptool add --channel=666 SP sdptool add --channel=666 SP
 rfcomm bind rfcomm0 98:D3:31:50:19:9C rfcomm bind rfcomm0 98:D3:31:50:19:9C
-picocom -b 9600 /dev/rfcomm0+picocom /dev/rfcomm0
 </code> </code>
 +
 +===Windows====
 +
 +<wrap right>
 +{{:interfaces:rfcom.jpg?200|Intel BT 5.2}}
 +</wrap>
 +
 +Under windows 10 scan for the device, click connect and enter the pass code.
 +
 +A COM port will be added for the module which acts just like a regular hardware
 +com port.
 === Resources === === Resources ===