Regarding the led, I think generate an executable with the IDE and then use it with python. But I still do not know how to do it.
Yes, that is what we are trying to tells you Be aware that the Arduino in the Udoo X86 is an Arduino 101 (Intel Curie) which is slightly different than normal Arduino, especially when uploading compiled programs. See also https://www.udoo.org/docs-x86/Arduino_101_(Intel_Curie)/Getting_Started_with_Arduino_101.html
I suppose there are also French forums about programming a linux based PC's (Raspberry Pi) and Arduino.
Yes, but the questions you have are not UDOO specific..... There is lots of general information about PC <--> Arduino communication and this is also usable for the Udoo X86
Thank you but I am trying to turn on an LED by installing various versions of Arduinos / Genuino 101. It's not easy.
Now : Arduino : 1.8.5 (Linux), Carte : "Arduino/Genuino 101" avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00 Les options de compilation ont été modifiées, tout sera recompilé avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00 Le croquis utilise 17284 octets (11%) de l'espace de stockage de programmes. Le maximum est de 155648 octets. Problème de téléversement vers la carte. Voir http://www.arduino.cc/en/Guide/Troubleshooting#upload pour suggestions. Starting download script... dfu-util: Cannot open DFU device 8087:0aba dfu-util: Cannot open DFU device 8087:0aba dfu-util: Cannot open DFU device 8087:0aba dfu-util: Cannot open DFU device 8087:0aba Flashing is taking longer than expected Try pressing MASTER_RESET button ERROR: Device is not responding. ERROR: Device is not responding.
With version 2.0.4 of 101 : Arduino : 1.8.5 (Linux), Carte : "Arduino/Genuino 101" Les options de compilation ont été modifiées, tout sera recompilé Le croquis utilise 12548 octets (8%) de l'espace de stockage de programmes. Le maximum est de 155648 octets. Starting download script... Flashing is taking longer than expected Try pressing MASTER_RESET button ERROR: Timed out waiting for Arduino 101 on /dev/ttyACM1 ERROR: Timed out waiting for Arduino 101 on /dev/ttyACM1 Ce rapport pourrait être plus détaillé avec l'option "Afficher les résultats détaillés de la compilation" activée dans Fichier -> Préférences.
I succeeded, I miss more than coding with the library serial in C and python to communicate the python program on Udoo to the program compiled in C on Arduino 101 : chmod +x ~/.arduino15/packages/Intel/hardware/arc32/2.0.2/scripts/create_dfu_udev_rule sudo ~/.arduino15/packages/Intel/hardware/arc32/2.0.2/scripts/create_dfu_udev_rule