problem of developing with arduino
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Andrea Cosentinio
el 8 de Jun. de 2017
Comentada: Kiat Nern Yeo
el 17 de Jun. de 2019
Hi everybody, my name is andrea and I'm trying to create a small home automation project. I would like to command LEDs via my android smartphone via arduino one, a hc-05 bluetooth module and the use of matlab (it would be better simulink). Using an application I would like to be able to connect to the bluetooth module and to control my LEDs. I managed to do the skecth with the arduino software, but with matlab I'm having some problems. I absolutely have to develop the program on matlab, on the request of my teacher who will be present at the exam !!!! Help me guys !!
0 comentarios
Respuesta aceptada
Swaroop Mishra
el 20 de Jun. de 2017
Bluetooth support is not there currently in the support packages for Arduino and Android.
If you want to do it only using MATLAB, you will need an Android app running on the Android phone. From there you can send data to MATLAB via TCP/UDP. In MATLAB, listen to the TCP/UDP messages from the Android. Based on the message received on the phone, send the command to the Arduino.
1 comentario
Kiat Nern Yeo
el 17 de Jun. de 2019
Hello. Does this work on a private and secured network, but without any connection to the internet ? Meaning both devices, the android and arduino, are connected to the same router, but the router is not connected to the internet.
Looking forward to your reply !!
Best regards !
Más respuestas (1)
Andrea Cosentinio
el 25 de Jun. de 2017
Editada: Andrea Cosentinio
el 25 de Jun. de 2017
0 comentarios
Ver también
Categorías
Más información sobre MATLAB Support Package for Arduino Hardware en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!