Printing large numbers in small spaces (64 bits in 5 chars)
This code will print a 64 bit unsigned integer in 5 characters using 3 significant digits and and an SI prefix. Several revisions are shown beginning with the obvious implementation and then optimizing...
View ArticleRGB 4x4 button thing
It's been awhile since I've done a proper project, mainly been doing alot of tinkering. But I have a new project that I'd like to share. I wanted to make something like sparkfuns 2x2 Simon game. but...
View ArticleEnergia ide + msp430f5529lp + low power mode.
Hi all,I want to use the "low power mode" function in my project but it doesn't work properly. My Platform of development is Energia IDE.I would put the msp430f5529lp in "low power mode" and leave it...
View ArticleInterface push button rotary encoder on 1 analog input
I had a lack of digital input pins for a pushbutton rotary encoder switch so I used an analog input. I wrote up my results here: https://analog10.com/posts/rotary_encoder_analog_input.html It...
View ArticleEnergia not starting on Windows 8.1?
HI all, I'm trying to start up a fresh package of Energia on my Windows 8.1 PC, however after trying to open it, the introduction screen comes on but there is no program. I have installed all the...
View ArticleEnergia in CCS 6.1
Hi, Another problem ... I'm trying to get Energia working in CCS. But each time I try to compile something, I get a source error, I simply don't understand where is the problem. I tried several...
View ArticleCC3200 profiles deletion
Looking at WiFi Library, is there any good reason to delete all WiFi profiles every time the boards Starts? File: WiFi.CPP line: 139 //Delete all profiles$ // sl_WlanProfileDel(0xff);...
View Articlecc3200 webserver behind dynamic ip address
Hello, I have a cc3200 which is connected to my home network. I would like to be able to access it from anywhere in the world using my iPhone. The issue the router only has a dynamic ip address which...
View ArticleEnergia on MSP432: Very Slow Upload
Uploading a very basic sketch 48488 bytes to the LaunchPad MSP432 requires up to 30 seconds. Is there a way to speed-up the process? Sketch size Estimated Flash: 48488 bytes used (18.4% of...
View ArticleEnergia with TM4C123 battery monitoring ADC problem
Hello, I am trying to measure voltage across a voltage diviter with a Tiva-C series boards, and I am consistently getting mis results. I get 0-4096 for 0 to 3.3V. I also have a seperate battery,...
View ArticleCC3200 WiFi AP-mode Connect/Disconnect monitor example problems
I've got a brand new CC3200-LAUNCHXL, Rev 4.1. I'm running the latest stable release on Energia on Win8 64 bit. I compiled the APWatchConnectDisconnect example for testing. I can connect and...
View ArticleInterfacing CC3200 and MSP-430G2553 using UART
i am trying to interface msp430 and cc3200 using UART .i am using the IDE energia ,basically i am reading analog sensor value through msp430g2553 and send it to cc3200 using UART can any one help me...
View ArticleBluetooth SensorTag and Energia
I was wondering if the SensorTag (the current Bluetooth one) is going to have Energia support at any stage?
View ArticleLED matrix with msp430
Hi everyone, I want to make circuit with 05 modules LED matrix. Can I make it without using transistor? (by using TI's IC) Thanks in advanced!
View Articlemulti interface boot loader
Hello, I have been programming my Tiva boards with JTAG which works well for development but not for production. I did a bit of research to come up with a versatile system to load code into my Tiva...
View Articlemulti interface boot loader
Hello, I have been programming my Tiva boards with JTAG which works well for development but not for production. I did a bit of research to come up with a versatile system to load code into my Tiva...
View Article[MNP] Think of your Neighbors
Monday Night Project (MNP) is my attempt to have a regular rhythm to work on a project from start to finish. Each Monday night, between 8ish and 10ish I will work a bit on the project, and post a...
View ArticleEnergia to Production (Programming)
I have custom PCB's for product that I've been building myself. I took a launchpad and soldered a ZIFF socket on so I could swap chips quickly. I was programming them through the energia interface....
View ArticleENERGIA MSP432 target connection
Hi everybody, I got a very basic question: I try to use Energia hosted on MAC OSX 10.9.5 using has a target an MSP432p401r that already works fine with CCS6, now I want to experiment on ENERGIA, that I...
View ArticleSwapping pins for OneWire
G’day, For some reason my OneWire failed due to the zapped Tiva output pin. After a rewire to another pin and a sketch redefinition it’s working again. This got me thinking that a good fault finding...
View Article