Nanopix quadcopter load capture module

Nanopix quadcopter load capture module

The Nanopix Load Grab allows you to grab and carry loads up to 10 grams in autonomous or controlled flight.

There are several ways to control the capture:

  • from the application
  • from the Nanopad
  • from the program on the PC
  • when programming in the Arduino IDE or in the Roboton Studio graphical environment.
to the story

Installing the grab is as easy as replacing the propeller!

The capture module is supplied assembled and installed in place of the standard diffuser cover:

  1. Remove the current cover from the Nanopix
  2. Install the grip cover in the same way as the standard cover
  3. Wrap the wire through the beam of the body
  4. Attach to the left connector as shown in the picture
  5. Now you can control the capture manually from the remote control or programmatically!
Control capture programmatically in Arduino IDE or Roboton Studio

Control capture programmatically in Arduino IDE or Roboton Studio

For programming in Arduino IDE use the following functions:

  • nanopix.openClaw (); – completely opens capture
  • nanopix.closeClaw (); – completely closes the capture
  • nanopix.setClaw (15); – sets the opening percentage (see image)

To program in Roboton Studio use the functions from the “Control” tab: