0

大家好,我正在处理一个需要使用德州仪器 (TI) 的 MSP430 发射台的课程项目。我想做的项目是让 MSP430 写“Hello World!” 到我的 Android 手机的屏幕上。但是,我不知道如何开始。有人可以指导我到哪里可以获得一些很好的参考材料来启动这个项目,如果可能的话,更好地了解我需要做什么才能开始。提前谢谢大家帮忙。

4

2 回答 2

0

First off, how are you going to connect your MSP430 to your phone? The MSP430 would need to be directly connected in order to do anything useful - the launchpad doesn't have the capabilities. I also doubt that you'll be tearing open your phone to try and solder the launchpad to it...

一种解决方案是购买TI BeagleBone Black (BBB) 嵌入式套件并在其上运行Android。这将使 BBB 像电话一样工作。这里的不同之处在于 BBB 有大量的 I/O 与启动板连接。它还具有连接显示器和鼠标的能力。当您启动它时,您会看到典型的 Android 用户界面。

于 2013-11-13T12:44:33.063 回答
0

If you need to use an Android Phone to interact with your microcontroler, you can use the FTDI chip for Android. It allows you to communicate, through serial communication, with any serial device. Your phone only needs to have USB host.

In addition, there are some other chips from FTDI to communicate through other stardar communications, such as I2c, SPI, GPIO or PWM.

于 2014-03-28T12:50:45.350 回答