Making keyboard controlled RF Car

In summary, the speaker is working on a project to create a wireless controlled car with a remote keyboard and a mounted camera. They are seeking resources, particularly for USB interfacing and UPnP, but do not have a mentor to help. They have decided to break the project into parts, with the first objective being to create a long range transmitter and receiver with at least 500 meters of range using a micro-controller and computer. They plan to use a FSK circuit but are having trouble finding a construction for it, and are wondering if a simple FM modulator circuit can be used as FSK with a digital input.
  • #1
anonymoussome
59
0
I have embarked on my first real project of making a wireless controlled car. But here the remote is going to be my keyboard. I am also thinking of mounting a camera on its top for live feed.

Please suggest resources on everything, especially USB interfacing as I want it to be UPnP.
 
Engineering news on Phys.org
  • #2
Is no mentor here who could help me achieve my goal?

Anyways, I have decided to break up this project into parts.

The first objective is to make a long range receiver transmitter and receiver.
I aim to get at least 500 meters of range. For this I would be needing FM range or other VHF/UHF band. I plan to use micro-controller on the car and computer on the transmitter side.

So I think, I would need to employ a FSK circuit.

But I am not getting a FSK circuit constuction.

So can a simple FM modulator circuit be used as FSK, if its input is Digital?
 
  • #3


That sounds like an interesting project! There are a few things you'll need to consider in order to successfully make a keyboard controlled RF car.

First, you'll need to have a basic understanding of RF (radio frequency) technology and how it works. This will help you choose the right components and understand the limitations of your project.

Next, you'll need to decide on the type of RF module you want to use. There are many options available, such as Bluetooth, Wi-Fi, and RF transceivers. Each has its own advantages and limitations, so you'll need to research and choose the one that best fits your project requirements.

When it comes to interfacing with a keyboard, you'll need to use a microcontroller that can read the keyboard inputs and communicate with the RF module. Popular options for this include Arduino and Raspberry Pi. You can find plenty of tutorials and resources online for using these microcontrollers for your project.

For mounting a camera on top of the car, you'll need to consider the weight and balance of the car to ensure it can still move smoothly. You'll also need to choose a camera with the right specifications for live streaming, such as resolution and frame rate.

As for USB interfacing, you'll need to make sure your chosen RF module has USB compatibility and that you have the necessary drivers and software to communicate with it. You may also want to consider using a USB hub to connect multiple devices to your microcontroller.

In terms of UPnP (Universal Plug and Play), this is a protocol used for devices to automatically discover and communicate with each other over a network. You'll need to ensure that your RF module and microcontroller are compatible with UPnP and that you have the necessary software to implement it.

Overall, there are plenty of online resources and tutorials available for each aspect of your project. I would recommend doing some thorough research and planning before diving into the project to ensure a successful outcome. Good luck!
 
  • #4


That sounds like a really interesting project! The use of a keyboard as a remote control for the car is a unique idea. As for resources, there are a few things you may want to consider.

First, for the USB interfacing, you may want to look into using an Arduino board. Arduino boards are popular for DIY electronics projects and have built-in USB capabilities. There are many tutorials and resources available online for using Arduino for USB interfacing.

Second, for the live feed from the camera, you may want to look into using a Raspberry Pi. Raspberry Pi is a small, affordable computer that can be used for various projects, including live video streaming. Again, there are many tutorials and resources available online for using Raspberry Pi for live streaming.

Lastly, for the UPnP aspect, you may want to look into using a UPnP library or framework for your programming language of choice. UPnP (Universal Plug and Play) is a set of networking protocols that allows devices to discover and communicate with each other on a network. There are various libraries and frameworks available for different programming languages that can help with implementing UPnP in your project.

Overall, there are plenty of resources available online for each aspect of your project, and I would recommend doing some research and possibly reaching out to online communities for specific guidance and support. Good luck with your project!
 

1. How does a keyboard controlled RF car work?

A keyboard controlled RF car works by using a radio frequency (RF) transmitter and receiver to send signals from a keyboard to the car. The keyboard inputs are converted into radio waves and transmitted to the car's receiver, which then decodes the signals and moves the car accordingly.

2. What materials are needed to make a keyboard controlled RF car?

To make a keyboard controlled RF car, you will need a microcontroller (such as an Arduino), an RF transmitter and receiver, a motor driver, a motor, wheels, a power source (such as a battery), and a keyboard.

3. Can any keyboard be used to control the RF car?

No, not all keyboards can be used to control an RF car. The keyboard must have a USB or PS/2 port in order to connect to the microcontroller. Additionally, the keyboard should have enough keys for the desired functions of the car.

4. How do I program the microcontroller for the keyboard controlled RF car?

You will need to use a programming language, such as C or C++, to program the microcontroller. There are also many online tutorials and resources available to help guide you through the programming process. It is important to have a basic understanding of coding in order to successfully program the microcontroller.

5. Is it possible to add additional features or functions to the keyboard controlled RF car?

Yes, it is possible to add additional features or functions to the keyboard controlled RF car. You can program the microcontroller to respond to different keyboard inputs and perform different actions, such as turning on lights or playing music. You can also add sensors to the car to make it more interactive.

Similar threads

  • Art, Music, History, and Linguistics
Replies
12
Views
2K
Replies
2
Views
1K
  • Electrical Engineering
Replies
2
Views
2K
  • Electrical Engineering
Replies
1
Views
7K
Replies
3
Views
4K
  • Electrical Engineering
Replies
10
Views
2K
  • Electrical Engineering
Replies
1
Views
3K
  • Electrical Engineering
Replies
6
Views
4K
  • Electrical Engineering
Replies
7
Views
1K
Replies
1
Views
1K
Back
Top