Education on MSP430 with bluetooth

MiniPOV4 and previous versions

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
chart
 
Posts: 1
Joined: Mon Apr 10, 2017 12:20 pm

Education on MSP430 with bluetooth

Post by chart »

Hello,

I am wondering on what to use for a 4 digit 7 segment LCD screen with Bluetooth to synchronize (2) screens at different distances away using different msp430. I want to be able to change a number at one screen and see the number change on the other screen and vise versa, to keep track of score. Please help me choose the best for a msp430? Would bluetooth be the best for this?
Thanks, Chris

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: Education on MSP430 with bluetooth

Post by adafruit_support_rick »

Not very familiar with the MSP430. Bluetooth is a client/server architecture. Clients can't talk to each other - they can only talk to masters. Masters are usually computers or phones, not other microcontrollers.

Probably the simplest thing to use would be XBee radios. They can be set up as virtual serial ports.
https://www.adafruit.com/product/2124?q=xbee&

Locked
Please be positive and constructive with your questions and comments.

Return to “MiniPOV”