• RC joystick live stream 1
  • RC joystick live stream 2

RC joystick live stream

Sends 12bytes signals that include two joystick's X, Y cordinates and 3 buttons click state
via UDP or Bluetooth to control RC car. Program can recieve and display Grayscale Image Stream via UDP [PhoneIpAddress:StreamPort]. Stream bytes array's 1 byte contains one pixel data. Image resolution must be 160x120. You can use this program to control your arduino, raspberry, ioio projects.
Fill free to comment your ideas.
Update:
I released new version to BETA. In this version:
* Image stream packet changed. I added some bytes to beginning of the UDP packets. If first byte is "1" then convert 2,3nd bytes to unsigned integer and it defines width of the image. and 4,5th bytes defines height of the images other bytes are defines image's pixels. If first byte is "0" then other bytes are define image's pixels.
* Added mjpg-streamer and configure car project's IP and stream port. Application uses webView to show http://carip:streamport/stream_simple.html. You can modify stream_simple.html file.

Category : Tools

Related searches

Reviews (1)

dja. c. Dec 8, 2017     

how to read stream joytick data over python