Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

11
  • So i did what you told but it throws an error no matching function for call to 'HttpClient::HttpClient(Adafruit_CC3000&, const char [9], int)'. Does HttpClient work with Adafruit cc3000? Commented May 13, 2018 at 14:12
  • @AshishKafle in the library code I linked it says that it derives from the class Client. I will test this my self in just a moment. Commented May 13, 2018 at 14:14
  • @AshishKafle Could you retry that again. I referenced the Adafruit_CC3000 class when it should have been the Adafruit_CC3000_Client class. Commented May 13, 2018 at 14:28
  • the code works nice but after Serial.println(F("Client Connected !")); nothing seems to work for me. After that i get nothing. Commented May 13, 2018 at 15:04
  • Could you try this sketch and post the output on pastebin. pastebin.com/2kUqACgB Commented May 13, 2018 at 15:23