(ACTIVE) LAUNCHXL-CC2650
http://www.ti.com/tool/launchxl-cc2650 but when I click Order Now > Buy from TI it's not there
Is it in stock, yet? If not, when it is expected to be?
Happy New Year!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
(ACTIVE) LAUNCHXL-CC2650
http://www.ti.com/tool/launchxl-cc2650 but when I click Order Now > Buy from TI it's not there
Is it in stock, yet? If not, when it is expected to be?
Happy New Year!
Hi YiKai,
It's already available, but I don't see any documentation.
Do you know how to compile Contiki for it?
Jan
I see that it is now available for purchase in the TI Store. I have placed my order yesterday but it has not been processed yet.
I also presume that a build for the SmartRF06EB and CC2650 should work. Hopefully I will be one of the first to receive it and I am eager to get it working. Will let you know.
I have received the Launchpad and it says to update the firmware first using the "Flash Programmer 2". The firmware update went well but the "Simplelink LaunchPad Starter" app for IOS doesn't seem to be released yet. I imagine this is Apple taking some time to release it. Hope it doesn't take too long.
I couldn't see it as a discoverable device in the Settings Bluetooth on my phone even though the LED is flashing green. Thought this was strange but I won't condemn it until I have an app as recommended in the pamphlet.
Hi,
The CC2650 Launchpad rev. 1.1 works OK for me with BLE firmware (updated with Flash Programmer 2 ver.1.7.2)
using iPhone application. The existing Android "Sensortag" application should work as well, but I haven't tested it.
What is your Launchpad and Flash Programmer version?
Jan
YK,
I have downloaded and installed the BLE Stack 2.1.1 however the SimpleBLEPeripheral example in there is for a CC2640 device and not a CC2650 device. I have not compiled and installed this since there is a difference between board models. Would this pose an issue?
Also, how does one get a hold of a CC2650 Launchpad v1.2? I had just recently ordered the CC2650 Launchpad but it is a v1.1 and most of the docs seem to point to either a v1.0 or a v1.2.
To add to this, I attempted to compile the SimpleBLEPeripheral but I ran into a size limitation with IAR since I have the free version, but with CC V6.1.1 I am getting linking, FLASH and SRAM memory and unresolved symbol ResetISR issues. I did change the device variant to CC2650F128 since that made more sense rather than the CC2640.
Did I missing a step here?
Yeah, well I have no idea why the TI SmpleLink Android Apps do not work with the CC2650 Launchpad, but I gather from your messages that is something for me to resolve if I wish to continue to pursue using this device.
Have you tried connecting to the device using the Android version of the Apps; preferably running Android OS version 5.1.1?
Hi Jon,
I can't connect any examples to my andriod sensor tag app, too.
only thing that is working is the sensortag hex-file, but it is written for the sensortag, so i can't use the leds/buttons on the launchxl board. i used the "project 0" from the following link in the ccs cloud
http://dev.ti.com/tirex/#/DevTool/CC2650-LAUNCHXL?link=CC26xx%20Bluetooth%20Smart%2FDevelopment%20Tools%2FCC2650-LAUNCHXL%2FExamples%2FProject%20Zero
and i used the "ble scanner" from following link
https://play.google.com/store/apps/details?id=com.macdom.ble.blescanner&hl=de
connect ble scanner to project zero.
with "r" and "w" you can read/write bytes of the services. if you want to write a status byte you have to choose byte array in the popup-window of the app. i am really not happy with so called out-of-box solutions that aren't working, because it steals all the motivation and a lot of time :/
What is your HW? CCC2650DK or CC2650 LaunchPad? By the way, I suggest you to post BLE related issue to BLE E2E forum.
Hey Adrian,
Yeah, I have been doing a bit of research on this and it depends on how TI implemented their BLE app for Android. Google shifted from using BlueZ to Bluedroid at Android 4.4 (KitKat) and 5.0/5.1 (Lollipop) so it is possible that something written for 4.3 might not work with the later Android versions. BlueZ can be added to dev with the later Android versions but it is not something that is there by default. But I suppose that is a discussion for the BLE section of the forum.
However, with regards to getting the code built and loaded on the CC2650 Launchpad, I did find some info in another forum post that pointed to a Wiki dedicated to migrating the sample code to the LAUNCHXL-CC2650. I followed this which took a bit of work especially removing the references to the LCD which the Launchpad does not have, but I was able to finally compile and load the code on the Launchpad as a true CC2650 device but did not get to implementing the GAT stuff. I was able to get the LED on the Launchpad to light so I know the code works. One thing though, in the Wiki, there is a caution about running the sample code on the Launchpad since the sample code is written for another device so the board layouts do not match so you might get some strange behavior if you run it as is.
This is the link I was referencing: