Alwin 0 Posted February 7, 2016 Share Posted February 7, 2016 Hi, I was wondering, if I'm using a bluetooth module for the LaunchXL F28069 Dev kit, would I be looking at the Serial functions in energia? and what pins would i connect the bluetooth module to ? Quote Link to post Share on other sites
Rei Vilo 695 Posted February 7, 2016 Share Posted February 7, 2016 Which Bluetooth module do you plan to use? Some work on UART, other on SPI. Quote Link to post Share on other sites
Alwin 0 Posted February 7, 2016 Author Share Posted February 7, 2016 im using HC-05 bluetooth module. Quote Link to post Share on other sites
Rei Vilo 695 Posted February 7, 2016 Share Posted February 7, 2016 There's a nice HC Serial Bluetooth Products User Instructional Manual. The manufacturer's website is http://www.wavesen.com. Quote Link to post Share on other sites
Alwin 0 Posted February 7, 2016 Author Share Posted February 7, 2016 i know that but I am confused as to per the data sheet of the F28069 Launchpad. I don't know how to change the pin mux settings. Quote Link to post Share on other sites
Rei Vilo 695 Posted February 7, 2016 Share Posted February 7, 2016 It seems there are two UART ports: one on pins 3 / 4, and another on pins 43 / 44 but it looks like Energia only uses one, Serial. Quote Link to post Share on other sites
Alwin 0 Posted February 10, 2016 Author Share Posted February 10, 2016 Hopefully I get a response Im still having problems setting up the bluetooth module. Quote Link to post Share on other sites
TI_Trey 38 Posted February 22, 2016 Share Posted February 22, 2016 Sure! Energia for C2000 only supports a single UART right now. You'll want to connect the BT module to pins 3 and 4 and make sure the serial jumpers are properly configured to bring the UART to those pins. I believe one jumper needs to be on and the other off. That should be all you need to do to talk to the module using the serial library. Trey Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.