About

Gender

Male


Location

San Jose


Please tell us a bit about your UAV interest

Build an independant multicopter


Hometown:

Costa Rica


Activity Feed

Andres Alvarado replied to Andres Alvarado's discussion Getting data from an ADNS3080 optical flow sensor
"Thanks a lot!It is alive :D, now i need to know how to give me the delta x and delta y but that is another problem, it is now initialize!"
Jun 11, 2015
Andres Alvarado replied to Andres Alvarado's discussion Getting data from an ADNS3080 optical flow sensor
"i figured out one of the errors... so my new code is this one... now the error i think it is it doesnt initialize, because it give me 0's

int main(void){ int8_t delta_x; clock_setup(); gpio_setup(); usart_setup(); spi_setup();

//config…"
May 25, 2015
Andres Alvarado replied to Andres Alvarado's discussion Getting data from an ADNS3080 optical flow sensor
"hi, this is my main, where i think is the problem... i have an example that uses the gyroscope of the stm32 as an spi and i tried copied that code and modified it. Where i think is my problem is when i send the ADNS3080_DELTA_X that the stm32 doesnt…"
May 25, 2015
Andres Alvarado posted a discussion
Hey,Im trying to stabilize my quadcopter with motion flow, so i bought an ADNS3080 to do so.im working with an stm32f3 (its programmed in c). I already made the spi connection, but i cant find the methods to get the data, any help would be…
May 11, 2015