Tm4c129 light sensor
Hi, Is there any code for reading from light sensor for TM4C129 microcontroler in energia? I found some examples for TMP006 sensor and accelerometer, but i need read lght sensor( Intersil isl29023...
View ArticleCan I program a MSP430 using Microsoft Visual Studio?
I have a Visual studio license and I don't like CCS and IAR very much in terms of GUI. Is it possible to use Visual Studio for programming an MSP430? Any of you have done this and thinks it's worthy?...
View ArticlePC unlock using NFC implant
I recent completed the prototype of my LoginNFC project. It's a combination of MSP430 acting as a USB keyboard (and CDC serial for configuration) and a TRF7970A NFC reader. The prototype was done with...
View ArticleThermostat project questions
Well I am starting to work on my thermostat I have two separate units, a heat and cool unit So there will be one output to run the heat, and one for the AC along with a fan signal I have been...
View Articleenergia for MSP430g2553
Dear all, I am working with HC SR04(ultrasonic sensor).,MSP430G2553 and TLC5940nt. I want to display a message using TLC5940nt when the HC SR04 detects an object. P2.1 to VCC P2.2to GND P2.4 to...
View Articleenergia for MSP430g2553
Dear all, I am working with HC SR04(ultrasonic sensor).,MSP430G2553 and TLC5940nt. I want to display a message using TLC5940nt when the HC SR04 detects an object. P2.1 to VCC P2.2to GND P2.4 to...
View Articlenrf24l01 senor network
I have played around with spirillis msp430 nrf24l01 libraries and written some simple applications using them, which is great. But now I am looking to set up a node network for sensors and actuators....
View Articlenrf24l01 sensor network
I have played around with spirillis msp430 nrf24l01 libraries and written some simple applications using them, which is great. But now I am looking to set up a node network for sensors and actuators....
View ArticleUse WDT to reset CC3200
Hello everybody, I need to use WDT to hardware reset CC3200. I tried to include driverlib/wdt.h in energy.h but when I try to use some WDT function, like WatchdogRunning, the CC3200 go to freeze... If...
View Articleno serial output with stellaris launchpad
Hi, I'm trying to use a stellaris launchpad with energia on linux and I'm not getting any serial output. I can program the device OK but I never get any serial output. For example, using the...
View ArticleTiva Low Power Mode
G'day, How can I enter/exit the LPM's on a Tiva? (Can do it OK on the 430) Grant
View ArticleA new MSP430 coming
A totally new MSP on the way. I assume a new device rather than just a new LaunchPad, although the video focuses on LaunchPads.Get ready for the next-gen #MSP430 MCUs - this ultra-low-power #tech will...
View Articlelog(variable) not working
Hello guys.I am using the Energia software and MSP430F5529 LaunchPad, if I write log(10); is okay, but if I write int a = 10; log(a) gives error...
View ArticleInitaliaze outputs to zero upon start up - MSP430G2553
Hi. My outputs go high upon powerup and this is a problem for my application because my power consumption is too high. How do i intalize them in the low state? ...everything else works as expected....
View ArticleInterfacing a LCD display
HI all, What is the energia code to assign the LCD display pins and LED driver using microcontroller??? I just want to display "hello world"?? Please help the noob out. Regards, Vamsi
View ArticleDS 1307 WITH ENERGIA
Hello, I am keerthana.I am using energia version 0005a. I am working with real time clock DS1307, and i have added the library file .After adding library the library is found in examples but while...
View ArticleCC3200: Interrupts and write flash memory with SLFS lib
Hi all, I've tryed SLFS library and works very well but I've have some problems with interrupts. I've created and opened file in setup. Now I put in the interrupt the function of file write but...
View ArticleAny cheap MSP430 boards from china?
I was wondering if there were any cheap msp430 boards available from china, like the $3 arduino compatable boards you can buy on aliexpress. I searched aliexpress but didn't find anything cheaper than...
View ArticleInterrupt help.
Hi, I have posted about this before but I am still struggling :( I want my code to: Be in LPM until it detects an input on P1.3 When an input on P1.3 and P1.5 are present execute code which...
View ArticleAdvice on external temperature sensor
Hello friends Hope you are all doing great! I need advice on an external temperature sensor for a MSP430G2553 project. I just need to read the "outside" temperature like a span of -30 to +80 celcius. I...
View Article