This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3000

Dear Developer team.

I want to transfer the data from my pc to mbed controller using cc3000.Now problem is

1)Does mbed controller support this cc3000? if not then any other wifi chip that supports it??

2)Is it possible that i make my laptop as access point(creating its ssid and password) and then use these details to connect it with cc3000?? main intention is to connect cc3000 with laptop without router . Is it possible??

Thanks in advnce

  • As for your second question, there are several ways to connect without a router.  You could use a mobile phone as a portable hotspot and connect to that, or you could try software like connectify which will allow you to setup a hotspot with your laptop's connection.  Both of which I have used in the past.

  • Hi Muhammad,

    The basic requirement to interface any MCU with CC3000 is SPI. Along with that couple of GPIOs for IRQ, WLAN_EN. If this is supported, then you can use CC3000 with that MCU.

    You can take a look at the CC3000 boosterpack reference for interface requirements.
    http://www.ti.com/lit/ug/swru331a/swru331a.pdf

    Regards,
    Raghavendra