An open API service indexing awesome lists of open source software.

https://github.com/arnaubennassar/wearable

Wearable project: arduino + react native + AWS
https://github.com/arnaubennassar/wearable

api-gateway arduino aws bluetooth cognito dynamodb lambda notifications react-native react-navigation redux serverless

Last synced: 3 months ago
JSON representation

Wearable project: arduino + react native + AWS

Awesome Lists containing this project

README

          

# WEARABLE project

In this repo you can find all the code to build a wearable system (arduino + iOS/Android app + Cloud backend) including:

* AWS/Lambda: Code of lambda functions (Amazon Web Services). The functions read and write from DynamoDB and send notifications using OneSignal.
* app_ReactNative: Beautiful app buid using React Native. Check the [Android version](https://play.google.com/store/apps/details?id=com.womba)
* memoria: All the documentation of the project. This project was part of my final year project at the UPC - FIB.
* wearable_Arduino: All the arduino code and libraries.