Flexlab is computer science and informatics new laboratory for experimental technology exploration at RUC. Here we no longer think of the computer as a gray box on a desk, but as software embedded in the things we interact within our daily lives. In the lab, students, researchers, and stakeholders can work together to create experiments that go beyond the computer. Right now, drones and robots are being experimented with, as well as virtual reality experiences are being developed. The rooms are planned to be flexible from the start so that it can be re-arranged quickly to suet the needs when new technological issues are to be researched. We offer a space to be technologically explorative, speculative and critically reflective of how technology can and should behave in the future as part of our daily life.
projects!

DroneCommander
DroneCommander is a tiny application thats makes it easy to send commands to the Tello Drones. It is a good way to learn how the Tello SDK works. It allows you to easily send commands to the drone and receive a reply back from the drone. (more…)

ESP32 controlled Tello Drone
Control the Tello Drone with a microcontroller. the functionality in encapsualtd in a classed that makes it really simple to communicate with the drone.
(more…)

Rawdata-app.ruc.dk: Publish your content
A description of how to publish a .NET core project on the webserver rawdata-app.ruc.dk. (more…)

Tello Drone JAVA API
The Tello drone can be connected to almost any programming language through a simple UDP connection. The drone opens a wifi connection and the device running your code need to be connected to that. UDP connection allows us to control the drone through a set of commands described in the Tello SDK 1.3.0.0.
https://github.com/flexlab-ruc/TelloDroneJavaConnect