Output data using bluetooth

Post Reply
verovan
Posts: 1
Joined: Tue Jan 19, 2016 12:58 am

Output data using bluetooth

Post by verovan »

Hi, community!

I'm newbie with Multiwii. I am trying to make an experiment with some sensors and a bluetooth. I need a that my PIR sensor sends some data via bluetooth to my mobile.
Serial.print('') is not available in Multiwii, so I red in some entries in the forum that the debug are uses instead. Those debugs can send data via bluetooth? That is my question... Or maybe I need to use other protocol to send them to my mobile?

Thanks in advance. Sorry for my English. I will appreciate a lot any helpful answer.

User avatar
Hamburger
Posts: 2578
Joined: Tue Mar 01, 2011 2:14 pm
Location: air
Contact:

Re: Output data using bluetooth

Post by Hamburger »

look for the lcd_* functions in lcd.h
Some push output over the serial interface just like printf()

Post Reply