Using Flask to Send Data to a Raspberry Pi

Pages
Contributors: SFUptownMaker
Favorited Favorite 7

Resources and Going Further

Now that you've successfully got Flask framework up and running between a Raspberry Pi and ESP8266, it's time to incorporate it into your own project!

For more information, check out the resources below:

  • Flask Framework - Official Flask website.
  • Simple Flask Tutorial - This basic Flask tutorial will walk you through taking Flask a little bit farther than we have here.
  • Complex Flask Tutorial - This more advanced tutorial walks you through far more complex tasks with Flask, leading up to creating a Twitter clone that you can host yourself!