7

I am working with TI's CC2533 SoC Low Power RF

I bought a few chips and assembled a few PCBs.. Using TI's debugger I confirmed that I can send and receive packets using the basic RF using the RFStudio.

Something I have not realised is that TI does not have an IDE for this and uses IAR Workbench 8051 with a TI downloadable SimpliciTI Protocol stack that is supposed to plug into IAR.

The problem is that the software is only 30 day trial and costs nearly 2000 dollars.

Has any body here compiled any firmware using some opensource or free IDE for this series of SoC?

As I jumped off the Arduino band wagon straight onto this.. I assumed there would be an IDE available for general use.. especially because I bought the official dev kit.

markrages
  • 19,905
  • 7
  • 59
  • 96
Piotr Kula
  • 2,134
  • 4
  • 21
  • 44
  • 1
    A similar, but easier to work with device is the Wixel from Pololu, http://www.pololu.com/catalog/product/1336 They provide an Arduino-like environment for a similar chip (CC2510), still 2.4GHz, but not 802.15.4 – Toby Jaffey Feb 03 '12 at 16:39
  • I have seen that before. I made my PCB's for 5usd.. without any balun, using symetrical PCB antenna, no led's, or regulators - just bare minimum that runs of 3.2volt battery. the 2533 has built in regulator (and charging) which is great.. The pin outs the are the same.. so i think their software will work.. but it might be limited.. thanks anyway.. +1 – Piotr Kula Feb 03 '12 at 17:11

1 Answers1

6

All of the Chipcon 8051 SoCs are supported by the open source SDCC compiler. But, all you get is a compiler, no examples or demos.

There's no available port of SimpliciTI for SDCC.

There is a port of Contiki, an open source operating system for wireless sensors. http://processors.wiki.ti.com/index.php/Getting_started_with_Contiki_and_CC2530

Toby Jaffey
  • 28,796
  • 19
  • 96
  • 150