This repository contains Arduino sketches and Arduino libraries maintained by the RUG/DTPA group.
Go to file
M. Stokroos d2a9e80f97 Update 'libraries/TrueRMS/README.md'
text change
2018-11-21 16:43:08 +00:00
extra added libraries and Nexus Omni4WD 2018-11-21 17:27:26 +01:00
figures added libraries and Nexus Omni4WD 2018-11-21 17:27:26 +01:00
libraries Update 'libraries/TrueRMS/README.md' 2018-11-21 16:43:08 +00:00
sketches added libraries and Nexus Omni4WD 2018-11-21 17:27:26 +01:00
LICENSE Update 'LICENSE' 2018-07-10 18:09:06 +02:00
README.md Update 'README.md' 2018-11-21 16:31:37 +00:00

README.md

Arduino

This repository contains Arduino sketches and Arduino libraries maintained by the RUG/DTPA group. Web link to DTPA

Sketches

  • Blinky: A hello world example.

  • Nexus_Omni4WD: Firmware for the Nexus Omni4WD chassis for setting the wheel speeds independently. It is used to control the robot from ROS.

sketches/Nexus_Omni4WD This folder contains the Arduino sketch of the firmware. The program works as a simple command interpreter for controlling the wheel speeds independently. To compile, use the libraries provided in the extra/factory_10011.zip archive.

extra/carcomm testcarcom.py is a small Python application to test the Nexus_Omni4WD firmware (sketch). The python application sends data packages to set the wheel speeds.

The Arduino controller 10009 with io expansion shield on the Omni4WD is Duemilanove/ATMEGA328 compatible.

Libraries

  • NativeDDS: Arduino library for a software implemented Direct Digital Synthesizer.

  • TrueRMS: Arduino library that calculates the average, rms and power of DC+AC input signals, measured with the ADC.