Drone race for Beginners 2025: Difference between revisions

From wikiluntti
 
(11 intermediate revisions by the same user not shown)
Line 26: Line 26:


=== Line Follower Robot ===
=== Line Follower Robot ===
<gallery>
Drone car 3dconnector.png
</gallery>
https://wiki.luntti.net/index.php?title=File:Drone_car_3dconnector.blend.zip


== IMU ==
== IMU ==
Line 32: Line 38:


== Local Indoor Positioning and Mapping ==
== Local Indoor Positioning and Mapping ==
UWB modules, see a list in https://en.wikipedia.org/wiki/Ultra-wideband
* DecaWave DW1000 / DW3000 (MakerFabs), also with ESP32.
** Qorvo DW3110 / DWM3000 / DM3000(formerly DecaWave)
** Qorvo DWM1001 & DWM1004
* MaUWB_ESP32S3 UWB module (DW1000 / DW3000)
* Elecrow Crowtail Dwm1000 UWB
* NXP SR040 & SR150 / NCJ29D5 / SR100T
* Microchip Technology ATA8350 / ATA8352
* Apple Inc. U1 / U2
* 3dB Access 3DB6830
* Ceva RivieraWaves UWB
* SPARK Microsystems SR1010/SR1020
* Samsung Electronics Exynos Connect U100 


Technologies
Technologies
Line 46: Line 66:
* Received signal strength indication
* Received signal strength indication
* Radio frequency identification[16] (RFID): passive tags are very cost-effective, but do not support any metrics
* Radio frequency identification[16] (RFID): passive tags are very cost-effective, but do not support any metrics
* Ultra-wideband (UWB): reduced interference with other devices
* Ultra-wideband (UWB): reduced interference with other devices. DW1000 and DW3000 chips.
** a wide bandwidth (>500 MHz)
** a wide bandwidth (>500 MHz)
** pulse-position or time modulation
** pulse-position or time modulation
** Indoor localization using ESP32_UWB (DW1000) tags and anchors https://github.com/jremington/UWB-Indoor-Localization_Arduino/blob/main/README.md https://www.makerfabs.com/esp32-uwb-ultra-wideband.html
** Indoor localization using ESP32_UWB (DW1000) tags and anchors https://github.com/jremington/UWB-Indoor-Localization_Arduino/blob/main/README.md https://www.makerfabs.com/esp32-uwb-ultra-wideband.html
** Ardupilot and UWB https://discuss.ardupilot.org/t/indoor-positioning-with-ardupilot-based-on-uwb-modules/28819
** Ardupilot and UWB https://discuss.ardupilot.org/t/indoor-positioning-with-ardupilot-based-on-uwb-modules/28819
** Test https://www.instructables.com/ESP32-UWB-Indoor-Positioning-Test/
** https://github.com/KunYi/esp32-uwb-positioning-system (ESP32 boards with DW3000 UWB module)
* Infrared: previously included in most mobile devices
* Infrared: previously included in most mobile devices
* Gen2IR (second generation infrared)
* Gen2IR (second generation infrared)

Latest revision as of 19:37, 15 September 2025

Introduction

Rules

https://drive.google.com/file/d/10Jv_ahA-4ozJz8-BRSHxayUERvFkb-yh/view

The field

  1. At least 11 m long, 5 m wide and 2,5 m high and a safety net. The field ground is a dark coloured carpet or rubber mat.
  2. 4 walls (obstacles) with at least 1500×1000 mm (width × height) rectangular holes at different heights. Maximum size of a wall is 1800×2500 mm. The colour of the walls is dark brown or black.
  3. a white 50 mm indicative line on the field.

The robot

  1. Fly at the height of 0,3 - 3 m. Can have stiff wings, rotors, moving wings or an airship-like design. A maximum speed of 10 m/s.
  2. Weight up to 2 kg and its dimensions max 80×80×80 cm3.
  3. Maximum of four active and/or passive navigation devices can be used. Navigation

devices must be placed in the corners of the field.

The competition

  1. Max 3 people

Track

Drone

Line follower

Line Follower Robot

https://wiki.luntti.net/index.php?title=File:Drone_car_3dconnector.blend.zip

IMU

Mapping

Local Indoor Positioning and Mapping

UWB modules, see a list in https://en.wikipedia.org/wiki/Ultra-wideband

  • DecaWave DW1000 / DW3000 (MakerFabs), also with ESP32.
    • Qorvo DW3110 / DWM3000 / DM3000(formerly DecaWave)
    • Qorvo DWM1001 & DWM1004
  • MaUWB_ESP32S3 UWB module (DW1000 / DW3000)
  • Elecrow Crowtail Dwm1000 UWB
  • NXP SR040 & SR150 / NCJ29D5 / SR100T
  • Microchip Technology ATA8350 / ATA8352
  • Apple Inc. U1 / U2
  • 3dB Access 3DB6830
  • Ceva RivieraWaves UWB
  • SPARK Microsystems SR1010/SR1020
  • Samsung Electronics Exynos Connect U100

Technologies

Some methods found on internet