Let me know if I should make two posts...
-
I'm using the Bluetooth tutorial passthrough code on an Arduino and a
Bluesmift Mate Silver using the SoftwareSerial libraries and TX/RX on pins
D8&D9. On an Arduino Uno things work great. On an Arduino Mini Pro 3.3v
system, I'm getting nuttin (running the same sketch). Any reason an
Arduino Mini Pro 3.3V wouldn't/couldn't be driving the Bluesmirf? -
My target application is a count-down timer, with some piezo buzzers
using the 'tone/noTone' and 'delay' functions. The count-down timer is using
Timer1, and overflows (calls ISR) @ 1hz. I'm outputting seconds
remaining till 'event end' via SoftwareSerial through the Bluesmirf. During
those brief times that I'm using 'tone()', 'noTone()' and 'delay()' functions I
get some garbage in the bluetooth stream. The time it takes those tone/noTone/
delay functions to complete is .5~4.0 seconds but the ISR continues to run @
1hz (I have a blinky-LED). Any suggestions of how better do things (or debug
what's going on)?
Thanks!
-U4-