-
Notifications
You must be signed in to change notification settings - Fork 1
IoT
Minji Kang edited this page May 12, 2021
·
6 revisions
Mood light made of Arduino and connected to Android.
- Arduino nano V3
- LED (7 SMD RGB LED)
- Bluetooth module (HC-06)
- Galaxy
- Lamp case made of 3D printing.
- Simple Architecture
- Connect the Arduino nano board to the laptop.
- Connect the LED sensor and Bluetooth module to the board.
- Write a code for LED sensor operation in Arduino IDE using a laptop.
- Add two permissions to AndroidManifest.xml in Android Studio on your laptop.
- Writes code to IoTFragment.java in Android Studio.
-
Obtain and save the UUID of the Android device to be used.

-
Save the MAC address of the Bluetooth module.

-
Code which data to pass to the Bluetooth module when the app presses which button.
-