Repository for the Open CH Workshoptage Course 2019
During the workshop we will work on several hands-on sessions. Should you get into trouble with your code you can just checkout the branch mentioned in the slides to get to a working codebase. From there you can continue in the following hands-on session.
- master: empty project
- logging: add logging with macros
- wifi: connect device over WiFi to AP
- firstGet: secure call with GET to pushbullet
- firstPush: POST to trigger a push notification
- uploadRequest: request urls for file upload, add ArduinoJSON lib
- uploadStruct: introduce struct to hold upload information
- fileUpload: multipart POST request to upload static photo
- camera: acquire photo from camera and send it to PushBullet
- wakeup: use PIR sensor to wakeup ESP32 from deep sleep