FM430 - A MSP430 and TEA5767 Project that lets you listen to clear digital FM
Just stumbled across this and though some people might be interested: http://rohitg.in/2015/05/17/FM430/ These FM receiver modules go for about $1 on eBay.
View ArticleRedBear Labs WIFI mini CC3200 board, fails to upload
RedBear Labs WIFI mini CC3200 board I tried compiling the blink example and it compiles fine, but fails to upload. Tried using both Windows 7 32bit environment and Ubuntu 14.4 64bit environment. I...
View Articlemicros() function gives low resolution
If I try to read the "micros()" function, I only get multiples of 512. I run a MSP430G2553 that, according to specs, should run with 16MHz. here is a minimalistic code: void setup() {...
View ArticleGenerate .hex file
Hi everyone, I want to use .hex file for flashing code via MSP-FET. But CCS doesn't generate this type. (I use CCS ver 6). Plz help to solve this problem. Thanks in advanced!
View ArticleTiny Chip-on-glass LCD with ST7565 controller
Connected one of those http://www.newhavendisplay.com/lcd-chiponglass-128-x-32-c-3_113.html to the launchpad. These are really tiny chip-on-glass LCD displays. The visible area is 8 x 32mm....
View ArticleEnergia UART Interrupt
Hi, I wonder if it is possible to cause a interrupt when receiving serial data. This would have the big advantage to be able to wake up from sleep mode if new serial data is available. By now, serial...
View ArticleWhat to use?? power operated gate control interface
I am about to start on some additional controls for my powered gate opener. Problem #1 I have is the optical obstruction sensor gets wet from rain and mist thinking there is an obstruction Problem#2...
View ArticleAnyone ever tried Energia+CCS debug tools?
Hi everyone, I wonder if anyone has made a showcase video or tutorial in how to use Energia in CCS with guide in how to take advantage of the debug tools? I think one of the biggest advantages of...
View ArticleMSP430F5418A
Hello, I'm new here. I am currently doing my final project and I am using MSP430F518A without launchpad or development. My project title is development of sensor node for intelligent street light...
View Articlecc3200 and external SPI wiring
Dear All, I would appreciate some help from you here. I am using Energia v0101E0014 (v15) The uploaded picture shown my 3200LP jumper setting. The 3200LP is using SPI to talk to Cypress CY5FRAMKIT...
View ArticleFR5969 and FRAM data logging
Hi, I plan to use FRAM to log datas. I imagine to use driverLib which seems to have everything I need but I have some doubts about memory adresses. I simply want to do things well and robust but I...
View ArticleSetting Threshhold for touch buttons?
Hello, I have made a led panel control using the M430G2452 chip. I use the standard software as in the Touch examples CapTouchButton software, only with 10 buttons connected, on pin P1_4 to P1_7 and...
View ArticleEnergia/MT, MSP432 and thread priority
Hi guys, do you know if there is a way to set different priorities to different threads of a sketch? For example, if we had a slow thread which senses a thermomenter and another one which sends...
View ArticleTimer B one-shot pulse?
I'm using timer B to generate a fixed width, variable frequency pulse train (timer up mode, timer1 in set/reset, ccr1 fixed to 10 cycles and ccr0 adjusted between 500 and 65535 counts). I need to...
View ArticleWifi issue when connecting to an AP CC3200 Launchpad
Hi there, Hoping someone has some insight on this rather strange issue. Sample code is the Wifi Connect with WPA example: WiFi.begin(ssid, password); while ( WiFi.status() != WL_CONNECTED) { //...
View Articleezchronos msp430
Trying to find where I can restart to default my dev watch. I might be blind or I look in wrong places but nothing has helped me so far.
View ArticleWhy does this code's iF statement not work
WHY IS THIS If statement NOT WORKING Hi, I added some code to the example program to send an alphaumeric string to com port to identify the input but the iF statement does not work as expected...
View ArticlePorting mspgcc code to msp430-gcc-opensource
Hi, I'm trying to port existing code, written for mspgcc and IAR, to the new TI toolchain. There are, as I understand it, a few vital differences in how you should write your code for the two chains....
View ArticleHow to communication Arduito to Tiva c (TM4c1294xl)?
how can I send data from the Arduino tive C? I tried with i2c and SPI but failing I recently bought this card and I can not use it very well
View ArticleProgram the MSP430F5418A using USB to UART
Hi everyone. I have a question to ask about this topic. I have a USB to UART which pin consists of:- i. VCC (DVCC) ii. TX (P1.1) iii. RX (P1.2) iv. DTR...
View Article