Skip to content

WiFi Examples

EyesOfThings edited this page Feb 16, 2017 · 6 revisions

Index

  1. flashWifiCertificate
  2. RTEMS_API_REST_example
  3. sdcard_wifi_example
  4. wifi_example

flashWifiCertificate

This code flashes a file in the flash memory of the WiFi chip. In this case, it flashes the google certificate (google.der file previously stored in the SD card) neccesary to stablish a connection with the Google Cloud Vision API.

Dependencies

  • Crypto
  • SDCardIO
  • WifiFunctions

RTEMS_API_REST_example

This application connects to a server previously created in the cloud (https://www.pythonanywhere.com, which comes with OpenCV 2.4 pre-installed). The sample application sends a POST request to the REST API of the server, including a picture which is read from the SD card. The server example returns its width and height in pixels.

Read more

Dependencies

  • Crypto
  • SDCardIO
  • WifiFunctions

sdcard_wifi_example

This application connects to the Myriad 2 creating an Access Point and writes/read information on the SDCard.

Dependencies

  • Crypto
  • SDCardIO
  • WifiFunctions

wifi_example

This application generates an Access Point in the Myriad 2.

Dependencies

  • WifiFunctions

Clone this wiki locally