Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
MSP430 Bluetooth wireless transmission
no vote
It comes from TI's MSP430F20xx esamples and it has been readjusted to be used with the Launchpad. This snippet is particularly useful if you need to send data from sensors to a serial bluetooth module. The program transmits the data stored in the TXByte variable on the serial line at 2400 baud. It's pretty well commented, you shouldn't finda so much trouble understanding it. Instead of placing the transmission function in the main loop, you could update TXByte and transmit it in a port interrupt for example.
kagamine
2016-08-23
0
1
No more~