Hi everyone,
We are targeting for a wireless sensor node which contain Wireless transceiver, temperature sensor , accelerometer , and LED.
The sensor node will be powered by coin cell battery. We are targeting 5 year of battery life time. We already selected ultra low power Wireless transceiver which has SPI interface. Accelometer has also SPI interface, The sensor node will have Tiny OS .
We have to select Processor from MPS430 family .
1.Can you please recommend any specific processor .
2.Can you please any reference article in which it is proven that TI MSP 430 processor family has better performance from Atmel ATmega processor for wireless sensor nod.
Regards
Irfan Awan
Hi! If you are not in a hurry, I think TI is releasing the "wolverine" which is the new generation of MSP430 with even lower power requirements. This should be by far the less power consuming chip. Please remember you can also achieve better power savings configuring the GPIO accordingly to low-power programming, or reducing the working frequency, something useful in WSN.
Regarding your second question... what about this?
http://www2.ife.ee.ethz.ch/~roggend/publications/wear/DSPMic_v1.1.pdf
PS: The good thing in TI is the power consumption as well as this forum. Another good thing in MSP430 is the huge amount of examples and documentation but, if you do need very fast development, you can go with Arduino-like libraries! You do not specify the MAC protocol or the battery capacity but... TinyOS? I thought everybody was switching to Contiki.
Anyway, we use to do Sensor Network deployments so I'll be very glad if you continue this thread with further details and perhaps I'll be able to provide you better info! Where do you work? :)
Please click the Verify Answer button on a post if it answers your question! :)
kazola If you are not in a hurry, I think TI is releasing the "wolverine"
Well, there's already an established series of wireless devices within the MSP430 family: the CC430. See http://www.ti.com/corp/docs/landing/cc430/
It's a full RF-SoC, has an integrated sub-1GHz radio-transceiver based on the CC1101, and it's used in the eZ430-Chronos watch.
As much as I'm excited about "Wolverine", details of the family are still a little fuzzy. Besides, the whole FRAM technology's still fairly new, with its own hardware and software challenges (for example relatively slow operating frequencies, limited toolchain support for the memory model, etc).
The CC430 however is already available and has been field tested (the Chronos watch being the most prominent example).
Tony
Hi Kazola,
Thank you for your reply.
Our company is located in Stockholm Sweden. Your observation regarding OS is interesting. We thought of using Tiny OS because we found lot of support for Tiny OS rather Contiki. But it would be interesting to read more about Contiki support for MSP430 family. Can you please send some useful link regarding this .
what you think is reason behind switching fromTiny OS to Contiki reason ?
Actually we are in hurry so we have to select from current available MSP430.
We will be using Aloha as MAC protocol . The battery capacity is 0.42 Ah.
As we already selected Wireless Transceiver which has SPI Interface .
How MSP430Fxx and MSP430Gxx series differ from power consumption.
What you will recommend from MSP430 Processor will best from low power consumption point of view?
1. 1-2 SPI interface
2. 10 GPIO
First of all, there are several users here who know much more than me about MSP430, I'm usually at the CC2540 forum :)
Tony is one of them and JMG another. And after 1000, it comes me :)
As Tony says, the "wolverine" can take a while to come out.
And if you want a finished product and it matches your RF frequency, go for CCx.
If I do not remember wrong, Tmote Sky motes featured a MSP430F1611.
http://www.sics.se/contiki/wiki/index.php/Simple_Contiki_Data_Collection_on_the_Tmote_Sky
The reason to switch? I do not know, but TinyOS is based on nes-C, and I did not wanted to learn a C variation :) I think SPI should be more energy saving, if not, everybody would be using bit-banging but we can listen to other opinions.
Finally, I have not worked with Aloha but, isn't it quite old? And in fact I think Contiki or TinyOS are not going to override this with its own 15.4 MAC? Please remember again I'm not used to Aloha so perhaps this sentence has not any sense. If you provide me with further info, perhaps we can even start some sort of European collaboration. I work in a university.
Bye!
Irfan AwanAs we already selected Wireless Transceiver which has SPI Interface .
However...
Irfan AwanHow MSP430Fxx and MSP430Gxx series differ from power consumption.
A difference makes the family. The MSP430F1611, which is sidely used (including my own projects) was the biggest MSP (flash/ram size and I/O) available for some time. And migrating to a newer one for existign projects doesn't pay, so it is still widely used. Even TI still uses the 1612 (more flash, less ram, same peripherals) in their FETsHowever, the 1611 requires 3.6V to operate on 8MHz and also requires a crystal to reach more than ~6MHz system clock. It has, however, ADC and DAC and two hardware UARTs/SPI/I2C.
The 2x family offers higher maximum CPU speed that the 1x family and a slightly improved clock system (no crystal needed for maximum CPU speed).
The 4x family contains internal drivers for controllerless glass LCD segments.
The top devices are the 5x family MSPs with up to 256k flash, up to 18k ram, 25MHz, 32bit hardware multiplier and lots of peripherals. However, their operating current (especially for the parts with much ram) is a bit higher than for the others. (well, their ram can be partly deactivated if not in use)Also, the 5x devices do not need 3.6V for full speed operation, and can go as low as 1.8V (at also reduced current) if only a slow CPU clock is required.
SO besides a low operating current, what else requirements does your project have? Analog inputs? Additional digital bus connections (SPI/I2C/UART)? I/O-Pins? Required timers/counters? PWM signal generation or D/A? Expected code size and ram requirements? Required processing power (many calculations or just signal forwarding?)
There are about 400 different MSPs currently available. To pick one, some more criteria than just 'low current' are required. Else 'no processor' would be the lowest-power choice :)
_____________________________________Before posting bug reports or ask for help, do at least quick scan over this article. It applies to any kind of problem reporting. On any forum. And/or look here.If you cannot discuss your problem in the public, feel free to start a private conversation: click on my name and then 'start conversation'. But please do so only if you really cannot do it in a public thread, as I usually read all threads. And I prefer to answer where others can profit from it (or contribute to it) too.
Hi Jens-Michael,
Thank you for your detail reply. Following are sensors with their interface with micro controller in our sensor node.
1. Wireless transceiver with SPI interface.
2. Accelrometer with SPI interface
3.Push button with GPIO.
4. Two LED with GPIO.
5. Temperature Sensor (not decided but most probably GPIO ). Can you please suggest some standard interface for different sensor because we are planing to have more sensor in future.
As we are planing to run real time OS on sensor . We have to select from either TinyOS or Contiki.
Can you please elaborate the memory foot print requirements and development support for MSP430 for both OS.
For the time being I can see MSP430F149 as our desired microcontroller. What you say about this?
Kind Regards
Irfan Awan. Can you please suggest some standard interface for different sensor
Sensors are available with all three interfaces, sometimes SPI and I2C are supported by the same IC.
There are sensors which do not have an itnernal intelligence and require direct GPIO control.
Irfan AwanAs we are planing to run real time OS on sensor . We have to select from either TinyOS or Contiki.
Irfan AwanCan you please elaborate the memory foot print requirements and development support for MSP430 for both OS.
Irfan AwanFor the time being I can see MSP430F149 as our desired microcontroller. What you say about this?
I have now selected MSP430F2491 as you suggested MSP430F1xx series is outdated. MSP430F2491 full fills the memory requirements for both Tiny OS and Contiki OS.
Which evaluation board contains MSP430F2491. If non of Evaluation board contains MSP430F2491 then which one is closer to evaluate SPI, I2C and other interface with external sensor .
Irfan AwanWhich evaluation board contains MSP430F2491.
The 2491 does not have an ADC, but for SPI/I2C communication, any 2x family MSP with two USCI modules canbe used as replacement. However, I don't know of any 2x family evaluation board. The only one I know of is rather an eval board for the FG46xx which also has a 2x family MSP on it (but one without USCI module)But my information might be incomplete.