- This topic has 1 reply, 2 voices, and was last updated 14 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › pc controlled wireless spybot
i need serious assistance in developing the visual basic based control application for a wireless spybot. I need the code and the circuit for pc interfacing with the microcontroller (89c2051). The code must be in assembly language. email me at: [email protected] or call me at: 09807353087
circuitry is quite simple u need to attach RF Tx module(or the modeule which u using) to microcontroller and that micro controller to be interfaced with PC using RS232 in b/w u need a level converter max232/233
at the receiver end just connect your RX module to microcontroller and decode the data what you have send
for example i am send 0001 for forward from Tx
the at Rx end i need to make my microcontroller programme in such a logic that if i recieve 0001 then my machine should go to forward direction.