uhh i think HC-06 puts /n s to end of charcters. i cant make my project work with HC-06. everything works but Arduino A (tinybasic) doent proccess them. they just going to screen. its connected to Arduino A but nothing really happens
Post your code at least, and evidence of your claim of added /n
The HC06 simply passes on serial data, it adds or takes nothing. What comes out is what went in. If there are line feeds (\n) in your data, the sender put them there. So we need to see the sender code, too.
i mean Arduino RX ---- HC-06 TX connection (i dont connect tx because i dont need and result gonna shown on another arduino that handles display)
My money is on the former. Bluetooth serves about the same purpose as water pipe, and is totally innocent . [quote="gaouser, post:5, topic:1030831"]
i dont connect tx because i dont need
[/quote]
This might be the problem.
i mean arduinos tx
Are you meticulously following this? https://create.arduino.cc/projecthub/RucksikaaR/interfacing-the-hc-06-bluetooth-module-with-arduino-f9c315
For datasheet etc. you can see here too: HC-06 Bluetooth Module Pinout, Datasheet, Features & Applications - The Engineering Projects
i know all of them the diffrence is i have used hardware serial and i dont care about pc send values
You were asked in Post 3
Post your code at least, and evidence of your claim of added /n
Can you please do that.
no code needed also "/n"s are just i think. bluetooth never send a true string. actually hardware serial ends by an /n that says it end of line. but bluetooth doesnt have any of those or adds between all chars
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.