Hi! I'm trying to create a mobile application through MIT App Inventor that sends an alarm schedule and/or data to the Arduino through Bluetooth.
Will it be possible to do so? If yes, may I ask help with the code blocks? Thanks for the help!
Hi! I'm trying to create a mobile application through MIT App Inventor that sends an alarm schedule and/or data to the Arduino through Bluetooth.
Will it be possible to do so? If yes, may I ask help with the code blocks? Thanks for the help!
Here are some starter guides ...
Regarding your app, here are some questions for you ...
Hi! We'll be using the ATMega328P to store the data. Then we'll use the HC05 Bluetooth Module to send data from mobile application to the ATMega328P or Arduino.
The alarm can be set through the mobile application along with some alert message or data then buzzer will ring. No LCD display. We're thinking of multiple alarm schedules daily (E.g. Alarm set at 8 AM for MWF, Alarm set at 12 NN for MWF, etc.)
Thank you for the help!
Consider designing a query/response syntax for messages from AI2 to your device, taking into account message size limits for the HC05.
For schedule event creation, you already have a head start, like
Please tell me how to do that app