Difference between revisions of "Bluetooth"

From Ethersex_Wiki
Jump to: navigation, search
(Links)
(Connection)
Line 28: Line 28:
 
== Connection ==
 
== Connection ==
  
When used with 5V microcontrollers, the TXD output logic swing of the module still falls within the valid 5V TTL range, hence, can be connected directly to the UART RXD of the 5V microcontroller host. The RXD and inputs, however, are not 5V tolerant, and can be damaged by 5V level logic going in. Some level translation circuit must be added to protect the inputs. A simple diode level translator circuit like the ones shown in Figure 3 and 7 will suffice in most applications. A better alternative is with the use of 5V input tolerant tiny logic chips such as 74LVC1G125 – a single buffer chip housed in smd sot23-5 package.
+
When used with 5V microcontrollers, the TXD output logic swing of the module still falls within the valid 5V TTL range, hence, can be connected directly to the UART RXD of the 5V microcontroller host. The RXD and inputs, however, are not 5V tolerant, and can be damaged by 5V level logic going in. Some level translation circuit must be added to protect the inputs. A simple diode level translator circuit like the ones shown in Figure 3 and 7 will suffice in most applications. A better alternative is with the use of 5V input tolerant tiny logic chips such as 74LVC1G125 – a single buffer chip housed in SMD SOT23-5 package.
  
 
<gallery>
 
<gallery>
Line 35: Line 35:
 
File:bt0417c_3_3v.jpg|BT0417C to MCU (3,3V)
 
File:bt0417c_3_3v.jpg|BT0417C to MCU (3,3V)
 
</gallery>
 
</gallery>
 +
 +
Attention: there are different version of the module and breakout board around with different firmware and different pin assignment.
  
 
== Configuration ==
 
== Configuration ==

Revision as of 15:56, 21 July 2013

Bluetooth
Status
In Development
menuconfig I/O->Radio->Bluetooth
Pinning -
Ecmd -
Control6 -
Uses Timer -
Depends on -
Requires -
Code https://github.com/ethersex/ethersex/tree/master/hardware/radio/bluetooth

BT0417C is a generic Bluetooth module loaded with SPP firmware for UART wireless cable replacement functions. It allows your target device to both send or receive the TTL data via Bluetooth technology without connecting a serial cable to your computer.

Features:

  • TTL data transparent transfer between a host Bluetooth device
  • Compatible with all Bluetooth adapters that support SPP
  • Default baud rate: 9600,8,1,N
  • Pair code: 1234
  • Built in antenna
  • Bluetooth Technology v2.0 compatible
  • Power input:3.3VDC
  • Compact Size


Connection

When used with 5V microcontrollers, the TXD output logic swing of the module still falls within the valid 5V TTL range, hence, can be connected directly to the UART RXD of the 5V microcontroller host. The RXD and inputs, however, are not 5V tolerant, and can be damaged by 5V level logic going in. Some level translation circuit must be added to protect the inputs. A simple diode level translator circuit like the ones shown in Figure 3 and 7 will suffice in most applications. A better alternative is with the use of 5V input tolerant tiny logic chips such as 74LVC1G125 – a single buffer chip housed in SMD SOT23-5 package.

Attention: there are different version of the module and breakout board around with different firmware and different pin assignment.

Configuration

ECMD

Links

Serial Bluetooth RF Transceiver Module RS232
Firmware programmer