Search the Community
Showing results for tags 'Android'.
-
CC3200 LAUNCHXL v4.1 ENERGIA 0101E0013 WINDOWS 7 Hi Guys, So I just got a few CC3200 Launchpads to do some prototyping on. Ultimately I would like to be able to connect onto the Launchpad without having to first go through my router. But I digress... I've been running the SImpleWebServerWIFI sketch from Energia. It works as expected when I have my computer with Chrome accessing it, But as soon as I connect with my Android phone(4.4.2) and chrome(v39.0.2171.59) and press a button the unit freezes up. Attempting to connect to Network named: WNL108 .. You're connected to the network
- 1 reply
-
- android
- SimpleWebServerWIFI
-
(and 1 more)
Tagged with:
-
Hi All, I'm excited to meet more of the makers in this forum. I've been playing with TI Launchpads for a couple of years now. Since my background is in wireless and AI, I've been connecting bluetooth and wi-fi radios to these things with some Android/iPhone applications. I've developed an open source virtual machine that enables programming via a simple pin oriented interpreted language(similar to wiring) from your smartphone and have started rolling out some application specific kits around this. You can checkout my projects on my blog. I'm joining this forum because I've been thinkin
-
Hi guys, I'm working in a project and I want to know how can i make an android application connect with JY-MCU (Bluetooth Module) and MSP430G2553. Could anybody send me an tutorial or something? Best regards, John
-
I had been working on a compact health monitoring system which would have ECG, body temperature sensor, glucometer, and a pulse oximeter all put on one single PCB. So far I was successfully able to have ECG, temperature and the glucometer working. Having this was not sufficient, I wanted to send all this data onto an android phone. For this I used HC-06 bluetooth module and had an android app running on the phone to collect and display the data on to its screen. I made use of Amarino's library for communication between Arduino and Android. It was pretty easy to port Amarino from Android
-
guys how do i choose which platform to work on? Ångström Linux Android Ubuntu Cloud9 IDE I knw C/C++, JAVA lang....but i m ready to learn another if needed I want to build real time OCR project using BBB as processing device.....
-
I was wondering, does anybody know of a good msp430 compiler like IAR for mobile devices? If not, I have some ideas if anybody is up for making one. Physically connecting to the phone is out of the question, so it would have to be bluetooth. An msp (preprogrammed) with a bluetooth transceiver may just be all that's needed to program another msp via spi-bi-wire, and possibly throw in an rx/tx port to transfer data back through the Bluetooth, just like the launchpad does with USB. Just tossing ideas out.
-
Hi everyone, I wanted to connect a MSP430 to an Android device. In fact, my idea was to use the MSP430 launchpad as a low-cost GPIO board for an Android tablet. I did a little research, and first thought on the audio port for the communication ( http://robots-everywhere.com/re_wiki/index.php?title=Serial_on_Android_using_the_audio_port ) but then I remembered that the tablet supported USB OTG. So, I compiled the CDC_ACM module for the (Allwinner A10 based) tablet in order to emulate serial port over USB. Then, in the MSP430 Launchpad side, I needed a lib for using the serial port. I fo