I have started on a project where i am having a battery powered sensor, i bought the sparkfun fuel gauge and wired it up and its works fairly accurately apart from the voltage and charger percentage goes a little bit over full capacity. I am using lucadentella's library and i am not exactly sure how to change the capacity of the battery to give better results.
My next problem and the more important one is that i would like to send the data from the arduino to an andriod device regarding the battery information. i have managed to get it sent via serial monitor, but not Bluetooth. i am struggling with this so any help would be much appreciated
Thank you
csykey:
. i am struggling with this so any help would be much appreciated
Post the code you are struggling with.
And when posting code please use the code button </>so your code looks like this
and is easy to copy to a text editor See How to use the Forum
...R
csykey:
i have managed to get it sent via serial monitor, but not Bluetooth.
In that case it is probably just a matter of getting the correct procedure - then connect bluetooth and go. No change to existing code is required. You might find the following background notes useful
http://homepages.ihug.com.au/~npyner/Arduino/GUIDE_2BT.pdf
http://homepages.ihug.com.au/~npyner/Arduino/BT_2_WAY.ino
In the immortal words of some guru on this forum, bluetooth is just "serial without wires"