Welcome to the Navisor Debug repository! This project focuses on debugging the Navisor bike helmet accessory using Android and React Native. This accessory integrates with Map My India, enhancing navigation for bikers.
The Navisor bike helmet accessory is designed to improve the biking experience. It connects via Bluetooth Low Energy (BLE) to your smartphone, providing real-time navigation and safety features. This repository serves as a platform for debugging and enhancing the accessory's functionality.
Debugging is essential for ensuring that the accessory works seamlessly with the Map My India app. By identifying and fixing issues, we can enhance user experience and ensure safety while riding.
- Real-time Navigation: Access live maps and directions while riding.
- Bluetooth Connectivity: Connect your helmet accessory to your smartphone effortlessly.
- User-friendly Interface: Designed with React Native for smooth user experience.
- Safety Alerts: Get notifications for speed limits and other hazards.
To get started with the Navisor Debug project, follow these steps:
-
Clone the Repository:
git clone https://github.com/Jack-Mash/navisor-debug.git cd navisor-debug -
Install Dependencies: Make sure you have Node.js installed. Then, run:
npm install
-
Set Up Android Environment: Ensure you have Android Studio installed and set up. You will need to configure your Android emulator or connect a physical device.
-
Run the Application: Use the following command to start the application:
npm run android
Once the application is running, you can connect your Navisor helmet accessory via Bluetooth. Follow these steps:
- Enable Bluetooth on your device.
- Open the Navisor App.
- Connect to the Helmet: Navigate to the Bluetooth settings in the app and select your Navisor accessory.
- Start Riding: Use the navigation features to get directions while biking.
We welcome contributions to improve the Navisor Debug project. Here’s how you can help:
- Fork the Repository: Click the "Fork" button on the top right of this page.
- Create a New Branch:
git checkout -b feature/YourFeature
- Make Your Changes: Edit the code as needed.
- Commit Your Changes:
git commit -m "Add some feature" - Push to the Branch:
git push origin feature/YourFeature
- Create a Pull Request: Submit your changes for review.
To download the latest release of the Navisor Debug project, visit the Releases section. You will find the necessary files to download and execute.
If you want to keep track of updates, check the Releases section regularly.
This project is licensed under the MIT License. See the LICENSE file for more details.
This project covers a variety of topics related to biking and navigation:
- Android: The app runs on Android devices.
- Bike: Designed specifically for bikers.
- BLE: Utilizes Bluetooth Low Energy for connectivity.
- Bluetooth: Connects with your smartphone via Bluetooth.
- Map My India: Integrates with Map My India for navigation.
- React Native: Built using React Native for cross-platform support.
The Navisor Debug project aims to enhance the biking experience through improved navigation and safety features. By collaborating and contributing, we can make this project even better.
For any questions or suggestions, feel free to open an issue in the repository. Happy biking!