An intuitive app developed to control Unmanned Arial vehicles (UAVs), along with proximity object detection. Winner (Singapore), NASA SpaceApps challenge, 2019.
The challenge we tackled is here.
Developed alongside SpaceApps-Drone-Inject
, located here.
Communication is done via websockets between the flutter application(client) and the RPi(server), so make sure you change HOST (both in
flutterDistanceCommunicate.py
andclientWebSocket.dart
) to your particular private IP address, and ensure both the Pi and the flutter mobile app are connected to the same network.âš Make sure to disconnect the resistor to ground from the distance sensor before trying the injection example with the LED's, as the resistor connected to ground might pull down the voltage and LED's may not light up at all.
- Websockets vs HTTP requests
- Socket programming with dart
- Socket programming with python
- Using Flame, and building a joystick to control a plane in flutter
- PixlrX for image editing (it's great)
- Connecting the HC-SR04 distance sensor to the pi