Christophe CHAUDELET

Results 10 issues of Christophe CHAUDELET

Hi, I'm using PowerToys to split all screens into different zones. I tested altdrag, but it seems not compatible with PowerToys. For instance, right click (key in powerToys) is used...

Hi, I saw the issue #506, but I don't understand the conclusion. Ok to modify the pullup resistor, or even to use a i2c level shifter. But what to do...

question

Hi, I connected the adafruit 1.8" tft to the EV3, then I saw in this video https://www.youtube.com/watch?v=gPNJC5Uz9HY that it seems possible to change the EV3 Board configuration to turn the...

question

Hi, Why don't you use specific command to set only the center with 0x7F ? Is it really mandatory to set again roi_x and roi_y in the same time ?...

Hi, I'm trying to use HT-nxt-angle, but I don't see how to use it using ev3dev-lang-demo or ev3dev-lang-test. Moreover I saw some issues (https://github.com/ev3dev/ev3dev/issues/555) Could you please help me ?

Hi, I'm trying to optimise the access to the file value0 for angle sensors, or IR sensors. Because my motion system need these data every 5ms. ifstream is currently used,...

Hello, Is everything is generated and modified for ev3dev-stretch ? The first thing which is crashing is the power_supply... aïe. Is it possible to make the update as soon as...

Hello, The link "C++ Examples Page" is not working anymore. http://openrave.org/docs/latest_stable/examples/coreapihtml/cpp_examples.html Could you please fix it ? BR,

When I loaded the module, I received this deadlock following warning Is it normal and just a warning ? ``` # modprobe rtl8812au [ 31.363962] rtl8812au: loading out-of-tree module taints...

Hi, I tried to cross build first unsuccessfully. I was obliged to add USER_EXTRA_CFLAGS with -Wno-error=attributes -Wno-error=address-of-packed-member -Wno-error=missing-attributes -Wno-error=restrict in order to not block for each warning. ` ... In...