Jump to content
43oh

Search the Community

Showing results for tags 'Bluetooth'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News
    • Announcements
    • Suggestions
    • New users say Hi!
  • Spotlight!
    • Sponsor Spotlight
    • Sponsor Giveaways
  • Energia
    • Energia - MSP
    • Energia - TivaC/CC3XXX
    • Energia - C2000
    • Energia Libraries
  • MSP Technical Forums
    • General
    • Compilers and IDEs
    • Development Kits
    • Programmers and Debuggers
    • Code vault
    • Projects
    • Booster Packs
    • Energia
  • Tiva-C, Hercules, CCXXXX ARM Technical Forums
    • General
    • SensorTag
    • Tiva-C, Hercules, CC3XXX Launchpad Booster Packs
    • Code Vault
    • Projects
    • Compilers and IDEs
    • Development Kits and Custom Boards
  • Beagle ARM Cortex A8 Technical Forums
    • General
    • Code Snippets and Scripts
    • Cases, Capes and Plugin Boards
    • Projects
  • General Electronics Forum
    • General Electronics
    • Other Microcontrollers
  • Connect
    • Embedded Systems/Test Equipment Deals
    • Buy, Trade and Sell
    • The 43oh Store
    • Community Projects
    • Fireside Chat
  • C2000 Technical Forums
    • General
    • Development Kits
    • Code Vault
    • Projects
    • BoosterPacks

Calendars

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Location


Interests


Sparkfun


Github

