CC1200 Sub-GHz Transceiver

Dear all,

thanks for the reply

@Peter: I will then put it into the driver section, as you have suggested.

@Antonio: Thanks for the offer. I will surely take you up on that.

Also a small question concerning the location of the driver. The CC1200 uses

the same command strobes on the SPI like the CC1101. As there is already a

CC110X driver implemented, should the CC1200 be added to that implementation

and transceiver specific code just capsuled as defines or would a standalone driver

make more sense?

Cheers,

Anon

Anon, you should try to work on CC1350 which is the last one :wink:

Cheers,

Hi,

@Baptiste: How did the CC1350 get into this round :-)? Is it similar to the other mentioned radios? In any way, I would be pretty happy to see support for that radio in RIOT. It would enhance the current SensorTag support significantly.

@Anon: I have no idea about the differences between CC1101 and CC1200 (and CC1350). Whenever possible we try to avoid code duplication so if you think it's easily 'possible' so extend the CC1101 driver, you should go that way. If that means `#ifndef CC1200` in every second code line, you should probably avoid it and write a standalone driver.

Cheers Peter