Eclipse Luna MSP430-elf-gdb not finding source
Hi All I'm running out of ideas. I'm busy with a Thingsquare project running Contiki 2.7 in Eclipse Luna. Running on Windows8.1 (Yes I know.....) The project runs fine and my hardware performs...
View ArticleAdafruit's TSL2591 shield for MSP430s?
Hello, I bought an Adafruit TSL2591* shield but unfortunately it looks like there's no lib for MSP430s. There's code for Arduino and some posts about the TSL2561. Unfortunately I don't have any...
View Articlecc3100 AP mode access to webpage
Hello, I currently try to start (Msp430F5529lp+cc3100) as AP mode and scan available network in the website(programmed in CC3100 : www.mysimplelink.net) and select desired AP for the device to...
View Articleunable to control GPIO 8 using energia
Hii, I am using GPIO 8 of CC3200 lauchpad but i am not able to control it. I have tried it by assiging all the pin numbers but in vain. for eg:. GPIO 6 is Pin 5 in energia, Similarly i mapped GPIO 8 as...
View ArticleNew C2000 LaunchPad
http://www.ti.com/tool/launchxl-f28069mBoosterPack XL form factor.$24.99 USDFeaturesC2000 Piccolo F28069M MCU with InstaSPIN™-MOTION and InstaSPIN-FOC technologyBuilt in isolated XDS100v2 JTAG Emulator...
View ArticleConverting Float to String
char final[6]; sprintf(final, "%.3f",current); Serial.println(final); When I put this code to calculate it prints only the "%.3f" I know floating point is not good to use for MSP430, but I do need...
View Articleapply 5 v to TP1 ?
When using the MSP 430 standalone (not connected to Pc USB), would there be anything wrong with just connecting a 5 volt supply to TP1 , thereby using the onboard 5 volt to 3.3 volt converter ?...
View ArticleMSP430 + Reading/writing from flash memory
Hi there, I'm designing a little embedded system for a Formula SAE project. I'm trying to save "tuning" values from an ADC onto the microcontroller for later reference, if the values need to be reset...
View ArticleMSP430 + Flash memory + Energia
Hi there, I'm designing a little embedded system for a Formula SAE project. I'm trying to save "tuning" values from an ADC onto the microcontroller for later reference, if the values need to be reset...
View Articleanalog.io
Hi Everyone, Awhile back I posted some info on a project that I was working on called imp.guru. Basically it was a plotting front end for data.sparkfun.com where you can enter your stream public key...
View ArticleMSP430G2553 and HC SR04 ultrasonic sensor
HI Everyone, I am doing a project with MSP430G2553 and HC SR04(ultrasonic sensor). I am a beginner so can you please provide me with a energia code for displaying a message.Thank you in advance.
View ArticleMSP430G2553 and HC SR04 ultrasonic sensor
HI Everyone, I am doing a project with MSP430G2553 and HC SR04(ultrasonic sensor). I am a beginner so can you please provide me with a energia code for displaying a message.Thank you in advance.
View ArticleRequest to expand abs() function documentation
Hello, I recently was trying to calculate the absolute value of a variable of type double (value of less than 1) and was using the abs() function. The documentation at...
View ArticleNokia 1202 LCD Booster Pack Pin outs
Nokia 1202 LCD Booster Pack: Pin outs Background: First Post. Windows 7 OS Launch Pad :MSP EXP-430G2 (rev.1.5) M430G2553 20 pin chip Nokia LCD 1202 Booster Pack (430things Nokia1202 v4-5 ,one with...
View ArticleUsing SysTicks to get interrupt callbacks?
I'd like to run interrupt handlers on timer functions. With the MSP430 I had to write a library for it. It looks like I should be able to use SystTicks functions like registerSysTickCb(). How often...
View ArticleReading / writing on I2C protocol
Hello, I am trying to Interface my temperature sensor MLX90620(16*4 IR array) with TIVA microcontroller(tm4c123gxl).The Serial communication used here is i2c(just the wire library) and the platform...
View ArticleEnergia not responding
Hello, Recently started to use Energia for programming Tiva C Series Launchpad TM4C123G at school, I can run it and use it correctly, but on my girlfriend's laptop it stops responding when clicking...
View ArticleVoltage regulator 12vdc to 3.3vdc
What are y'all using for a voltage regulator from 12vdc to 3.3vdc. It is going to be an automotive feed so I'm looking for something with a 25 volt ceiling at least to handle the noise from the...
View ArticleNeed beginner help. I switched from energia to CCS...
Hi, i cant really find a good documentatioin for the CC3200 pogramming in CCS. I am looking for a beginners guide explaining the energia functioins like "digitalWrite(pin)", millis(), micros(),...
View ArticleTemperature sense demo reloading problems
I have been trying to reload the temperature sensor demo to play with it and see if I can modify the code. Every place I have copied the code back from I get a TON of errors and it will not load. I...
View Article