WiFi Examples - EyesOfThings/Software GitHub Wiki
Index
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.
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