Found 21 results

  1. Hi, i'm trying to run AT commands on HC-05 connected to MSP430G2553. The code below works on Arduino but i need to do it with MSP430. I changed the pins to match the MSP, tried to run the code but i see nothing on serial monitor. Total noob here and needs help. #include <SoftwareSerial.h> SoftwareSerial BTSerial(3, 4); void setup() { pinMode(9, OUTPUT); // this pin will pull the HC-05 pin 34 (key pin) HIGH to switch module to AT mode digitalWrite(9, HIGH); Serial.begin(9600); Serial.write("Enter AT commands:"); BTSerial.begin(38400); // HC-05 de
  2. I have a MSP-EXP430G v1.5 launchpad with a M430G2553 I wanted to try my hands on Bluetooth and bought a module with a HC-05 chip. This can be bought in china for less than $4. Info about HC-05 can be found e.g.: www.linotux.ch/arduino/HC-0305_serial_module_AT_commamd_set_201104_revised.pdf http://www.rcscomponents.kiev.ua/datasheets/hc_hc-05-user-instructions-bluetooth.pdf Then I banged my head for a full day to make it work. The Bluetooth connection posed no problems, but the serial communication with the launchpad gave me a headache. My idea was, to set up a software serial c
  3. Hello , I'am trying develop a data logger to send data to a device through bluetooth, but in my state machine i want make a state were I can verify if the bluetooth is paired with smartphone, does anyone can help me , i don't have idea how can I do this.
  4. Hello, I am looking for a Bluetooth module which I can work with MSP430F5438A (Microcontroller). I am using Code Composer Studio (CCS) IDE. I searched Google a bit and also went through TI web pages about the possible module. I was wondering if anybody can suggest any module which I can work with that specific micro-controller? Other issue is please suggest a module which has enough documents and demo project (Possibly in CCS) to get started and go further. Thanks, Rowshon.
  5. Has anyone worked with TI's CC2540 RF Dongle? I'm trying to use their Bluetooth LE packet sniffer program but it appears to have problems with Windows 10. The quick-start says that when you connect the dongle to the PC's USB port, the "Windows New Hardware Wizard" will appear. But it doesn't. And the sniffer software doesn't see the dongle. No doubt a driver problem but I don't know how to fix it.
  6. Hello i want to use the BLE.h library in my sketch, i follow all the step in this guide: http://energia.nu/pin-maps/guide_cc2650boosterpack/ but when i try to run an example: http://energia.nu/reference/ble/serialoverblesampleapp/ i compile the code in Energia and nothings happens, i cant see the bluetooth device listed in my smarthphone. Please helpe me MSP432P401R with CC2650 Boosterpack. Thanks in advance.
  7. I have the CC2650 plug-in module and I am trying understand how to use the BLE library in Energia. I installed the BLE library. The reference page, http://energia.nu/reference/ble/ says that two demo programs are included in Engergia: SerialOverBLE and BLEInputOutput but where exactly are these programs? I would like to download them into Energia and learn about BLE serial communication. -Bob
  8. I am making a board featuring an MSP430 microcontroller, and a couple of sensors that are read with the ADC of the MSP430. This data should be sent over bluetooth (BLE) connection to another device. How do I do it? Is there any specific chip which would include bluetooth communications already while being a microcontroller? Or what chip is the easiest to interface with the MSP430? Board space is very limited so compact size is a plus.
  9. Hello, I am new to Launchpad, and interfacing CC2564MODNEM with EK-TM4C1294XL launchpad board. I have searched but not found and document related to this interfacing. I need : 1) Physical connection between CC2564MODNEM and EK-TM4C1294XL through Debug port. 2) Any example program to start with GATT or SPP Bluetooth stack protocol. Waiting for some quick reply. Thank in Advance
  10. There is an edX course coming up in September from the University of Texas in Austin - this time with MSP432 or TM4C123 LaunchPad. The parts list also includes the CC2650 and Educational BoosterPack MK-II. The syllabus includes BLE and RTOS. It is taught by Jonathan Valvano and Ramesh Yerraballi who have offered a course using the TM4C123 on edX in the past. https://www.edx.org/course/real-time-bluetooth-networks-shape-world-utaustinx-ut-rtbn-12-01x http://edx-org-utaustinx.s3.amazonaws.com/UT601x/RTOS.html edit: forgot to mention that these courses are free if you just audit th
  11. Hi All, Somehow I've made a stupid mistake with this weather thingie I put together and I can't figure out what's wrong. I need your help! Project description: Weather thingie - Reports temperature, humidity and light readings via bluetooth. Operation is simple, connect to the device and it will report something like "27 C 57 H 96 L\r\n" ~ every second. The LED on board will alternate state every second. I set this up on a breadboard before making the PCB as I was not familiar with the DHT11 or and quirky requirements it might have. The project worked fine on the breadboard. I su
  12. I'm designing a bluetooth-controlled quadcopter, but use the MSP430 only to control the rotors and get instructions from the HC06 bluetooth module. An android cellphone will provide all the sensors and computing power.
  13. Hello, I'm currently working on a project involving G2553 MCU and Sparkfun Bluesmirf Silver BT module. I'm programming my MCU using the MSP430 Launchpad as a programmer and Energia IDE. I'm trying to configure the Bluetooth module using the firmware that I upload to the MCU. I connected the MCU's hardware UART pins to the Bluesmirf pins. Pin 1.1 (HW RX) to the module's RX and vice versa. I supply the same voltage to the MCU and the module (supply voltage connected to the breadboard from the Launchpad itself, multimeter shows values at around 3.5V). Bluesmirf's datasheet says the Vcc shoul
  14. Hi all, I was playing around with the MSP430G2553 and the UART at the weekend, then remembered I had a cheap HC06 bluetooth module. The result being a basic Android app that you can control your launchpad using voice control, it's far from polished but a bit of fun all the same Project tutorial. C code and Android App http://coder-tronics.com/msp430-voice-control-over-bluetooth/ Video demonstration https://www.youtube.com/watch?v=8Z5ixK30Ddc Cheers, Ant
  15. Programming a microcontroller for the first time can be a daunting task. What if you can remotely control your microcontroller by simply clicking few buttons on a PC GUI? With Energia support, I was able to port existing Firmata code used for Arduino onto LaunchPads. Firmata is a serial communication protocol that allows a host (PC) sending commands to the microcontrollers (MSP430). You can use it to toggle pins and LEDs, or read digital and analog inputs without writing any C code. This makes it super easy to test out your new sensor or debug your circuit. Bluetooth simply creates a
  16. 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
  17. Hello, I've got two beginners questions... 1) If I'd want to move a robot by a specific distance (however not be very precise), do I need wheels with encoders? Can't I somehow approximate the time I need to power the engine? I don't need to move exactly 1mm left or right. I've read about encoders, but they are too expensive for me. 2) If I wanted to control a robot from an Android app via bluetooth, could I send some data from the robot to my phone, process the data (on the phone) and send something (an instruction, lets say) back to the robot? Sorry for my English. Thanks in adv
  18. Hello, I am starting a project to record certain medical measurements (pulse, temperature, ecg) with various analog front ends and then use the Tiva C Series to send that data over Bluetooth to a mobile device. I am looking for advice on choosing a Bluetooth controller. I had originally purchased the EDB-BLE by Emmoco but soon realized LE is not efficient for continuous streams of data (ecg) and the 8051 controller requires specific IAR tools. The requirements I would like of this recommended Bluetooth controller would be: 1) Evaluation board available with PCB antenna 2) Availab
  19. MAKE magazine article with photos of the board enclosed in the Sensor Tag: http://blog.makezine.com/2013/04/18/teardown-of-the-ti-sensortag/
  20. Hi, I'm new to embedded programming, and I have to interface an MSP430F5438A with an Emmoco EDB-BLE Bluetooth Low Energy board, in order to send data to iOS devices. I am not sure how to proceed with this, as Emmoco directs you to write a driver for your particular board (http://dev2.emmoco.com:8090/display/em/Embedded+Platform+Support) and uses Eclipse to build their software (http://dev2.emmoco.com:8090/display/em/Install+Em-Builder). I believe I have correct code, but it seems Eclipse will not recognize my MSP-FET430UIF programmer and so the code never loads into the board. I get a "gma
  21. 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.
×
×
  • Create New...