Information to Provide When Asking for Help
When you post a question asking for help, please provide minimal information about your configuration, both hardware and software, including: model of LaunchPad used and revision number model of the...
View ArticleUsing Smartconfig
Hi there, I am trying to use the WiFi.startSmartConfig() feature for the CC3000 booster pack on a TIVA C launchpad, but I can't seem to get it to work with energia (works fine with TI examples on...
View ArticleInterfacing An SD-Card To The Launchpad – A Walkthrough Tutorial
Connecting an SD-Card to your Launchpad opens up your options to use the MSP430 platform as a cheap data logger, from temperature to acceleration. Although you can log to an SD-Card in a raw format, it...
View ArticleRedneck Train Track Switcher With A Launchpad
So I bought a Lionel Penn Flyer set on Craigslist last year. Yeaay! It came with an extra Fastrack track set with manual track changers - Awesome! This year while assembling it, I thought to spice it...
View ArticleADC and Interrupt/LPM issue? [Code Review Request]
Trying to use the SD16_A ADC on the EZ430 F2013. Have two separate issues. (Coded for IAR) The first, am unable to do a single ADC conversion on Channel 7 (the offset checking channel) SD16AE |=...
View Article1ms Delay function or Similar help
Hello, I was wondering if someone could help me create or find a delay function. I was thinking a 1ms delay function could work. I would like to have this, so that I can have some timed prompts on...
View ArticlePossible issue with "digitalWrite".
MSP-EXP430F5529LP, Energia 11Code:void setup() { pinMode(GREEN_LED, OUTPUT); digitalWrite(GREEN_LED, HIGH); } void loop() { delay(500); digitalWrite(GREEN_LED, !GREEN_LED); // toggle green LED }... is...
View ArticleBinary Clock
This project is an update to the binary clock that I used on my desk. The new version has a lot of new features including RGB leds(WS2812), a bigger microcontroller(The Olimexino-5510 board),...
View Article[POTM] dAISy - A Simple AIS Receiver
Now that I was able to test it in the wild, here's a teaser of my POTM entry. More to come. Attached Thumbnails
View Article[SOLVED] Possible issue with "digitalWrite".
MSP-EXP430F5529LP, Energia 11Code:void setup() { pinMode(GREEN_LED, OUTPUT); digitalWrite(GREEN_LED, HIGH); } void loop() { delay(500); digitalWrite(GREEN_LED, !GREEN_LED); // toggle green LED }... is...
View ArticleADC and Voltage measurement
Hello, I have an LCD working, and I also have an adc working to get voltage from a potentiometer. I am able to display adc values on the LCD, and they change when I change the value of the pot. But...
View ArticleI2C on Stellaris,
G'day Am having problems getting I2C working on a Stellaris. I have reduced the sketch down to the minimum, and can’t see any CRO activity on PB_3 or PB_2 other than the 3V3 from the two 4K7 pull-up...
View ArticleTotal Noob Q'n, Need Help Controlling a Transistor
I've just started playing around with my msp430 ez-2013 that my uncle gave me a while back (I've been too busy with school and whatnot until now ) and am trying to use the ez-2013 to control a...
View ArticleError while compiling, Help!
HI, I am a first time user of MSP430G2553, I am trying to execute the example Blink but getting Comping error.Pls help to solve Error is: [C:\energia\hardware\tools\msp430\bin\msp430-g++, -c, -g,...
View ArticleuCurrent power controller
I guess most of you are the proud owners of Dave's uCurrent [1]. I also have one of them and I happily use it. but most of the times I forget to turn it off. needless to say that next day the...
View ArticleSimplelinkWifi Library with BOOSTXL-SENSHUB + CC3000
Hey guys, I was just wondering if anyone has tried the SimplelinkWifi Library (included in the newer Energia releases) with a CC3000 attached to the RF connectors on a BOOSTXL-SENSHUB? From a quick...
View ArticleI2C on msp430f5529
Hello! it's been a while! So i bring more problems. I was trying to make a i2c slave with msp430g2553 and a master with msp430f5529. Problem is it wasn't working Tracked it to be, the code on the...
View ArticleDid any driverlib in stellaris change?
I had a I2C API that i adapted to work with energia and i actualy liked it more than using Wire. For some reason in the new version of energia (0101E0011) i get the folowing error chosing the module:...
View Article28 pin 2553 with Energia
Hi, I thought that i could use port number to digital write a pin but 15 is still P1.7 on the datasheet it should be P3.4. Did i miss something? If i modify the variant/launchpad/pins_energia.h shoul...
View ArticleEnergia on the MSP-EXP430F5529 (not the LP)
I still don't have a new F5529 Launchpad but wanted to tinker a bit more with Energia. Added another variant to use the MSP-EXP430F5529 http://www.ti.com/tool/msp-exp430f5529 It is not complete but...
View Article