{"id":31444,"date":"2018-03-16T23:29:43","date_gmt":"2018-03-16T22:29:43","guid":{"rendered":"http:\/\/www.makerslide-machines.xyz\/?p=31444"},"modified":"2022-08-22T09:36:09","modified_gmt":"2022-08-22T07:36:09","slug":"fr-les-moyens-de-communication-de-la-carte-smoothieboard-avec-lexterieur","status":"publish","type":"post","link":"http:\/\/www.makerslide-machines.xyz\/old\/2018\/03\/16\/fr-les-moyens-de-communication-de-la-carte-smoothieboard-avec-lexterieur\/","title":{"rendered":"Les moyens de communication de la carte smoothieboard avec l&rsquo;ext\u00e9rieur"},"content":{"rendered":"<p>[:fr][et_pb_section bb_built=\u00a0\u00bb1&Prime; admin_label=\u00a0\u00bbsection\u00a0\u00bb][et_pb_row admin_label=\u00a0\u00bbrow\u00a0\u00bb background_position=\u00a0\u00bbtop_left\u00a0\u00bb background_repeat=\u00a0\u00bbrepeat\u00a0\u00bb background_size=\u00a0\u00bbinitial\u00a0\u00bb][et_pb_column type=\u00a0\u00bb4_4&Prime;][et_pb_post_title title=\u00a0\u00bbon\u00a0\u00bb meta=\u00a0\u00bbon\u00a0\u00bb author=\u00a0\u00bbon\u00a0\u00bb date=\u00a0\u00bbon\u00a0\u00bb categories=\u00a0\u00bbon\u00a0\u00bb comments=\u00a0\u00bboff\u00a0\u00bb featured_image=\u00a0\u00bboff\u00a0\u00bb featured_placement=\u00a0\u00bbbelow\u00a0\u00bb parallax_effect=\u00a0\u00bbon\u00a0\u00bb parallax_method=\u00a0\u00bboff\u00a0\u00bb text_orientation=\u00a0\u00bbleft\u00a0\u00bb text_color=\u00a0\u00bbdark\u00a0\u00bb text_background=\u00a0\u00bboff\u00a0\u00bb text_bg_color=\u00a0\u00bbrgba(255,255,255,0.9)\u00a0\u00bb module_bg_color=\u00a0\u00bbrgba(255,255,255,0)\u00a0\u00bb title_all_caps=\u00a0\u00bboff\u00a0\u00bb use_border_color=\u00a0\u00bboff\u00a0\u00bb border_color=\u00a0\u00bb#ffffff\u00a0\u00bb border_style=\u00a0\u00bbsolid\u00a0\u00bb parallax=\u00a0\u00bbon\u00a0\u00bb background_color=\u00a0\u00bbrgba(255,255,255,0)\u00a0\u00bb]<br \/>\n[\/et_pb_post_title][et_pb_text use_border_color=\u00a0\u00bboff\u00a0\u00bb background_position=\u00a0\u00bbtop_left\u00a0\u00bb background_repeat=\u00a0\u00bbrepeat\u00a0\u00bb background_size=\u00a0\u00bbinitial\u00a0\u00bb _builder_version=\u00a0\u00bb3.4.1&Prime;]<\/p>\n<h3 align=\"left\"><span style=\"color: #ff0000;\"><span style=\"font-size: large;\"><u><b>I ) Communication avec liaisons UART, SPI ou I2c<\/b><\/u><\/span><\/span><\/h3>\n<p align=\"left\"><span style=\"color: #ff0000;\"><span style=\"font-size: large;\"><span style=\"color: #006600;\">Certains pin GPIO de la carte smoothieboard peuvent \u00eatre configur\u00e9 dans le fichier config pour qu&rsquo;ils permettent des liaison s\u00e9ries SPI I2c ou UART<\/span><\/span><\/span><\/p>\n<p>Les pin P0.16 P0.15 P0.18 et P0.17 sont utilis\u00e9s comme liaison SPI par exemple par le Panel GLCD pour g\u00e9rer l&rsquo;\u00e9cran LCD<\/p>\n<p><u><b>Dans le fichier config il y a\u00a0:<\/b><\/u><\/p>\n<p># config settings<\/p>\n<pre class=\"western\">panel.enable          true                    # set to true to enable the panel code\r\npanel.lcd             reprap_discount_glcd    # set type of panel\r\npanel.spi_channel     0                       # spi channel to use  ;\r\npanel.spi_cs_pin      0.16                    # spi chip select     ; GLCD EXP1 Pin 4\r\nSeul le Pin 0.16 (CS) est indiqu\u00e9 dans le fichier config, je suppose que le reste S\u00e9rial clock MOSI et MISO est cod\u00e9 dans le firmware\u00a0?\r\n\r\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-31446 size-full\" src=\"http:\/\/www.makerslide-machines.xyz\/wp-content\/uploads\/2018\/03\/liaison-spi-img1.jpg\" alt=\"\" width=\"1300\" height=\"625\" \/><\/pre>\n<pre class=\"western\">La liaison spi-card P0.6 est celle de la carte SD qui est reprise par le panel GLCD mais la config pour un lecteur carte sd externe est indiqu\u00e9 dans le fichier config \u00e0 partir d'une liaison I2c en bas de la carte\r\n\r\n<span style=\"font-size: small;\"># setup for external sd card on the GLCD which uses the onboard sdcard SPI port<\/span>\r\n<span style=\"font-size: small;\"><span style=\"color: #000080;\"><b>panel.external_sd   true<\/b><\/span>      # set to true if there is an extrernal sdcard on the panel<\/span>\r\n<span style=\"font-size: small;\"><span style=\"color: #000080;\"><b>panel.external_sd.spi_channel 1<\/b><\/span> # set spi channel the sdcard is on<\/span>\r\n<span style=\"font-size: small;\"><span style=\"color: #000080;\"><b>panel.external_sd.spi_cs_pin  0.28<\/b><\/span>  # set spi chip select for the sdcard (or any spare pin)<\/span>\r\n<span style=\"font-size: small;\"><span style=\"color: #000080;\"><b>panel.external_sd.sdcd_pin  0.27!^<\/b><\/span>  # sd detect signal (set to nc if no sdcard detect) (or any spare pin)\r\n\r\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-31447 size-full\" src=\"http:\/\/www.makerslide-machines.xyz\/wp-content\/uploads\/2018\/03\/liaison-spi-img2.jpg\" alt=\"\" width=\"1908\" height=\"758\" \/>\r\n<\/span><\/pre>\n<p>La carte smoothieboard peut communiquer avec les liaisons<br \/>\nSPI, I2c et UART<\/p>\n<p>Page du wiki smoothieboard d\u00e9di\u00e9e aux protocoles logiciels de ces liaisons<br \/>\n<a href=\"http:\/\/smoothieware.org\/smoothie-accessory-protocol\"><span style=\"color: #0000cc;\"><u><b>http:\/\/smoothieware.org\/smoothie-accessory-protocol<\/b><\/u><\/span><\/a><\/p>\n<p>&nbsp;<\/p>\n<h3 align=\"left\"><span style=\"color: #ff0000;\"><span style=\"font-size: large;\"><u><b>II ) Communication avec n&rsquo;importe quel pin GPIO avec les modules<\/b><\/u><\/span><\/span><\/h3>\n<p align=\"left\"><span style=\"color: #0000ff;\"><span style=\"font-size: medium;\">Les cartes \u00e0 microcontroleurs ( Raspberry Pi, Arduino, Beaglebone, Smoothieboard \u2026 ) ont des entr\u00e9es sorties pr\u00e9vue pour les usages classiques, port USB, port r\u00e9seau, port \u00e9cran HDMI \u2026<\/span><\/span><\/p>\n<p><span style=\"font-size: medium;\">Les fonctions de ces cartes \u00e0 microcontr\u00f4leur sont extensibles en y connect<\/span><span style=\"font-size: medium;\">ant<\/span><span style=\"font-size: medium;\"> des appareils, d\u2019autres cartes <\/span><span style=\"font-size: medium;\">\u00e9lectroniques.<\/span><span style=\"font-size: medium;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: medium;\">Les \u00e9l\u00e9ments externes qui seront des options utilis\u00e9s par la suite se connectent par l\u2019interm\u00e9diaire des connecteur <\/span><strong><span style=\"font-size: medium;\">GPIO<br \/>\nGPIO<\/span><\/strong><span style=\"font-size: medium;\"> signifie <\/span><span style=\"font-size: medium;\"><b>G<\/b><\/span><span style=\"font-size: medium;\">eneral <\/span><strong><span style=\"font-size: medium;\">P<\/span><\/strong><span style=\"font-size: medium;\">urpose <\/span><strong><span style=\"font-size: medium;\">I<\/span><\/strong><span style=\"font-size: medium;\">nput\/<\/span><strong><span style=\"font-size: medium;\">O<\/span><\/strong><span style=\"font-size: medium;\">utput, litt\u00e9ralement (<\/span><span style=\"font-size: medium;\"><i>Entr\u00e9e\/Sortie pour un Usage G\u00e9n\u00e9ral<\/i><\/span><span style=\"font-size: medium;\">)<\/span><\/p>\n<p><span style=\"font-size: medium;\">Au lieu d\u2019\u00eatre regroup\u00e9 \u00e0 un seul endroit comme pour les carte Raspberry et Arduino.<br \/>\nLes ports GPIO de la carte smoothieboard sont r\u00e9partis un peu partout.\u00a0 <\/span><strong><a href=\"http:\/\/smoothieware.org\/pinout\"><span style=\"color: #0000ff;\"><span style=\"font-size: medium;\">http:\/\/smoothieware.org\/pinout<\/span><\/span><\/a><\/strong><\/p>\n<p>Il y a \u00e9norm\u00e9ment de broches de connection GPIO de disponible dont certaines peuvent avoir des capacit\u00e9s particuli\u00e8res<\/p>\n<p align=\"left\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-31448 alignleft\" src=\"http:\/\/www.makerslide-machines.xyz\/wp-content\/uploads\/2018\/03\/type-gpio.jpg\" alt=\"\" width=\"316\" height=\"100\" \/><\/p>\n<p>Les broches GPIO avec possibilit\u00e9 d\u2019interruption peuvent \u00eatre utilis\u00e9 pour des boutons pour modifier imm\u00e9diatement le d\u00e9roulement habituel de l\u2019usinage m\u00eame si celui ci est en cours.<br \/>\n<strong>PWM<\/strong> signifie <strong>P<\/strong>ulse <strong>W<\/strong>idth <strong>M<\/strong>odulation ( modulation de largeur d\u2019impulsions ) permet d\u2019avoir une sortie analogique pour par exemple moduler la vitesse de la broche \u00e0 partir de la carte.<\/p>\n<p>Chaque port GPIO est identifi\u00e9 par <strong>P<\/strong>(un nombre).(un nombre)<\/p>\n<p>Beaucoup de port GPIO sont libres d\u2019utilisation comme ceux ci-dessous encadr\u00e9s en rouge.<br \/>\nMais si certaines fonctions de la carte ne sont pas utilis\u00e9es il est possible d\u2019affecter les broches correspondante \u00e0 un usage g\u00e9n\u00e9ral GPIO<br \/>\nCe serait le cas pour les broches ici entour\u00e9es en orange. Par exemple le capteur endstop X min s\u2019il n\u2019est pas utilis\u00e9, sa broche <strong>P1.24<\/strong> pourrait \u00eatre affect\u00e9e \u00e0 autre chose.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-31449 size-full\" src=\"http:\/\/www.makerslide-machines.xyz\/wp-content\/uploads\/2018\/03\/liaison-spi-img3.jpg\" alt=\"\" width=\"787\" height=\"381\" \/><\/p>\n<h3 class=\"western\" align=\"left\"><span style=\"color: #0000cc;\"><span style=\"font-size: medium;\"><u><b>Exemples de configuration de port GPIO gr\u00e2ce aux modules du fichiers config<\/b><\/u><\/span><\/span><\/h3>\n<h4 class=\"western\"><span style=\"color: #0000ff;\"><u>A ) GPIO en sortie<\/u><\/span><\/h4>\n<p><strong><u>a1 ) Commander un relais statique pour d\u00e9marrer et \u00e9teindre la broche \u00e0 partir du Gcode<\/u><\/strong><\/p>\n<p># Switch module for spindle control<\/p>\n<p>switch.spindle.enable\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0\u00a0 \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 true\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 #<br \/>\nswitch.spindle.input_on_command\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 M3\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 #<br \/>\nswitch.spindle.input_off_command\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 M5\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 #<br \/>\nswitch.spindle.output_pin\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0\u00a0 \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 1.22\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 #<br \/>\nswitch.spindle.output_type\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \u00a0 \u00a0 \u00a0 \u00a0\u00a0 \u00a0\u00a0\u00a0\u00a0\u00a0 digital\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 # just an on or off pin<\/p>\n<p>&nbsp;<\/p>\n<h4><strong><span style=\"color: #0000ff;\"><u>B ) GPIO en entr\u00e9e<\/u><\/span><\/strong><\/h4>\n<p><strong><u>b1 ) Cr\u00e9er un bouton pause qui suspend l\u2019usinage lors d\u2019un premier appui et le reprend en appuyant une seconde fois<\/u><\/strong><\/p>\n<p># Switch module for pause button<\/p>\n<p>switch.pause.enable\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 true\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 # Enable this module<br \/>\nswitch.pause.input_pin\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 2.11^\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 # Pin where pause button is connected<br \/>\nswitch.pause.output_on_command\u00a0\u00a0\u00a0\u00a0 suspend\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 # Suspend command<br \/>\nswitch.pause.output_off_command\u00a0\u00a0\u00a0 resume\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 # Resume command<br \/>\nswitch.pause.input_pin_behavior\u00a0\u00a0\u00a0 toggle\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 # This pin toggles between it\u2019s on and off states each time it is pressed and released<\/p>\n<p>after_suspend_gcode\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 M5\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 # Gcode to run after suspend<br \/>\nbefore_resume_gcode\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 M3\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 # Gcode to run before resume<\/p>\n<p><strong><u>b2 ) Cr\u00e9er un bouton reset pour red\u00e9marrer la carte smoothieboard<\/u><\/strong><\/p>\n<p># Switch module for reset button<\/p>\n<p>switch.reset.enable\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 true\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \u00a0 \u00a0 \u00a0 # Enable this module<br \/>\nswitch.reset.input_pin\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 3.26^\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 # Pin where reset button is connected<br \/>\nswitch.reset.output_on_command\u00a0\u00a0\u00a0\u00a0 reset\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 # Command to reset the board<\/p>\n<p><strong><u>b3 ) Avoir un bouton kill qui arr\u00eate et annule imm\u00e9diatement l\u2019usinage<\/u><\/strong><\/p>\n<p># Kill button (used to be called pause) maybe assigned to a different pin, set to the onboard pin by default<\/p>\n<p>kill_button_enable\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 true\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 # set to true to enable a kill button<br \/>\nkill_button_pin\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 2.12\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 # kill button pin. default is same as pause button 2.12 (2.11 is another good choice)<\/p>\n<p>&nbsp;<\/p>\n<p><u><b>Plus d&rsquo;information sur les modules<\/b><\/u><\/p>\n<p><a href=\"http:\/\/smoothieware.org\/moduleexample\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">http:\/\/smoothieware.org\/moduleexample<\/span><\/span><\/a><\/p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http:\/\/smoothieware.org\/switch\">http:\/\/smoothieware.org\/switch<\/a><\/span><\/span><\/p>\n<p>et la configuration des pin <span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http:\/\/smoothieware.org\/pin-configuration\">http:\/\/smoothieware.org\/pin-configuration<\/a><\/span><\/p>\n<p><span style=\"text-decoration: underline;\"><strong>Configuration de la carte smoothieboard en mode console<\/strong><\/span>\u00a0\u00a0 <span style=\"color: #0000ff; background-color: #ffff00;\"><strong><a style=\"color: #0000ff; background-color: #ffff00;\" href=\"http:\/\/smoothieware.org\/console-commands\">http:\/\/smoothieware.org\/console-commands<\/a><\/strong><\/span><\/p>\n<p><span style=\"text-decoration: underline; color: #ff0000;\"><strong>Version papier de cet article :<\/strong><\/span>\u00a0 <span style=\"text-decoration: underline;\"><span style=\"background-color: #0000ff;\"><a style=\"background-color: #0000ff;\" href=\"http:\/\/www.makerslide-machines.xyz\/wp-content\/uploads\/2018\/03\/liaisons-smoothieboard-exterieur.odt\"><strong><span style=\"color: #0000ff; background-color: #ffff99; text-decoration: underline;\">format Libre office<\/span><\/strong><\/a><\/span><\/span><strong>\u00a0 <span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http:\/\/www.makerslide-machines.xyz\/wp-content\/uploads\/2018\/03\/liaisons-smoothieboard-exterieur.pdf\"><span style=\"color: #0000ff; text-decoration: underline; background-color: #ffff99;\">format PDF<\/span><\/a><\/span><\/span><\/strong><\/p>\n<p>[\/et_pb_text][et_pb_comments show_avatar=\u00a0\u00bbon\u00a0\u00bb show_reply=\u00a0\u00bbon\u00a0\u00bb show_count=\u00a0\u00bboff\u00a0\u00bb background_layout=\u00a0\u00bblight\u00a0\u00bb use_border_color=\u00a0\u00bboff\u00a0\u00bb border_color=\u00a0\u00bb#ffffff\u00a0\u00bb border_style=\u00a0\u00bbsolid\u00a0\u00bb custom_button=\u00a0\u00bboff\u00a0\u00bb button_letter_spacing=\u00a0\u00bb0&Prime; button_use_icon=\u00a0\u00bbdefault\u00a0\u00bb button_icon_placement=\u00a0\u00bbright\u00a0\u00bb button_on_hover=\u00a0\u00bbon\u00a0\u00bb button_letter_spacing_hover=\u00a0\u00bb0&Prime; border_radii=\u00a0\u00bbon||||\u00a0\u00bb]<br \/>\n[\/et_pb_comments][\/et_pb_column][\/et_pb_row][\/et_pb_section][:]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[:fr][et_pb_section bb_built=\u00a0\u00bb1&Prime; admin_label=\u00a0\u00bbsection\u00a0\u00bb][et_pb_row admin_label=\u00a0\u00bbrow\u00a0\u00bb background_position=\u00a0\u00bbtop_left\u00a0\u00bb background_repeat=\u00a0\u00bbrepeat\u00a0\u00bb background_size=\u00a0\u00bbinitial\u00a0\u00bb][et_pb_column type=\u00a0\u00bb4_4&Prime;][et_pb_post_title title=\u00a0\u00bbon\u00a0\u00bb meta=\u00a0\u00bbon\u00a0\u00bb author=\u00a0\u00bbon\u00a0\u00bb date=\u00a0\u00bbon\u00a0\u00bb categories=\u00a0\u00bbon\u00a0\u00bb comments=\u00a0\u00bboff\u00a0\u00bb featured_image=\u00a0\u00bboff\u00a0\u00bb featured_placement=\u00a0\u00bbbelow\u00a0\u00bb parallax_effect=\u00a0\u00bbon\u00a0\u00bb parallax_method=\u00a0\u00bboff\u00a0\u00bb text_orientation=\u00a0\u00bbleft\u00a0\u00bb text_color=\u00a0\u00bbdark\u00a0\u00bb text_background=\u00a0\u00bboff\u00a0\u00bb text_bg_color=\u00a0\u00bbrgba(255,255,255,0.9)\u00a0\u00bb module_bg_color=\u00a0\u00bbrgba(255,255,255,0)\u00a0\u00bb title_all_caps=\u00a0\u00bboff\u00a0\u00bb use_border_color=\u00a0\u00bboff\u00a0\u00bb border_color=\u00a0\u00bb#ffffff\u00a0\u00bb border_style=\u00a0\u00bbsolid\u00a0\u00bb parallax=\u00a0\u00bbon\u00a0\u00bb background_color=\u00a0\u00bbrgba(255,255,255,0)\u00a0\u00bb] [\/et_pb_post_title][et_pb_text use_border_color=\u00a0\u00bboff\u00a0\u00bb background_position=\u00a0\u00bbtop_left\u00a0\u00bb background_repeat=\u00a0\u00bbrepeat\u00a0\u00bb background_size=\u00a0\u00bbinitial\u00a0\u00bb _builder_version=\u00a0\u00bb3.4.1&Prime;] I ) Communication avec liaisons UART, SPI ou I2c Certains pin GPIO de la carte smoothieboard peuvent \u00eatre configur\u00e9 dans [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[78],"tags":[],"class_list":["post-31444","post","type-post","status-publish","format-standard","hentry","category-protocoles-communication"],"_links":{"self":[{"href":"http:\/\/www.makerslide-machines.xyz\/old\/wp-json\/wp\/v2\/posts\/31444","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.makerslide-machines.xyz\/old\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.makerslide-machines.xyz\/old\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.makerslide-machines.xyz\/old\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.makerslide-machines.xyz\/old\/wp-json\/wp\/v2\/comments?post=31444"}],"version-history":[{"count":3,"href":"http:\/\/www.makerslide-machines.xyz\/old\/wp-json\/wp\/v2\/posts\/31444\/revisions"}],"predecessor-version":[{"id":33087,"href":"http:\/\/www.makerslide-machines.xyz\/old\/wp-json\/wp\/v2\/posts\/31444\/revisions\/33087"}],"wp:attachment":[{"href":"http:\/\/www.makerslide-machines.xyz\/old\/wp-json\/wp\/v2\/media?parent=31444"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.makerslide-machines.xyz\/old\/wp-json\/wp\/v2\/categories?post=31444"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.makerslide-machines.xyz\/old\/wp-json\/wp\/v2\/tags?post=31444"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}