Monitoring Outdoor Light with Si1132
I spent some time playing around with the Si1132 Sensor this afternoon, created a new data stream on analog.io then put it outside on my deck. Here's the data: [analog_io='s129']
View ArticleOpinions on MSPWare vs direct register programming
Hi everyone, So I've taken more interest on the hypothesis to learn more about the MSP due to the new MSP432. Since a lot of peripherals are common to the MSP430 and it uses the MSPWare too I would...
View Articlemsp430f5529-25Mhz-SDCardApp
Hi everyone; im working on the project that needs SD card to save ADC output values. I clearly take adc output values but i didn't realize SD card operation. i tried to implement...
View ArticleMSP430F5529LP ADC + UART help! (energia)
Hello! I am a fresh beginner in the domain of embedded systems and this MSP430F5529 is my very first development board. I am now trying to make an ADC conversion and send it through the UART to try a...
View ArticleLaunchPad drivers for Windows: MSP-EXP432P401R XDS110 Driver
On page http://energia.nu/guide/guide_windows/ there is a link to http://energia.nu/files/xds110_drivers.zip which returns a 404. Where can I get these drivers?
View ArticleEnergia does not compile for MSP432
I install Energia at C:\Program Files (x86)\energia-0101E0015\. It has been working fine for TM4C123. When I tried to compile for MSP432, I got the following error messages: C:\Program Files...
View ArticlepinMode INPUT_PULLDOWN not working properly on MSP432
pinMode(n, INPUT_PULLDOWN) does not work on MSP432. The pins seem to function as input and the pull-up is always enabled in any input mode.
View ArticleCannot import Energia v15 sketch into CCS
Cannot import Energia v15 sketch into CCS I have installed the latest "whole" CCS download from TI - CCS version 6.1.0.00104 I have also installed the latest Energia Version 0101E0015. (Platform:...
View ArticleMSP430F5529 Interrupts messing with Ultrasonic Sensor pulseIn() function
Hello! So I'm building a robot that is eventually supposed to implement an autonomous functionality, which means obstacle avoidance. I'll be using the HC-SR04 as the ultrasonic sensor of choice. I...
View ArticleGetting SPI(1), i.e. USCI_B1, to work on F5529 Launchpad
Hi If someone is interested in being able to choose between using the SPI0 and SPI1 modules on Launchpad F5529, http://energia.nu/img/LaunchPadMSP430F5529.jpg, I have attempted to make changes which...
View ArticleEnergia CC3200 Post Parameters
Hello, I'm using Energia CC3200 for Client/Server communication and i'm searching for a function (in the server) to read the post parameters when the client sent data. Any ideas? Regards.
View ArticleUV sensor X 3
So we are doing a project where we gonna use 3 UV sensors. I was just wondering how can we use the code more than one time? Like how can we triple it? this is the code. /* AnalogReadSerial...
View ArticleHow to set serial protocol SERIAL_8N2: 1 start bit, 8 data bits, 2 stop bits
I couldn't find a way to set the serial protocol for : (SERIAL_8N2) 1 start bit, 8 data bits, 2 stop bits The only command I found is to set the baud rate. I'd really appreciate if someone know how to...
View Articlemethods of burn a msp430
Hi, I'm newbie and i need to know how to program msp430 mcu (SPI, JTAG , etc...). Now i have the launchpad but i don't know which pin are used to burn or for debugging and if i can use the launchpad...
View ArticleTone, noTone not ported to MSP432
It appears that tone() and noTone() were left out in the port of Energia to MSP432. C:\Users\schen\AppData\Local\Temp\build4827627254845353855.tmp/W18_PWM_buzzer.ino:16: undefined reference to...
View ArticleProgram Compiles, but does not load
I am trying to port an arduino project to energia. I use the pow( base, exponent) function in calculations to compute Standing Wave Ratio (SWR). I have a function swr that is called from loop....
View ArticleanalogRead of IVR ?
I am a newcomer to the MSP430G2553 and am using Energia 14 mostly on a Mac OS 10.10.2 For a solar project I would like to try next, the supply voltage Vcc to the MSP430 will vary with solar light...
View ArticleWhat is the idea behind the BSL pinouts?
I'm just trying to get into BSL programming for the MSP430G2553 as I'm going to use it along with an FT232R. I thought it would be nice to be able to use the USB / UART interface for future firmware...
View ArticleIs analogRead of IVR possible?
I am a newcomer to the MSP430G2553 and am using Energia 14 mostly on a Mac OS 10.10.2 For a solar project I would like to try next, the supply voltage Vcc to the MSP430 will vary with solar light...
View ArticleC2000 compiler setup fails with error #1965
Hello, complete energia newbie here but fairly proficient in Arduino. I have installed energia and have followed the instructions here ( I tried both the recommended build (C2000 compiler version...
View Article