Upcoming maintenance
Dear Customers and Partners.
This website will be undergoing scheduled maintenance on June 14, 2023. Please be aware there may be disruption to the developer portal website and associated services during the scheduled maintenance period.
This upgrade is essential to ensure the continued performance, reliability, and security of Developer World.
We apologize for any inconvenience.
Bluetooth Baudrate
-
We tried transferring data from spresense board to HC05 through arduino platform but the baudrate didn't match. we tried 9600 and 115600 ,we didn't get correct output. Could you please suggest us the correct baudrate for data transfer?
This is the program we gave
This was the output we got for the above program!!!!!!
-
Hi @kiruthika,
You can try to use a Hardware Serial which is on pins 0 and 1 using
Serial2
.Do you have operating voltage set on Spresense to 3.3V? See: https://developer.sony.com/develop/spresense/docs/hw_docs_en.html#_setting_operating_voltage
Best Regards,
Kamil Tomaszewski