Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 11 months ago.
Pin connections
Just getting started here with the Adafruit CC3000 Breakout module that ties in the CC3300 on an easy to use PCB. I have it connected to an external dipole antenna (2GHz, 5dBi) to allow for the module to be inside a box with the antenna outside in an open environment.
Looking at line 29, I understand the SPI connections p5, p6, p7 connect to the MOSI, MISO, and CLK connections.
Can you clarify which CC3000 connections are attached to the p,9, p10, p8? I have the three remaining connections on the Adafruit board labeled as: - CS: chip select line - VBEN: enable line - IRQ: interrupt line
Unfortunately, I'm working from online resources as a student. The intent is tosend very simple commands to the mbed from an Android tablet on a preferably independent WiFi connection.
Question relating to:
![](/media/cache/profiles/108fe115000c147427da50c2b0c9ce31.jpg.50x50_q85.jpg)
1 Answer
8 years, 11 months ago.
Alexander,
The constructor is connected like this cc3000 wifi(p9, p10, p8, SPI(p5, p6, p7), "ssid", "key", WPA2, false);irq, en, cs p9 = irq p10 = en p8 = cs