t’s a little powerful motor control board in 4x4cm and is open source and open hardware project is fully available on github. With this board you can control two DC brushed motors with different control law, position control, velocity control and torque control. The board works better with ROS.

Unav history
Unav history

unav is a fusion from three different project. This project started during the autumn on 2014, and now more robot use this board.

Robocontroller

Robocontroller

A commercial product designed by Mauro Soligo. This board had a dspic33 and different connectors to connect motors, h-bridges and other

Read More

Motion control

Motion control

This is my board and was designed in 2008, a dsPIC33 Microchip controller and was a part of project during my bachelor degree.

Read More

dsNav33

dsNav33

developed by Guido Ottaviani, this board was designed before with three dsPIC30 and in the last release with one dsPIC33.

Read More

How it’s works

inside the unav beats an “home made” kernel that control all peripherals and with these can control two DC brushed motors. All code as written in MPLABX.

Unav how it's work
Unav how it’s work

unav

The main repository with the motor controller, interaction system

Repository

or_bus_c.X

With this library the unav can communicate with a PC or another board with same protocol. In OR_BUS are collected all type of messages can send or receive.

Repository

or_kernel_c.X

The heartbeats of the unav is written inside in this library. In this library are collected the system and task manager, the controller for the I2C, gpio, etc etc

Repository

or_common_c.X

In this library are written the driver for eeprom, lcd, and other general math function.

Repository

Updated: