Bluetooth Car (ATtiny2313) controlled with Android phone
Uploader Comments (Uzzors2k)
Top Comments
-
@tchechno30 It would if someone made an iphone app for it, which I won't be doing. Unlike for Android, becoming an iphone developer is costly and requires a Mac computer. Bleh.
Video Responses
All Comments (41)
-
@Uzzors2k I was trying to work with usb module i gave power to USB bluetooth module and when i am searching it from PC its not detecting why is it so ??
-
Hello, I'm very interested in to use an Attiny2313 microcontroller with RN41 bluetooth but i don know how to do the connection :( ... I'm a beginner and I program only in assembly language, you code in the attiny is in C ???.
The big favor is could you tell me how I can to realize the connections and communications please ??
-
@dvigeant Certainly, you would just need to write a program to accept bluetooth commands in your RC car/computer. The Android app simply sends left/right/forward/reverse/etc over bluetooth, so what your bluetooth enabled device does based on the commands is entirely up to you.
-
Very nice. Would this layout work with a RC that already has front servo for left right control? Also, will program still work if only interested in directional and not the lights and such? I am doing a computer mod build inside the body of the RC and want to add bluetooth control ability to it with my Droid. I don't know the RC's size ratio but its 27" long by 12" wide.
-
what program you use?
-
haha hella cool
-
THIS IS AWESOME, your the man! using the 2313! screw arduino! BEAST!
-
@jcap623 Perhaps, but then I doubt you would be able to upload your app to the market, or install it on a non-jailbroken phone. Either way, I don't have an iPhone, so I'm not making an app for it. :-)
-
@Uzzors2k i'm no mac fanboy, but I know you can develop in windows as well, maybe not using the same sdk.
-
@jcap623 I checked just now, and the requirements are the same. In addition to 99USD per year just for a developers license, the following is required. And I quote: "You must have an Intel-based Mac running Mac OS X Snow Leopard to develop Mac OS X and iOS apps for the App Store."
-
@Uzzors2k I dont think thats the case anymore
-
@98568045 Nope, the bluetooth module I used was supplied ready to use.
-
Bro Uzzors2k, I installed your app. I just want to ask you, did you have to program the bluetooth module to interface with the ATtiny2313?
-
thanks bro
-
@98568045 Just search for BluCar on the market.
-
@Uzzors2k under which category bro? If possible can you help me provide link? Thanks bro
-
@98568045 I've exceeded my monthly bandwidth allowance so I can't look into it right now. I do have the application itself on the Android market though, so you can download it there.
-
Bro Uzzors2k last time I tried download the file you provided. but now i can't download anymore. I might deleted as well. Can you help me upload the file again?
-
hey guys, what programming language are you using for this project?
we are planning to make like this one for our project design.
can anyone explain me about this?
hello I am using 89v51rd2 and I am interested making similar project....
For this i have a plan to use USB bluetooth module at robo car side..
so for this I want to know that how should i connect USB bluetooth to serial port on car side.....
akshaydusane 1 month ago
@akshaydusane That's quite tricky to do, would require that you write a driver for your USB dongle. I told someone else recently that another approach is to buy a bluetooth headset, and send commands via DTMF.
Uzzors2k 1 month ago
@Uzzors2k but I am connecting dongle to CAR's end for that why drivers are necessary ?? I just referred to others sites to study this project...
from that i concluded that we hv to jst connect tx and rx pin of dongle to controller
correct me if i am wrong sir ??
akshaydusane 1 month ago
@akshaydusane Because USB dongles don't have RX and TX pins, just data +/-. You'll need to establish a USB connection with the dongle to use it (V-USB or similar), and then know which commands to send back and forth (drivers).
Uzzors2k 1 month ago
Hello, I'm very interested in to use an Attiny2313 microcontroller with RN41 bluetooth but i don know how to do the connection :( ... I'm a beginner and I program only in assembly language, you code in the attiny is in C ???.
The big favor is could you tell me how I can to realize the connections and communications please ??
MmardeCcopas 8 months ago
@MmardeCcopas You'll have to program the ATtiny2313 to use the UART hardware module, and handle Rx data received interrupts. Each data byte you receive from the bluetooth module contains all the information needed to determine what state the Android controller is in. I haven't programmed in assembly since learning C, so I can't help you with the programming aspect. Take a look at the C source code, and I'm sure you'll understand how the program functions.
Uzzors2k 8 months ago