13

I'm searching for a low power system-on-chip that combines:

  • A processor (any achitecture)
  • A radio (any frequency/bitrate/tx power)
  • 2 or more I/O pins (ADC would be a bonus)

Can anyone recommend a device?

Which chip companies should I be looking at?

Toby Jaffey
  • 28,796
  • 19
  • 96
  • 150
  • 2
    can you give any more detail about your application context? do you need a one way link or two way link? are you looking to be on a network or just point to point? – vicatcu Dec 16 '10 at 21:54
  • 1
    Ideally, two-way and network capable, though one way non networked would also be interesting – Toby Jaffey Dec 17 '10 at 09:52

11 Answers11

8

I would suggest a TI product. The MSP430, a low power microcontroller, combined with their transceiver line gives you:

The CC430

These chips can be very very effective. I currently use the CC1100 and the MSP430 and we have been wanting to make a hardware revision to switch to one of these very tiny SoC. They have AES support in most of them. TI has a zigbee stack available also, allowing you to plug-n-play-n-sell.

You will get many extra pins, ADC, SPI/I2C, UART. These chips can be the core of an overall system and add transceiver.

Kortuk
  • 13,362
  • 8
  • 60
  • 85
  • 5
    The $50 devkit looks good http://processors.wiki.ti.com/index.php/EZ430-Chronos – Toby Jaffey Dec 16 '10 at 21:31
  • 3
    They are very affordable and offer a lot in processing power. Most people think of an MSP430 as a 8-bit due to cost, but they are actually 16-bit uC. – Kortuk Dec 16 '10 at 21:57
  • Yeah, the Chronos devkit is great way to start – qdot Dec 17 '10 at 04:12
  • There's also the EZ430 RF kits. Chronos is not that good if you want to wire stuff into it as neither the base station or the watch is very open to prototyping hw. It's a nice way to try the radios, though, of course. And good value. – XTL Dec 18 '10 at 12:13
  • TI have also recently released their low power bluetooth parts, CC2540. A dev kit is also available. – Austin Phillips Dec 19 '10 at 01:24
  • @AustinPhillips, I hope to play with them soon. – Kortuk Dec 19 '10 at 03:27
6

I've only read up on Atmel's stuff. They have the ZigBee line, with system-on-chip solutions: ATmega128RFA1. It has a 10-bit 330kS/s ADC, analog comparator, on-chip temp. sensor, <250nA sleep, max 14.5mA for Tx.

http://www.atmel.com/dyn/products/product_card.asp?part_id=4692

tyblu
  • 8,167
  • 6
  • 40
  • 70
5

I am very familiar with the MC13224V chip from Freescale Semiconductor. What's nice about it is that the balun and matching components are on chip, so all you need to do is supply a 50 ohm antenna.

I use the development boards from Redwire LLC.

http://redwirellc.com/store/node/1

krapht
  • 862
  • 5
  • 10
3

I am a little surprised at how little overlap there is between the devices listed here and the list of radio transceivers for wireless sensor networks.

Forgive me for trying to read your mind, but I guess you plan to hook up that low-power radio to a battery and a sensor or two. Rather than re-design everything from scratch, have you considered buying an off-the-shelf wireless sensor node that already has all that stuff assembled and tested, or perhaps you could make relatively minor tweaks to one of the open-source wireless sensor node platforms?

davidcary
  • 17,426
  • 11
  • 66
  • 115
2

Nordic Semi and TI.

Leon Heller
  • 38,774
  • 2
  • 60
  • 96
2

If you just need a couple I/O, ANT's SensrCore might be all you need. It's essentially a prefab 2.4GHz module or chipset that can be set up to read a few pins and report on them over the radio:

Marketing speak: http://www.thisisant.com/technology/sensrcore

Powerpoint presentation

Datasheet

markrages
  • 19,905
  • 7
  • 59
  • 96
2

Freescale has the MC13213 and 13233 SOC systems which combine a ZigBee radio with an HCS08 microcontroller. The MC13213 has 60 KB Flash and 4KB RAM memory and sells for around $3.50 in 1K quantities. 8-channel, 10-bit ADC and lots of I/O pins.

tcrosley
  • 47,708
  • 5
  • 97
  • 161
2

Something like an rfPIC?

Thomas O
  • 31,546
  • 57
  • 182
  • 320
1

I used NXP Jennic JN5148 for a wireless sensor network application. They already provides Zigbee Pro and Jennet (Jennic's proprietary) libraries> You only have to build high level application using the libraries. The microcontroller and radio is integrated, so the consumed space would be smaller. The IDE is Eclipse and you can download program into the microcontroller using generic USB-serial (prolific or FTDI). They also have module version if you do not want to struggle with RF design. Quick search on Digikey shows that these modules is the cheapest here

bonchenko
  • 244
  • 4
  • 8
1

Jeelabs.com -- Try the JeeNode 17.5eur with RF included, has adc included also used it happily for some time now there are very good developed libraries for low power usage (it can even run on 1AAA battery)

s.mihai
  • 371
  • 2
  • 5
  • 13
1

I would suggest PICs and Zigbee chip or Microchip's version of it. CCS has some low-cost PIC development kits w/ wiresless. http://ccsinfo.com/product_info.php?products_id=wirelesszigb

For 1 one communication, I would suggest looking at the RFID radio chipsets and similar devices in that spectrum.

kenny
  • 955
  • 10
  • 14