Skip to content

Firmware for Arduino Nano to control FluxGrip electromagnetic gripper using a light sensor for on/off operation.

Notifications You must be signed in to change notification settings

Zubax/magmavic_software

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MavicMag firmware

make can be used for executing the most commonly required functionality.

  • to build: make all
  • to flash: make dude
  • to test: make execute_test
  • to format: make format
  • assess size of the project: make size/make sizex

Wiring diagram

  • Light dependent sensor
5V (Nano) --- LDR --- A0 (Nano) --- 12kΩ Resistor --- GND (Nano)
  • PWM output (for controlling magnet)
GND (Nano) --- GND (FluxGrip)
D10 (Nano) --- PWM (FluxGrip) 
  • Power
9V (Battery) --- VIN (Nano)
GND (Battery) --- GND (Nano)

Documentation

About

Firmware for Arduino Nano to control FluxGrip electromagnetic gripper using a light sensor for on/off operation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published