If you want it for Bluetooth 4 only then RFDuino is a better choice.
CC3200 is MCU 80Mhz with WiFi only no bluetooth
The way Arduino communicate with Intel Edison is trough the file system which make very slow. for every command to WiFi you need to wait for file to be picked by processor.
Unless you use it directly then you should use eclipse IDE comes for IntelEdision which has its own environment and is not like Arduino
Comments