- Aug 08, 2016
-
-
Sergi Hernandez authored
-
- Aug 07, 2016
-
-
Sergi Hernandez authored
Initialized the initial angle (511) and speed (0) of the emmulated servos, to avoid invalid servo motions when initializing the module.
-
- Jul 17, 2016
-
-
Sergi Hernandez authored
-
- Jul 15, 2016
-
-
Sergi Hernandez authored
General changes to the single ended interface to handle the simulated servos. the differential interface is not yet modified.
-
- Jul 06, 2016
-
-
Sergi Hernandez authored
Added a ports_loop() function to periodically read the status of the GPIO ports and store it in the block read memory.
-
- May 12, 2016
-
-
Sergi Hernandez authored
Changed the interrupt driven time delay in the compass module to polling. This solved a blocking condition when both the ADC and the compass modules were enabled at the same time.
-
- May 10, 2016
-
-
Sergi Hernandez authored
Added additional registers with all the available read data in a contiguous memory space to speed up the read operations. Modified the ADC, compass and GPIO ports modules to copy the data to the new memory space.
-
- Apr 13, 2016
-
-
Sergi Hernandez authored
-
- Feb 10, 2016
-
-
Sergi Hernandez authored
The reception flag was not properly reset in the TTL and USB UARTS. The baudrate was not properly updated in the TTL and USB UARTS. The status of the GPIo pins was not returned properly.
-
- Nov 26, 2015
-
-
Sergi Hernandez authored
Solved a bug in the computation of the ADC period.
-
- Nov 10, 2015
-
-
Sergi Hernandez authored
Added the patches and the necessary modifications to the Makefile to download, patch and program the bootloader.
-
- Nov 03, 2015
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
-
Sergi Hernandez authored
Modified the Makefile to select between the dac and the uart_usb, and the PWM and the uart_ttl, which share hardware resources.
-
- Nov 02, 2015
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
Changed the control and status interface of all the modules.
-
- Oct 29, 2015
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
Increased the communication speed to 1Mbps and solved some communication problesm due to interrupt priorities.
-
- Oct 28, 2015
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
Changed the data types using the width specification (i.e. uint16_t for unsigned short int)
-
- Oct 27, 2015
-
-
Sergi Hernandez authored
-
- Oct 26, 2015
-
-
Sergi Hernandez authored
Addesd support for the GPIO interface.
-
- Oct 21, 2015
-
-
Sergi Hernandez authored
Basic dynamixel slave interface working.
-