Difference between revisions of "Quadrotor workshop 20130605"

Ododos (Talk | contribs)
(Created page with "{{Event |logo=Quadrotor.jpg |what=Quadrotor Workshop: Network sockets (part 2) |tagline=Yet another hackerspace.gr event! |eventowner=User:Ododos |from=2013/06/05 21:00:00 |till=...")
 
Ododos (Talk | contribs)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{Event
 
{{Event
 
|logo=Quadrotor.jpg
 
|logo=Quadrotor.jpg
|what=Quadrotor Workshop: Network sockets (part 2)
+
|what=Quadrotor Workshop: Networked prototype
 
|tagline=Yet another hackerspace.gr event!
 
|tagline=Yet another hackerspace.gr event!
 
|eventowner=User:Ododos
 
|eventowner=User:Ododos
Line 11: Line 11:
 
|country=Greece
 
|country=Greece
 
}}
 
}}
=Quadrotor=
+
 
 
Event coordinator for this Wednesday is: [[user:Ododos|Ododos]]
 
Event coordinator for this Wednesday is: [[user:Ododos|Ododos]]
  
Line 18: Line 18:
  
 
*Bring your laptop*
 
*Bring your laptop*
 +
== Aftermath ==
 +
* Added joystick input to udp client-server program
 +
* Decided to send joystick data as is (16bit signed integer) and do any post processing on board
 +
* Flashed Ubuntu image on Beaglebone, connected via ssh and uploaded udp server program
  
 
TODO
 
TODO

Latest revision as of 17:53, 6 June 2013

Quadrotor.jpg
Starts Organizer
Wed 05 Jun 2013 21:00
Ends Event Owner
Wed 05 Jun 2013 23:00 User:Ododos

Yet another hackerspace.gr event!





Event coordinator for this Wednesday is: Ododos

don't forget to check out the Project Page if you already haven't...



  • Bring your laptop*

Aftermath

  • Added joystick input to udp client-server program
  • Decided to send joystick data as is (16bit signed integer) and do any post processing on board
  • Flashed Ubuntu image on Beaglebone, connected via ssh and uploaded udp server program

TODO

  • Upload UDP client - server on github

Pre-Meetup:

  • Monday 21:00
    • Over irc (skmp will be in space)

WORKSHOP PLAN:

  • Incorporate joystick read functionality on client. We want to have a working joystick over UDP by the end of the session!
  • Activate checksum in UDP
  • Elaborate and decide on control message format and size (eg int, byte array, string :) etc)



KEYWORDS:

  • PWM, PPM, Servo control
  • Arduino usb interface
  • beaglebone
  • git/github
  • Qt
  • C
  • UDP