7 years, 11 months ago.

CC3000 Kitchen Sink

In https://developer.mbed.org/questions/5982/Nucleo-L152RE-Adafruit-cc3000-waiting-fo/?c=22726 Peter Drescher wrote that https://developer.mbed.org/users/SolderSplashLabs/code/WiFiDip-KitchenSink/

was working with a CC3000. I tried to compile it but errors appeared so I updated the libraries and now it compiles but no messages

It says that "Please Note, this example uses the serial port so you will need an external RS232 TTL to USB adapter."

What does this mean? it does not work with the normal USB cable I have been using so far?

Any help in working the CC3000 with a Nucleo F401

It seems a lot of people are having problems with this, they post their questions here, got some help and never updated so either they solved it or just gave up. any help greatly appreciated

1 Answer

7 years, 11 months ago.

At the start of main it says:

Serial pc(p19, p20); Serial pc(USBTX, USBRX);

It looks as if the serial port "pc" has been pointed to two pysical pins P19,P20.