{"id":238,"date":"2019-10-29T10:22:41","date_gmt":"2019-10-29T10:22:41","guid":{"rendered":"https:\/\/starthardware.org\/en\/?p=238"},"modified":"2019-10-29T10:22:42","modified_gmt":"2019-10-29T10:22:42","slug":"arduino-servo-motor-control","status":"publish","type":"post","link":"https:\/\/starthardware.org\/en\/arduino-servo-motor-control\/","title":{"rendered":"Arduino Servo Motor control"},"content":{"rendered":"\n<p>Controlling a servo with Arduino is relatively easy. If you pay attention to a few things, then you expand the flashing and squeaking Arduino world quickly with movements and kinetic interaction! This article explains the circuit and the code.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Servo: setup and connection<\/h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/starthardware.org\/en\/wp-content\/uploads\/2019\/10\/servo-motor-setup-300x150.jpg\" alt=\"Servo Motor Setup\" class=\"wp-image-239\" width=\"150\" height=\"75\" srcset=\"https:\/\/starthardware.org\/en\/wp-content\/uploads\/2019\/10\/servo-motor-setup-300x150.jpg 300w, https:\/\/starthardware.org\/en\/wp-content\/uploads\/2019\/10\/servo-motor-setup-768x385.jpg 768w, https:\/\/starthardware.org\/en\/wp-content\/uploads\/2019\/10\/servo-motor-setup-1024x513.jpg 1024w, https:\/\/starthardware.org\/en\/wp-content\/uploads\/2019\/10\/servo-motor-setup.jpg 1099w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure><\/div>\n\n\n\n<p>A servo consists of a motor control unit (1), an electric motor (2), a gearbox (3) and a potentiometer for position determination (4). All components are housed in a robust housing.<\/p>\n\n\n\n<p>The servo motor is connected via a three-pole cable. These are two supply lines (plus and GND) and one data line.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"370\" src=\"https:\/\/starthardware.org\/en\/wp-content\/uploads\/2019\/10\/arduino-servo-motor-circuit-1024x370.jpg\" alt=\"Arduino Servo Motor circuit\" class=\"wp-image-240\" srcset=\"https:\/\/starthardware.org\/en\/wp-content\/uploads\/2019\/10\/arduino-servo-motor-circuit-1024x370.jpg 1024w, https:\/\/starthardware.org\/en\/wp-content\/uploads\/2019\/10\/arduino-servo-motor-circuit-300x109.jpg 300w, https:\/\/starthardware.org\/en\/wp-content\/uploads\/2019\/10\/arduino-servo-motor-circuit-768x278.jpg 768w, https:\/\/starthardware.org\/en\/wp-content\/uploads\/2019\/10\/arduino-servo-motor-circuit.jpg 1200w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption>Illustration made with Fritzing.<\/figcaption><\/figure>\n\n\n\n<p>Depending on the manufacturer, the cable colors may differ. Common combinations are brown-red-orange (GND, plus, data) or black-red-yellow (GND, plus, data). A look at the description of the servo motor is always appropriate to make sure that it is properly connected. An incorrect connection can lead to damage here.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Circuit and sample program code<\/h2>\n\n\n\n<p>The example shows, a standard servomotor connected to the GND, 5V + and digital pin 9. Furthermore, a potentiometer is connected to the analog pin 2.<\/p>\n\n\n\n<p>The program is the Knob example from the Arduino software (<em>File> Examples> Servo> Knob<\/em>).<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#include &lt;Servo.h>\n\nServo myservo;\n\nint potpin = 0;\nint val;\n\nvoid setup() {\n  myservo.attach(9);\n}\n\nvoid loop() {\n  val = analogRead(potpin);\n  val = map(val, 0, 1023, 0, 180);\n  myservo.write(val);\n  delay(15);\n}<\/code><\/pre>\n\n\n\n<p>In this example, the servo motor is controlled to a position determined by the potentiometer at the analog pin 2. Of course, this is just an example to explain how it works. Importantly, the command <code>myservo.write (val); <\/code>sets the servomotor in a specific position between 0 and 180 degrees.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Control many servo motors with Arduino<\/h2>\n\n\n\n<p>A servo motor needs a lot of power for the movements. If you want to use more than one servo motor, I recommend using a servo shield like the Adafruit Robot Shield. It is a, on the Arduino attachable, extension of the Arduino. <\/p>\n\n\n\n<p>The Adafruit Robot Servo can control up to 16 servomotors simultaneously. An external power supply is required for this. A pleasant side effect is that you do not occupy valuable channels of the Arduino for each servo motor. The shield is controlled by I2C. This is a digital data connection between the Arduino and the Servo Shield. It occupies only two! pins of the Arduion board.<\/p>\n\n\n\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<div class=\"sp-dsgvo sp-dsgvo-embedding-container sp-dsgvo-embedding-youtube \"><div class=\"sp-dsgvo-blocked-embedding-placeholder sp-dsgvo-blocked-embedding-placeholder-youtube\">  <div class=\"sp-dsgvo-blocked-embedding-placeholder-header\"><img decoding=\"async\" class=\"sp-dsgvo-blocked-embedding-placeholder-header-icon\" src=\"https:\/\/starthardware.org\/en\/wp-content\/plugins\/shapepress-dsgvo\/public\/images\/embeddings\/icon-youtube.svg\"\/>We need your consent to load the content of YouTube.<\/div>  <div class=\"sp-dsgvo-blocked-embedding-placeholder-body\"><p>If you click on this video we will play the video, load scripts on your device, store cookies and collect personal data. This enables [Google Ireland Limited, Irland] to track activities on the Internet and to display advertising in a target group-oriented manner. There is a data transfer to the USA, which does not have EU-compliant data protection. You will find further information <a target=\"_blank\" href=\"#\" class=\"sp-dsgvo-navigate-privacy-policy\">here<\/a>.<\/p>   <div class=\"sp-dsgvo-blocked-embedding-button-container\"> <a href=\"#\" class=\"sp-dsgvo-direct-enable-popup sp-dsgvo-blocked-embedding-button-enable\" data-slug=\"youtube\">Click here to enable this content.<\/a><\/div>  <\/div><\/div><div class=\"sp-dsgvo-hidden-embedding-content sp-dsgvo-hidden-embedding-content-youtube\" data-sp-dsgvo-embedding-slug=\"youtube\">Jmx0O2RpdiBjbGFzcz0mcXVvdDtudi1pZnJhbWUtZW1iZWQmcXVvdDsmZ3Q7Jmx0O2lmcmFtZSB0aXRsZT0mcXVvdDtTZXJ2byBwYXJ0eSAtIEFkYWZydWl0IDE2LUNoYW5uZWwgMTItYml0IFBXTS9TZXJ2byBTaGllbGQgLS0gSTJDIGludGVyZmFjZSZxdW90OyB3aWR0aD0mcXVvdDsxMjAwJnF1b3Q7IGhlaWdodD0mcXVvdDs2NzUmcXVvdDsgc3JjPSZxdW90O2h0dHBzOi8vd3d3LnlvdXR1YmUuY29tL2VtYmVkLzdNckphQTFHV0RjP2ZlYXR1cmU9b2VtYmVkJnF1b3Q7IGZyYW1lYm9yZGVyPSZxdW90OzAmcXVvdDsgYWxsb3c9JnF1b3Q7YWNjZWxlcm9tZXRlcjsgYXV0b3BsYXk7IGNsaXBib2FyZC13cml0ZTsgZW5jcnlwdGVkLW1lZGlhOyBneXJvc2NvcGU7IHBpY3R1cmUtaW4tcGljdHVyZSZxdW90OyBhbGxvd2Z1bGxzY3JlZW4mZ3Q7Jmx0Oy9pZnJhbWUmZ3Q7Jmx0Oy9kaXYmZ3Q7<\/div><\/div>\n<\/div><\/figure>\n\n\n\n<p>To set up this communication, there is a <a href=\"https:\/\/learn.adafruit.com\/adafruit-16-channel-pwm-slash-servo-shield\/using-the-adafruit-library\">library from Adafruit<\/a> that can be integrated and used in no time at all.<\/p>\n\n\n\n<p>As an alternative to the Adafruit Robot Servo Shield, there is a cheaper version of SunFounder.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"551\" src=\"https:\/\/starthardware.org\/en\/wp-content\/uploads\/2019\/10\/arduino-servo-lego-holder-3d-printed.jpg\" alt=\"Arduino Servo motor holder 3d printed\" class=\"wp-image-241\" srcset=\"https:\/\/starthardware.org\/en\/wp-content\/uploads\/2019\/10\/arduino-servo-lego-holder-3d-printed.jpg 1200w, https:\/\/starthardware.org\/en\/wp-content\/uploads\/2019\/10\/arduino-servo-lego-holder-3d-printed-300x138.jpg 300w, https:\/\/starthardware.org\/en\/wp-content\/uploads\/2019\/10\/arduino-servo-lego-holder-3d-printed-768x353.jpg 768w, https:\/\/starthardware.org\/en\/wp-content\/uploads\/2019\/10\/arduino-servo-lego-holder-3d-printed-1024x470.jpg 1024w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><\/figure>\n\n\n\n<p>Tip: Unfortunately, normal servos do not fit LEGO technology. But with <a href=\"http:\/\/www.thingiverse.com\/thing:1938710\">this little 3D model<\/a> it works. Time for a <a href=\"https:\/\/amzn.to\/2BQhCYv\">3D printer<\/a>* \ud83d\ude09<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Special form servo winch<\/h2>\n\n\n\n<p> It is a more powerful servomotor, which can rotate not only to 180 \u00b0, but depending on the type to 360 \u00b0 or 720 \u00b0. Winches are used in model making e.g. installed in sailing ships. <a href=\"https:\/\/amzn.to\/2Jwa5CB\">Here you can view the product<\/a>* on Amazon.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Expert knowledge: Control without library<\/h2>\n\n\n\n<p> To control the servomotor one uses a signal repeating every 20 milliseconds. It consists of a HIGH pulse, which is between 1 and 2 milliseconds long, and a LOW pulse. The duration of the HIGH pulse determines the target angle (normally from 0 to 180 \u00b0). In the Arduino software, the delayMicroseconds (x); use:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>digital write (myServo, HIGH);\ndelay microseconds (1500);\ndigital write (myServo, LOW);\ndelay microseconds (18500);<\/code><\/pre>\n\n\n\n<p>Since the servo takes some time to adjust to the desired target angle, the signal must be repeated at least until the servo has reached the position.<\/p>\n\n\n\n<p>Servo motors check their own adjustment angle with a built-in potentiometer. It happens here that a desired position can not be reached exactly. The servo will then self-correct, causing the servo to &#8220;shake&#8221;. To prevent this, the pulse should be switched to LOW after reaching the target angle.<\/p>\n\n\n\n<p>As an alternative to the self-programmed signal, you can use the servo library. It comes with the Arduino software. The sweep example (<em>File> Examples> Servo> Sweep<\/em>) shows how to use a servo with the servo library.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ Sweep\n\/\/ by BARRAGAN\n\n#include Servo myservo;  \t\/\/ creates a servo object\n\nint pos = 0;\n\nvoid setup(){\n  myservo.attach(9);\n}\n\nvoid loop(){\n  for(pos = 0; pos &lt; 180; pos += 1) {\n    myservo.write(pos);                    \n    delay(15);\n  }    \n  for(pos = 180; pos>=1; pos-=1) {\n    myservo.write(pos);\n    delay(15);\n  }\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Controlling a servo with Arduino is relatively easy. If you pay attention to a few things, then you expand the flashing and squeaking Arduino world quickly with movements and kinetic interaction! This article explains the circuit and the code. Servo: setup and connection A servo consists of a motor control unit (1), an electric motor&hellip;&nbsp;<a href=\"https:\/\/starthardware.org\/en\/arduino-servo-motor-control\/\" class=\"\" rel=\"bookmark\">Read More &raquo;<span class=\"screen-reader-text\">Arduino Servo Motor control<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":243,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"categories":[6],"tags":[],"class_list":["post-238","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Arduino Servo Motor control \u2013 Code, Circuit and Description<\/title>\n<meta name=\"description\" content=\"Arduino Servo control: Here you will find the code, circuit and everything you need to know to control one or multiple servo motors.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/starthardware.org\/en\/arduino-servo-motor-control\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Arduino Servo Motor control \u2013 Code, Circuit and Description\" \/>\n<meta property=\"og:description\" content=\"Arduino Servo control: Here you will find the code, circuit and everything you need to know to control one or multiple servo motors.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/starthardware.org\/en\/arduino-servo-motor-control\/\" \/>\n<meta property=\"og:site_name\" content=\"StartHardware - Tutorials for Arduino\" \/>\n<meta property=\"article:published_time\" content=\"2019-10-29T10:22:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-10-29T10:22:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/starthardware.org\/en\/wp-content\/uploads\/2019\/10\/arduino-servo-motor.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Stefan Hermann\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/starthardware.org\/en\/#website\",\"url\":\"https:\/\/starthardware.org\/en\/\",\"name\":\"StartHardware - Tutorials for Arduino\",\"description\":\"Arduino, Electronics, Fun\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/starthardware.org\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/starthardware.org\/en\/arduino-servo-motor-control\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/starthardware.org\/en\/wp-content\/uploads\/2019\/10\/arduino-servo-motor.jpg\",\"contentUrl\":\"https:\/\/starthardware.org\/en\/wp-content\/uploads\/2019\/10\/arduino-servo-motor.jpg\",\"width\":1200,\"height\":675,\"caption\":\"Arduino Servo Motor Control\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/starthardware.org\/en\/arduino-servo-motor-control\/#webpage\",\"url\":\"https:\/\/starthardware.org\/en\/arduino-servo-motor-control\/\",\"name\":\"Arduino Servo Motor control \u2013 Code, Circuit and Description\",\"isPartOf\":{\"@id\":\"https:\/\/starthardware.org\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/starthardware.org\/en\/arduino-servo-motor-control\/#primaryimage\"},\"datePublished\":\"2019-10-29T10:22:41+00:00\",\"dateModified\":\"2019-10-29T10:22:42+00:00\",\"author\":{\"@id\":\"https:\/\/starthardware.org\/en\/#\/schema\/person\/811b16fabcbfeef4210ea79cf0990a59\"},\"description\":\"Arduino Servo control: Here you will find the code, circuit and everything you need to know to control one or multiple servo motors.\",\"breadcrumb\":{\"@id\":\"https:\/\/starthardware.org\/en\/arduino-servo-motor-control\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/starthardware.org\/en\/arduino-servo-motor-control\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/starthardware.org\/en\/arduino-servo-motor-control\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/starthardware.org\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Arduino Servo Motor control\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/starthardware.org\/en\/#\/schema\/person\/811b16fabcbfeef4210ea79cf0990a59\",\"name\":\"Stefan Hermann\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/starthardware.org\/en\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5b5a74ee1d07024fd1eff9b1f7137108089169010a93afaee907b9325ee579a6?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5b5a74ee1d07024fd1eff9b1f7137108089169010a93afaee907b9325ee579a6?s=96&d=mm&r=g\",\"caption\":\"Stefan Hermann\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Arduino Servo Motor control \u2013 Code, Circuit and Description","description":"Arduino Servo control: Here you will find the code, circuit and everything you need to know to control one or multiple servo motors.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/starthardware.org\/en\/arduino-servo-motor-control\/","og_locale":"en_US","og_type":"article","og_title":"Arduino Servo Motor control \u2013 Code, Circuit and Description","og_description":"Arduino Servo control: Here you will find the code, circuit and everything you need to know to control one or multiple servo motors.","og_url":"https:\/\/starthardware.org\/en\/arduino-servo-motor-control\/","og_site_name":"StartHardware - Tutorials for Arduino","article_published_time":"2019-10-29T10:22:41+00:00","article_modified_time":"2019-10-29T10:22:42+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/starthardware.org\/en\/wp-content\/uploads\/2019\/10\/arduino-servo-motor.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Stefan Hermann","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/starthardware.org\/en\/#website","url":"https:\/\/starthardware.org\/en\/","name":"StartHardware - Tutorials for Arduino","description":"Arduino, Electronics, Fun","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/starthardware.org\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https:\/\/starthardware.org\/en\/arduino-servo-motor-control\/#primaryimage","inLanguage":"en-US","url":"https:\/\/starthardware.org\/en\/wp-content\/uploads\/2019\/10\/arduino-servo-motor.jpg","contentUrl":"https:\/\/starthardware.org\/en\/wp-content\/uploads\/2019\/10\/arduino-servo-motor.jpg","width":1200,"height":675,"caption":"Arduino Servo Motor Control"},{"@type":"WebPage","@id":"https:\/\/starthardware.org\/en\/arduino-servo-motor-control\/#webpage","url":"https:\/\/starthardware.org\/en\/arduino-servo-motor-control\/","name":"Arduino Servo Motor control \u2013 Code, Circuit and Description","isPartOf":{"@id":"https:\/\/starthardware.org\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/starthardware.org\/en\/arduino-servo-motor-control\/#primaryimage"},"datePublished":"2019-10-29T10:22:41+00:00","dateModified":"2019-10-29T10:22:42+00:00","author":{"@id":"https:\/\/starthardware.org\/en\/#\/schema\/person\/811b16fabcbfeef4210ea79cf0990a59"},"description":"Arduino Servo control: Here you will find the code, circuit and everything you need to know to control one or multiple servo motors.","breadcrumb":{"@id":"https:\/\/starthardware.org\/en\/arduino-servo-motor-control\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/starthardware.org\/en\/arduino-servo-motor-control\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/starthardware.org\/en\/arduino-servo-motor-control\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/starthardware.org\/en\/"},{"@type":"ListItem","position":2,"name":"Arduino Servo Motor control"}]},{"@type":"Person","@id":"https:\/\/starthardware.org\/en\/#\/schema\/person\/811b16fabcbfeef4210ea79cf0990a59","name":"Stefan Hermann","image":{"@type":"ImageObject","@id":"https:\/\/starthardware.org\/en\/#personlogo","inLanguage":"en-US","url":"https:\/\/secure.gravatar.com\/avatar\/5b5a74ee1d07024fd1eff9b1f7137108089169010a93afaee907b9325ee579a6?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5b5a74ee1d07024fd1eff9b1f7137108089169010a93afaee907b9325ee579a6?s=96&d=mm&r=g","caption":"Stefan Hermann"}}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/starthardware.org\/en\/wp-json\/wp\/v2\/posts\/238","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/starthardware.org\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/starthardware.org\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/starthardware.org\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/starthardware.org\/en\/wp-json\/wp\/v2\/comments?post=238"}],"version-history":[{"count":1,"href":"https:\/\/starthardware.org\/en\/wp-json\/wp\/v2\/posts\/238\/revisions"}],"predecessor-version":[{"id":244,"href":"https:\/\/starthardware.org\/en\/wp-json\/wp\/v2\/posts\/238\/revisions\/244"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/starthardware.org\/en\/wp-json\/wp\/v2\/media\/243"}],"wp:attachment":[{"href":"https:\/\/starthardware.org\/en\/wp-json\/wp\/v2\/media?parent=238"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/starthardware.org\/en\/wp-json\/wp\/v2\/categories?post=238"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/starthardware.org\/en\/wp-json\/wp\/v2\/tags?post=238"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}