https://github.com/ahmetakgog/helpbeaconv2
This is an app developed with React Native, Firebase and ArduinoBLE TinyGPS++ libraries. Used components: GPS module (i used neo), microcontroller, a switch and finally a battery. Project aims to help people in distress with help of this app and the circuit we built.
https://github.com/ahmetakgog/helpbeaconv2
arduino-library emergency-response microcontroller-programming react-native-app webview
Last synced: about 2 months ago
JSON representation
This is an app developed with React Native, Firebase and ArduinoBLE TinyGPS++ libraries. Used components: GPS module (i used neo), microcontroller, a switch and finally a battery. Project aims to help people in distress with help of this app and the circuit we built.
- Host: GitHub
- URL: https://github.com/ahmetakgog/helpbeaconv2
- Owner: AhmetAkgog
- Created: 2025-05-10T17:52:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-26T18:09:40.000Z (about 1 year ago)
- Last Synced: 2025-06-21T08:01:47.986Z (12 months ago)
- Topics: arduino-library, emergency-response, microcontroller-programming, react-native-app, webview
- Language: Python
- Homepage:
- Size: 5.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
###NOTE### project.json and google-service.json not included
npm install
npx react-native run-android
If some of the libraries make trouble
go -> node_modules/specificlibrary/android/build.gradle
Add this line
buildFeatures {
buildConfig true
}
in to the files *android{}* block.
Also, if the same library makes trouble again, add their namespace in *android{}* block again if it doesn't exist already.