Main Menu

Ordering Shield

Started by SeanC, April 02, 2017, 01:29:05 PM

SeanC

Is it possible to use a bluetooth usb on my arduino and communicate with it and use your app to tune? Thanks!

hakcenter

The assumption is the bluetooth is communicating on the rx/tx pins on the arduino. If you use the serial code from the 2.0 common for the full standalone, the app should communicate.

If you're trying to use the usb connectiong and bluetooth from your laptop, no go there.
TS2009 Deḇarim 8:2
"And you shall remember that יהוה your Elohim led you all the way these forty years in the wilderness, to humble you, prove you, to know what is in your heart, whether you guard His commands or not.

SeanC

#2
Ok perfect. So a cheap Bluetooth module will work it seems.  Also how does the arduino connect to your shield? Going to order this week.

hakcenter

Not every bt module will 'work'

If you need BT programming you'll have to have one that's setup to reset the Arduino on BT connection otherwise you will not be able to program from a PC over bluetooth. Secondly the garbage collection will be quite intense on startup... unless you bypass a lot of the default communication parsing.

The only reliable module I ever got working was an HC-05. Which will also need to be programmed with the appropriate baud rates, stop bits, etc.
TS2009 Deḇarim 8:2
"And you shall remember that יהוה your Elohim led you all the way these forty years in the wilderness, to humble you, prove you, to know what is in your heart, whether you guard His commands or not.