User Activity

Posted on April 11, 2015 at 23:38Hi, I'm working on Xbee S2 module and I want to make it ' talk to itself' (just for testing). My data is sent out but I am not able to receive it back. My code: void USART_Config(void) {     RCC_AHBPeriphClockCmd(RC...
Posted on March 25, 2015 at 02:48Hi, I'm working on STM32f072RB and I'm trying to find out the I2C Timing for my discovery board. I had download the configuration tool from ST website and followed its instruction to enable all the macros. But I was ...
Posted on March 21, 2015 at 16:51Hi, I' am trying to let STM32f072b discovery board to communicate with my I2C device(TSL2561T). But I'm having problem in that which I don't know why the code is not working. I know where it stops (marked with orange...
Posted on March 17, 2015 at 12:31Hi, I'm working on STM32F072b discovery board. I am new to this so I don't know much. I am trying to make the luminosity sensor, TSL2561 with I2C serial bus communicate with my dis.board. Can someone show me step b...