Hi ahve tried again this project using libraries from your package and all leds are turned on. I'm using 8x32 led matrix. It seems bluetooth is working correctly but once all leds are on I can't see any message.
Hi, first you need to go to goo.gl/RUpzQf. There, you will find 3 folders. The accurate code is in the folder Arduino_BT_to_LED_Display. However the other 2 folders are also needed to compile the Arduino_BT_to_LED_Display.ino code. They are actually the library files and need to be install into your PC to compile the accurate code. HC-05 works just similarly as the HC-06. Thanks!
Really it is very amazing project. when it is active showing here "welcome". After sending any kind of text via bluetooth, showing here different text(Like if sending "Bluetooth" it's showing " ÿô ". Anticipating your suggestion.
Thk u I tried today from moring 2 am .I failed nearly more than 60 times .And I passed in 61th attempt by modifying ur old code with MD_MAX72xx HARDWARE::FC16_HW MD_MAX72xx(HARDWARE,cs,maxdevice). And tantadan it worked.Actually I made my own matrix .Hence i was crying lot.And finally u came like god to me to show the path.
Greetings Nudge Me! I did all the correct procedure and connections but did not find the bluetooth device; I have the HC-05 and the HC-06 but can not find any - what can it be? The code is correct because it showed "Mula" in the Serial Monitor; Thank you
Daniel Fernandes Hi, i guess you might have missed the pairing step between your phone and the HC-06. Watch this video ruclips.net/video/MBs023AoHQk/видео.html and go to minute 2.17 to 2.33 to see the required step. This step is required one time only; once you have paired the particular BT module, it will permanently appear in the app each time you launch it until you delete it manually through the phone's BT setting menu. In this video I have skipped the step and that's maybe why i think you have missed it.
Thank you for answering my friend! I made the pairing! Connected succesfully But it does not send (SEND) the message; always stay at the Welcome! If you can give me any tips, I'd appreciate it; if not I'll try here; thank you
Yes! I'm suspecting that my module is burned or something; But the interesting thing is that the bluetooth is recognized on the cell phone and the module light flashes intermittently slower. Do you have any way to test the module? Once again, thank you.
There are types of Bluetooth modules that blink when not connected and keep blinking even after connected (with a slower blinking rate), and there are that light up without blinking after the connection is established. So I believe that your Bluetooth module is working fine, and maybe it's caused by something else. OK try to do like this: Connect USB cable between Arduino and your PC, open Arduino IDE, then open Serial Monitor on the Arduino IDE, then try to send any word/letters to the Arduino using the Serial Monitor, then see what happens. The Arduino should display those letters on the LED module once it receives the characters from the IDE.
Daniel Cunha What do you mean by display the message one time? Do you mean the message needs to be displayed for 1 cycle then it disappears? Because the matrix LED works by displaying the last received message that is sent once and maintains the display as long as it doesn't receive any new message. If the answer is yes, then the simplest way is to implement timer or counter that makes the particular message is displayed as long as the timer or counter does not reach a certain limit and when it does, then the Arduino will automatically display blank message. Hope this helps. Thanks!
Hey this is fantastic, well done! I have put together everything and have the words 'Welcome!' scroll across the screen. Also using BT Terminal, I have message in the big black window - 'Connected Successfully' - so the module is visible to my phone. When I try and send text it shows what I typed and says 'Sent:' - However it has absolutely no effect on the matrix words. Any ideas how to get my bluetooth talking to my display? Do I need to worry about having overloaded the Bluetooth or anything? By all accounts the Bluetooth Module looks okay, it has flashing red and blue light when not connected, both of these go solid when it says I am connected...
Mike Smith Hi, did you get any return text in big black window after the text is sent? The return text actually indicates that the Arduino has successfully received the text sent to it. So if you didn't, try to check the connection of the RX and TX pin between the Bluetooth module and the Arduino is correct, which TX of BT module should go to the RX pin of the Arduino and vice versa.
Thanks for the quick reply, sorry have been away. So originally there was no text return at all, however the next day it began fully functioning, sending text and all to the matrix! However yesterday it was back to square one, not working again. I have checked all connections including UNO RX to BT TX and vice versa, can find no reason it has stopped working again. Would you recommend trying another bluetooth module? I have a BT 4.0 HM-10 bluetooth module sitting around, would I need to adjust the Arduino code or app used to get that one working on this project?
Mike Smith Hi, sorry for late replying. Using HM-10 makes you utilize the Bluetooth Low Energy (BLE) technology, and it seems that it is a bit different from the Bluetooth Classic, as described by Martyn Currey at www.martyncurrey.com/hm-10-bluetooth-4ble-modules/: "BLE is not an upgrade to Bluetooth Classic, it is a different system with different intended uses. BLE works in a very different way to the earlier Bluetooth. BLE is designed for low energy applications and achieves this by using infrequent small packets of data. It is not really designed for continuous connections and large amounts of data. For this, Bluetooth Classic is a better choice. In essence, BLE achieves its low power consumption by not being connected very often, unlike Bluetooth Classic which maintains a constant connection." To learn more on this BLE matter, I recommend you to go to the above website as it explains alot there. I believe the reason for your inconsistent Bluetooth data transfer is caused by the BLE module, and if possible, try to use the classic HC-05 or HC-06 Bluetooth module and see the result. Hope this helps. Thanks.
Hi, I don't know why my video description above became truncated. Actually this is the full version of the description: This video demonstrates the steps to build a remote-controlled LED matrix display module, using Android device as the controller. The scrolling text on the LED module was written using BT Serial Terminal available on Google Play. The BT module used in the video is HC-06 while the display is MAX7219 based LED display module. You may get the Arduino code and corresponding libraries here: goo.gl/RUpzQf. Note that I did not build the code entirely by myself, but just modified the code from the others using Parola Matrix library to make this work with Bluetooth communication; many thanks to the original writer of the code. (Updated on 26 Dec 2017) Now you can have the connection diagram for the above circuit here: goo.gl/XzMkoG. Thank you. BT Serial Terminal: goo.gl/Nqg7rx
Hello, this circuit and code works with any boards of Arduino. You just need to change the Arduino boards via Tools -> Board menu and choose Arduino Nano. Be sure to select the correct COM port as well. Good luck!
permisi gan mohon maaf kan pin rx tx yang diarduino ane rusak... ane mau tanya cara set software serial dikodenya agan bagaimana ya ? Ane belum ketemu dikodenya agan yang nunjukkin rx tx
Ok begini. Tambah di atas sekali #include SoftwareSerial mySerial(A2, A3); Kemudian pada bahagian void setup(){ tambahkan mySerial.begin(9600); mySerial.println(" Kode dimulakan... "); itu aja. Sekarang kamu bisa menggunakan pin A2 sebagai pin RX dan pin A3 sebagai pin TX. Maka hendaklah kamu menyambung pin TX dari Bluetooth module ke pin RX Arduino iaitu pin A2 manakala pin RX dari Bluetooth module ke pin A3. Harap itu membantumu. Makasih.
As far as I know, WS2811 is an RGB LED strip, which lights LED in red, green or blue. It is not a Matrix Display hence cannot display text on it. So the programming/code would be different.
cool......Hi i followed to your code and bluetooth app..i got the scrolling msg in matrix but when i m trying to send the data via bluetooth app then m not getting msg whatever i m sending ,instead of msgs am getting garbage value..m using hc-06 bluetooth plz anyone help me..
Hi, yes. All you need to do is go to this line: int speed1 = 30; and replace the 30 with any lower value you like. Alternatively, you can use a variable resistor to do the scrolling speed control. Connect a variable resistor to pin A5 of your Arduino and comment 4 lines in the code and uncomment 3 lines as stated in the code given.
Hi, first you need to go to goo.gl/RUpzQf. There, you will find 3 folders. The accurate code is in the folder Arduino_BT_to_LED_Display. However the other 2 folders are also needed to compile the Arduino_BT_to_LED_Display.ino code. They are actually the library files and need to be install into your PC to compile the accurate code. Thanks!
I made the project and everything works great. Thank You!
You are welcome. I am so glad it helped you :)
i found an error in code arduino help me please
Pake bluetooth hc05 bisa?
Hi ahve tried again this project using libraries from your package and all leds are turned on. I'm using 8x32 led matrix. It seems bluetooth is working correctly but once all leds are on I can't see any message.
Permisi mas mau tanya 5v yang di max7219 dengan 5v hc06 itu digabungin ? Terimakasih mas
error show in code like md_parola p=md_parola(cs_pin, maxdevices);
error is like="nonmatching function for call md_parola:md_parola(int, int)
Sir code working fine. Sir..
But display in mirror sir..
How to change it sir..
Pls guide me sir
hello !.. where shall I paste the Programs and Files those are Provided .. I'm facing difficulties need your help
Great Job! Please would you mind to send the android code? Thanks!
hello friend, there are many code in this clasor which one and ı have hc 05 module hc05 is it woks?
Hi, first you need to go to goo.gl/RUpzQf. There, you will find 3 folders. The accurate code is in the folder Arduino_BT_to_LED_Display. However the other 2 folders are also needed to compile the Arduino_BT_to_LED_Display.ino code. They are actually the library files and need to be install into your PC to compile the accurate code.
HC-05 works just similarly as the HC-06. Thanks!
ok done, thanx, how can ı fix turkish character problem
hi it is a very amazing project i really liked it keep up the good work can you please tell me how to connect the wires... thank you.
Hi, you can find the circuit diagram for the above project here: goo.gl/XzMkoG.
Have a nice day :)
Nudge Me thanks alot... 😊😊😊
*Brother please send Circuit Diagram i am waiting. THANKS*
Really it is very amazing project. when it is active showing here "welcome". After sending any kind of text via bluetooth, showing here different text(Like if sending "Bluetooth" it's showing " ÿô ". Anticipating your suggestion.
+shafik aman Maybe you should untick the 'Append CR When Sending' option in the Settings menu?
I did tick and untick both, but it showing same............
Bro connect the Bluetooth to +5v using breadboard ull get the out put
Bro this doesn't work with new version of mamax72xx pls help
Really? Did you try it with MAX7219?
Thk u I tried today from moring 2 am .I failed nearly more than 60 times .And I passed in 61th attempt by modifying ur old code with
MD_MAX72xx HARDWARE::FC16_HW
MD_MAX72xx(HARDWARE,cs,maxdevice).
And tantadan it worked.Actually I made my own matrix .Hence i was crying lot.And finally u came like god to me to show the path.
Thank u a lot.Can u make a video with GSM interfacing led matrix
Very good
How to insert in the code, accented characters like Á, Ã, É, Ó, Ô, Ç, etc ... Thank you
Maybe it depends on the phone's keyboard that you use. Try to insert smileys and see either they are displayable or not.
Text can't save...?
Hoola !!
Could you please teach me how to install the codes (bluetooth) to arduino.
Thank you!!
Greetings Nudge Me!
I did all the correct procedure and connections but did not find the bluetooth device;
I have the HC-05 and the HC-06 but can not find any - what can it be?
The code is correct because it showed "Mula" in the Serial Monitor;
Thank you
Daniel Fernandes Hi, i guess you might have missed the pairing step between your phone and the HC-06. Watch this video ruclips.net/video/MBs023AoHQk/видео.html and go to minute 2.17 to 2.33 to see the required step. This step is required one time only; once you have paired the particular BT module, it will permanently appear in the app each time you launch it until you delete it manually through the phone's BT setting menu. In this video I have skipped the step and that's maybe why i think you have missed it.
Thank you for answering my friend!
I made the pairing! Connected succesfully
But it does not send (SEND) the message; always stay at the Welcome!
If you can give me any tips, I'd appreciate it; if not I'll try here; thank you
Daniel Fernandes Are you sure that you have connected the Bluetooth module's TX pin to Arduino's RX pin and vice versa?
Yes! I'm suspecting that my module is burned or something;
But the interesting thing is that the bluetooth is recognized on the cell phone and the module light flashes intermittently slower.
Do you have any way to test the module? Once again, thank you.
There are types of Bluetooth modules that blink when not connected and keep blinking even after connected (with a slower blinking rate), and there are that light up without blinking after the connection is established. So I believe that your Bluetooth module is working fine, and maybe it's caused by something else. OK try to do like this: Connect USB cable between Arduino and your PC, open Arduino IDE, then open Serial Monitor on the Arduino IDE, then try to send any word/letters to the Arduino using the Serial Monitor, then see what happens. The Arduino should display those letters on the LED module once it receives the characters from the IDE.
Hi. Congratulation for this project. I would like to know what I need to do to display the sent message only one time on matrix led.
Daniel Cunha What do you mean by display the message one time? Do you mean the message needs to be displayed for 1 cycle then it disappears? Because the matrix LED works by displaying the last received message that is sent once and maintains the display as long as it doesn't receive any new message. If the answer is yes, then the simplest way is to implement timer or counter that makes the particular message is displayed as long as the timer or counter does not reach a certain limit and when it does, then the Arduino will automatically display blank message. Hope this helps. Thanks!
Nudge Me , yes this is exactly what I was intended to do. I'll try to develop the code and I'll let you know about it.
Daniel Cunha Good luck mate!
No working code on my device FC16
it can be wired?
Kalo tampilan tulisannya beda2 gmna gan .....
in diagram.,why +5v and ground are not connected..
Just connect all the +5V together and GND together.
Hey this is fantastic, well done! I have put together everything and have the words 'Welcome!' scroll across the screen. Also using BT Terminal, I have message in the big black window - 'Connected Successfully' - so the module is visible to my phone. When I try and send text it shows what I typed and says 'Sent:' - However it has absolutely no effect on the matrix words.
Any ideas how to get my bluetooth talking to my display? Do I need to worry about having overloaded the Bluetooth or anything? By all accounts the Bluetooth Module looks okay, it has flashing red and blue light when not connected, both of these go solid when it says I am connected...
Mike Smith Hi, did you get any return text in big black window after the text is sent? The return text actually indicates that the Arduino has successfully received the text sent to it. So if you didn't, try to check the connection of the RX and TX pin between the Bluetooth module and the Arduino is correct, which TX of BT module should go to the RX pin of the Arduino and vice versa.
Thanks for the quick reply, sorry have been away.
So originally there was no text return at all, however the next day it began fully functioning, sending text and all to the matrix!
However yesterday it was back to square one, not working again. I have checked all connections including UNO RX to BT TX and vice versa, can find no reason it has stopped working again. Would you recommend trying another bluetooth module? I have a BT 4.0 HM-10 bluetooth module sitting around, would I need to adjust the Arduino code or app used to get that one working on this project?
Mike Smith Hi, sorry for late replying. Using HM-10 makes you utilize the Bluetooth Low Energy (BLE) technology, and it seems that it is a bit different from the Bluetooth Classic, as described by
Martyn Currey at www.martyncurrey.com/hm-10-bluetooth-4ble-modules/:
"BLE is not an upgrade to Bluetooth Classic, it is a different system with different intended uses. BLE works in a very different way to the earlier Bluetooth. BLE is designed for low energy applications and achieves this by using infrequent small packets of data. It is not really designed for continuous connections and large amounts of data. For this, Bluetooth Classic is a better choice. In essence, BLE achieves its low power consumption by not being connected very often, unlike Bluetooth Classic which maintains a constant connection."
To learn more on this BLE matter, I recommend you to go to the above website as it explains alot there.
I believe the reason for your inconsistent Bluetooth data transfer is caused by the BLE module, and if possible, try to use the classic HC-05 or HC-06 Bluetooth module and see the result. Hope this helps. Thanks.
hi, i love what you have done on this project. i can't seem to access the codes link,can share the codes?
Hi, I don't know why my video description above became truncated. Actually this is the full version of the description:
This video demonstrates the steps to build a remote-controlled LED matrix display module, using Android device as the controller.
The scrolling text on the LED module was written using BT Serial Terminal available on Google Play. The BT module used in the video is HC-06 while the display is MAX7219 based LED display module.
You may get the Arduino code and corresponding libraries here: goo.gl/RUpzQf. Note that I did not build the code entirely by myself, but just modified the code from the others using Parola Matrix library to make this work with Bluetooth communication; many thanks to the original writer of the code.
(Updated on 26 Dec 2017) Now you can have the connection diagram for the above circuit here: goo.gl/XzMkoG.
Thank you.
BT Serial Terminal:
goo.gl/Nqg7rx
@@nudgeme4844 i really cant access it can you send me the codes in docs form
thanks for fast reply
Does this work with arduino nano? could you help me with the code for arduino nano please.
Your work is sensational, very good, congratulations.
Hello, this circuit and code works with any boards of Arduino. You just need to change the Arduino boards via Tools -> Board menu and choose Arduino Nano. Be sure to select the correct COM port as well. Good luck!
permisi gan mohon maaf
kan pin rx tx yang diarduino ane rusak... ane mau tanya cara set software serial dikodenya agan bagaimana ya ? Ane belum ketemu dikodenya agan yang nunjukkin rx tx
Ok begini.
Tambah di atas sekali
#include
SoftwareSerial mySerial(A2, A3);
Kemudian pada bahagian void setup(){
tambahkan
mySerial.begin(9600);
mySerial.println("
Kode dimulakan...
");
itu aja. Sekarang kamu bisa menggunakan pin A2 sebagai pin RX dan pin A3 sebagai pin TX. Maka hendaklah kamu menyambung pin TX dari Bluetooth module ke pin RX Arduino iaitu pin A2 manakala pin RX dari Bluetooth module ke pin A3.
Harap itu membantumu. Makasih.
makasih banyak kak.. berarti yang kode dari agan kata kata yang mengandung kata serial diganti dengan myserial ? Maaf klo aku salah
amazing project!
Malik Mohrat Thank you!
Ws2811 support in this code sir
As far as I know, WS2811 is an RGB LED strip, which lights LED in red, green or blue. It is not a Matrix Display hence cannot display text on it. So the programming/code would be different.
No preview available code error notepad code send me pls
cool......Hi i followed to your code and bluetooth app..i got the scrolling msg in matrix but when i m trying to send the data via bluetooth app then m not getting msg whatever i m sending ,instead of msgs am getting garbage value..m using hc-06 bluetooth
plz anyone help me..
+Shashank Trivedi Hmm so weird. Did you follow exactly the app setting suggested in the video?
yes I followed your app and setting also.
Hello shashnak ur using hc-06 right I instead of connecting vcc of Bluetooth to 3.3v connect it to 5v.U will get output right
great project really good
Gyanaranjan Panda Thanks!
very good project 👍
Derda Yatar Thank you :)
Error : MD_Parola P = MD_Parola(CS_PIN, MAX_DEVICES);
Hey, i have code of this project please. Thank you
Get it here: goo.gl/RUpzQf. Thanks!
Thanks a lot
+touré amadou basse You are welcome :)
Ty brother ❤️❤️
+Rakesh Roy You are welcome :)
can i reduce the speed of scrolling
Hi, yes. All you need to do is go to this line:
int speed1 = 30;
and replace the 30 with any lower value you like.
Alternatively, you can use a variable resistor to do the scrolling speed control. Connect a variable resistor to pin A5 of your Arduino and comment 4 lines in the code and uncomment 3 lines as stated in the code given.
this app is not working with hc05
Bro can u send me the voltage rating behind ur Bluetooth device . Because it really matters
BRO CODE SHOWING ERRORS
Hi man... Can you send me the code?!
Hi, it's stated in the video description above.
hello sir .. its amazing project.. pz send me arduino code. plz send me
Can i send symbols
+Anup B H Gowda Yes, you can.
Very good project pls send me code
Raju Dasgupta Hi, the code is provided through the link in the video description above.
there is many codes...please send accurate code for this project
Hi, first you need to go to goo.gl/RUpzQf. There, you will find 3 folders. The accurate code is in the folder Arduino_BT_to_LED_Display. However the other 2 folders are also needed to compile the Arduino_BT_to_LED_Display.ino code. They are actually the library files and need to be install into your PC to compile the accurate code. Thanks!
+👍I received the gmail box, thank you for the code, I wish you a happy life
can you send me your code to me
goo.gl/RUpzQf
+62 😊
NIE DZIAŁA
What blue tooth module was used please ?
hd2kill Hi, it's HC-06 Bluetooth module.
@@nudgeme4844 bt Hc-05 work nhi karega kya
Can I use bt hc05 or not
not working. i am using hc 05 bluetooth module everthing is ok but display not showing
Please recheck your tx and rx terminal of the Bluetooth module