MPU6050 Accelerometer Gyro Temperature icon MPU6050 Accelerometer Gyro Temperature Reads MPU6050 gyro, accelerometer and temperature via I2C, initializes and returns data on-demand to EZ-Script variables using ControlCommand RunOnce Try it →
Netherlands
Twitter YouTube
Asked — Edited

I have a question,

If i hook this up to my arduino, will i be able to configure it as a bluetooth COM-port so i can upload sketches to it via BT and send it serial data?


ARC Pro

Upgrade to ARC Pro

ARC Pro is more than a tool; it's a creative playground for robot enthusiasts, where you can turn your wildest ideas into reality.

Author Avatar
PRO
Canada
LinkedIn Thingiverse Twitter YouTube TikTok
#1  

While you can send the Arduino serial data with this bluetooth module no prob, you unfortunately won't be able to wirelessly upload sketches unless you can change the baud rate of the device.

You see the Arduino Duemilanove and SB Freeduino, due to the way the bootloader is programmed, need a serial communication at 57600 baud to accomplish a wireless upload. If you have an Arduino Uno it needs an even faster upload speed 115200 baud.

Another thing to consider is the reset, you maybe be able to use a transistor circuit attached to the Bluetooth RTS line to pull down the Arduino reset when needed for the serial transmission to go through. A tutorial here goes into more detail.

I would probably recommend xbee or Synapse Modules for doing this. Keep a sharp eye out on the Solarbotics website soon as we will be releasing a video on not only how to program your Arduino wirelessly but how to use your EZ-B at ranges of 500ft or greater outdoors (both using synapse modules)!