Timeline for How to send and receive multiple integer values through serial comm for Arduino Micro and HC05 bluetooth?
Current License: CC BY-SA 4.0
8 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Aug 27, 2020 at 19:29 | comment | added | Nahian Rifaat | @jsotola , arduino micro to arduino micro. Sending the values of gyroscope sensor and voice command flag. I wanna move the mouse cursor using that data. | |
Aug 27, 2020 at 0:14 | comment | added | jsotola | where are you sending the serial data? | |
Aug 26, 2020 at 17:45 | answer | added | Miloš Radić | timeline score: 1 | |
Aug 26, 2020 at 15:47 | comment | added | Nahian Rifaat | @Juraj , I have been trying wireless communication using Serial but not Serial1. Is that the reason I am unable to send? Also, the question still remains how I can send, receive and parse the data to be sent in the format <2,3,4,5> | |
Aug 26, 2020 at 15:36 | comment | added | Juraj♦ | there is USB named Serial and UART named Serial1. pins RX/TX are Serial1 | |
Aug 26, 2020 at 15:32 | comment | added | Nahian Rifaat | @Juraj , I need to monitor the values since the transmission is so fast and needs the least latency possible. Besides, I could never get my bluetooth modules to work on hardware serial. Please provide me with a demo code or some link. Are there two hardware serial on Arduino Micro? I'm not sure. Please enlighten me. | |
Aug 26, 2020 at 15:22 | comment | added | Juraj♦ | why do you use SoftwareSerial? Micro has Serial1 for RX/TX pin | |
Aug 26, 2020 at 15:09 | history | asked | Nahian Rifaat | CC BY-SA 4.0 |