Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add arduino code for bluetooth support. #542

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

dipu989
Copy link
Contributor

@dipu989 dipu989 commented Nov 19, 2019

Fixes #306

Changes:
Added Arduino code for Bluetooth support.

Checklist: [Please tick following check boxes with [x] if the respective task is completed]

  • I have used resources from strings.xml, dimens.xml and colors.xml without hard-coding them
  • No modifications done at the end of resource files strings.xml, dimens.xml or colors.xml
  • I have reformatted code in every file included in this PR [CTRL+ALT+L]
  • My code does not contain any extra lines or extra spaces
  • I have requested reviews from other members

APK for testing:
NA

@dipu989
Copy link
Contributor Author

dipu989 commented Nov 19, 2019

@mariobehling @jddeep @CloudyPadmal @adityastic
Please check if the logic I have written is what we expect from the app.

Copy link
Contributor

@CloudyPadmal CloudyPadmal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you test this on real devices? Shouldn't the USB function use Serial while the Bluetooth one uses SoftwareSerial?

@dipu989
Copy link
Contributor Author

dipu989 commented Nov 22, 2019

@CloudyPadmal After Bluetooth module's getting connected, it was unable to receive instructions for switching between different modes. I opened the PR to get the mistake pointed out and verify that the code that I have written is according to the expected logic or not!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Arduino code for bluetooth support
2 participants