SIMPL - A Tiny Language for MSP430
Hi All Back in May 2013, I came across a piece of development work by Ward Cunningham (wiki inventor) for a tiny interpreted language "Txtzyme" that ran on Arduino - or virtually any other micro that...
View Articlecomp_A+ + timer polling magneto resistive sensor (SM351LT)
I'm trying to understand the comparator A+ and Timer capture mode for using honeywell SM351LT sensor. Can't quite seem to bind it together. Sensor is currenlty hooked up with permanent power supply....
View Articlemsp430F5529lp+Energia ide.
Hi all, I want to upload my code in my msp430F5529lp without going through eZ-FET lite with energia ide. I want to use the pin DM and DP for to do that. - That's possible ? - How do it ? When I...
View ArticleMotion Sensing Pantry Light
A small project. G2211 PIR Sensor 5630 LED strips On/Off button Button Doubles as Test Mode Board half way done. Using a Reg104 DPAK (I'll stick to a TO-220 next time) as the regulator, and MMBT3904...
View ArticleCC1120 packet details
Hi, I want to control the packet format developed inside CC1120. Specifically, I want to control the sync words, preamble, FCS, etc.. Please can anyone tell me how can I get the details of cc1120...
View ArticleOV7670 and MSP430
Hej guys (and gilrs also in case there are any), I am trying to connect a OV7670 (no FIFO) to a MSP430G2553 (3.3 V, 28 pins). As the OV7670 is only tolerant up to 2.8 V I use a MSP430G2231 at 2.8 V and...
View ArticleA Tiny Plug In Computer using MSP430FR2xxx devices
Last week, I introduced a tiny language, called SIMPL, I have been working with for a while. Now I'd like to introduce some hardware - that I hinted upon last week. ChipStick is possibly one of...
View ArticleEnergia ported to CCS
Hi, I am using tm4c123gh6pm. I'm having a hard time trying to port a library that uses grlib from tivaware. The library is for kentec K350QVG 3,5 inch lcd/touch screen. I imported a energia sketch...
View Articletiny msp430 preemptive multitasking system
Tested on G2553 Launchpad with IAR, I recommend G2955 with 1K RAM if you want more than 3 task #include "msp430.h" #include "common.h" //=========================(C) Tony Philipsson 2016...
View ArticleCreate a file .txt
Hi all, I contact you because I want to create a file ti.txt but I don't know which Platform use. Somebody can to tell me how to do that. Thank you
View ArticleMSP430G2553 and viability
I am wondering just how useful as a microcontroller the 2553 may be. Is it anywhere near as "useful" as say the Arduino for general projects? I am wanting to build a rover platform and monitor a Ping...
View ArticleAn Even Smaller MSP430FR2433 Dev Board
Last week, I put together a design for a lightweight dev-board using the MSP4302433, known as "ChipStick". ChipStick is a 20 pin DIL module that can plug into the socket on a G2 Launchpad. In the...
View ArticleMSP430 Programs and Arduino-type Header Files
I am new to the MSP430, and have so much to learn. I would like to have some help understanding what exactly the following code examples would allow me to do with the MSP430, and how it would benefit...
View ArticleCode breaks when optimization is used (msp430-gcc)
Up until now I've been using Energia for projects that required the use of UART, but I decided to get my hands dirty and just use the msp430-gcc toolchain. The below program is simply a test...
View ArticleNew MSP430FR2311 Launchpad
Ti dropped a new launchpad today, it isn't even listed on the ti.com/launchpad page. From the email: "the world’s first microcontroller (MCU) with a configurable low-leakage transimpedance...
View ArticleMSP432 LCD 2x16 CCS
Hello All I have brought MSP432 and an 2x16 LCD interface. Am trying to read an string from the UART and send the same on the LCD. Please can any one share how i can connect 1. UART to MSP432...
View ArticleForth on the MSP430
I have been intrigued with Forth since I was at school in the early 80s. There has been a renewed interest in Forth as a lightweight language with lightweight development tools - especially in these...
View ArticleBare Metal MSP430FR5969
I have been working with the fr5969 and have migrated it over to a bare metal msp430fr5969 soldered onto a board. And have some questions. 1. I have loaded a sketch which uploaded ok but the program...
View ArticleChipStick - a Low Cost Digital Debug Tool (DDT) for Hobbyists and Education
In this post I reveal the applications of the new product I have been working on this last month. ChipStick is a tiny, low cost ($10) 16 bit microcomputer based on the MSP430FR2433 attached to a...
View ArticleNew Out Of the Box MSP430FR5969
I have been working with the fr5969 and have migrated it over to a bare metal msp430fr5969 soldered onto a board. And have some questions. 1. I have loaded a sketch which uploaded ok but the program...
View Article