Controlling Arduino from Your Phone: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
*MIT AppInventor and serial bluetooth module [https://www.instructables.com/How-control-arduino-board-using-an-android-phone-a/]/ 6 years old.
*MIT AppInventor and serial bluetooth module [https://www.instructables.com/How-control-arduino-board-using-an-android-phone-a/]/ 6 years old.
*Arduino with phone - just using a HC-06 bluetooth serial communication module. Just pairing does it!
*Arduino with phone - just using a HC-06 bluetooth serial communication module. Just pairing does it!
*Review of bluetooth modules - [https://www.intorobotics.com/pick-right-bluetooth-module-diy-arduino-project/#:~:text=Like%20the%20HC%2D05%2C%20the,HC%2D06%20would%20work%20fine.]
*Blynk has a joystick widget. [https://docs.blynk.io/en/blynk.apps/widgets]

Latest revision as of 22:43, 15 November 2021

  • Use ethernet shield and Blynk app 'first IoT app in 5 minutes' [1]
  • MIT AppInventor and serial bluetooth module [2]/ 6 years old.
  • Arduino with phone - just using a HC-06 bluetooth serial communication module. Just pairing does it!
  • Review of bluetooth modules - [3]
  • Blynk has a joystick widget. [4]