User Activity

Posted on July 07, 2015 at 20:22 Hello, I have to simulate the behavior of this function Arduino on Chibios for the management of my sensor. duration = pulseIn(ECHO_PIN,HIGH); I use ICU driver to detect the rising and falling ...
Posted on July 01, 2015 at 12:14 Hello. I use the board SPC560P-DISP. How can I print an Integer with Tera Term through a serial connection? I use the function chnWriteTimeout to print a string. So: chnWriteTimeout(&SD1, (uin...
Posted on June 29, 2015 at 13:09 I have this sensor HY-SRF05 with 5 pins. In Arduino using the function delayMicroseconds () to manage the operation of the sensor so: Arduino code: /* Tested with HY-SRF05, HC-SR04 Assuming...
Posted on April 22, 2015 at 11:01Hello,I have this ultrasonic sensor(HY-SRF05 blue): cf in attachment.I have to manage 3 of this sensors simultaneously. How? I have the board SPC560P-DISP. In datasheet there's written of to use the I2C interface or ...
Posted on March 12, 2015 at 15:35Hello,I need a full documentation for the header I / O of this board (SPC560P - DISP). Is there? The manual on the site of St. explains only the configuration, but not their role. I need connect an LED to a breadboar...