{"id":5311,"date":"2025-05-21T05:44:29","date_gmt":"2025-05-21T05:44:29","guid":{"rendered":"https:\/\/webprojects.cloud\/wordpress\/splatco\/?page_id=5311"},"modified":"2025-07-11T07:10:23","modified_gmt":"2025-07-11T07:10:23","slug":"bluetooth-simplehmi-basic-example","status":"publish","type":"page","link":"https:\/\/webprojects.cloud\/wordpress\/splatco\/bluetooth-simplehmi-basic-example\/","title":{"rendered":"bluetooth simplehmi basic example"},"content":{"rendered":"\n<p><strong>Pair an EC1 with a cheap Bluetooth module and you have a potent combination that can leverage an Android device as a remote control device. Our SimpleHMI programming framework makes it very easy to make useful apps. This EasyStep provides a very simple (read: &#8220;understandable&#8221;) program that shows how it works. Let you creativity take it from there!<\/strong><\/p>\n\n\n\n<h6 class=\"wp-block-heading\">What you will need<\/h6>\n\n\n\n<ul class=\"wp-block-list\">\n<li>An Android &#8216;phone or tablet with Bluetooth and\u00a0<a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/download\/simplehmi\/\">SimpleHMI<\/a>\u00a0installed (QR code displayed just over there&#8212;&#8212;> );<\/li>\n\n\n\n<li>A Bluetooth module connected to an EC1, and paired to your Android device. See\u00a0<a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/connect-to-jy-mcu-bt\/\">this EasyStep<\/a>;<\/li>\n<\/ul>\n\n\n\n<h6 class=\"wp-block-heading\">What the SPLat program does<\/h6>\n\n\n\n<p>The sample SPLat program given below displays a single button on your Android &#8216;phone. When you touch the button it blinks the red LED on the EC1. It&#8217;s not exactly a fancy trick, but it contains a lot of elements you can build on to create your own, much more interesting applications for Android connectivity.<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">To run the program<\/h6>\n\n\n\n<p>You can now download the program. Follow these steps and you will soon have mastery of a LED from your &#8216;phone.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><em>Close<\/em>&nbsp;all running copies of SPLat\/PC<\/li>\n\n\n\n<li><a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/ec1_bt_1.spt\">Click this link<\/a>&nbsp;to download the program and launch it into SPLat\/PC. Depending on what browser you are running, you will need to select the appropriate option to run the file in the matching application (SPLat\/PC). Once the program is loaded into SPLat\/PC, the edit window should look something like this:<br><img loading=\"lazy\" decoding=\"async\" width=\"478\" height=\"261\" src=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/easystep_35.gif\" alt=\"\"><\/li>\n\n\n\n<li>Connect SPLat\/PC to the EC1.\u00a0<a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/getting_started_with_splatpc_and_ec1\/\">Details<\/a>. The Module window in SPLat\/PC should now look something like this:<br><img loading=\"lazy\" decoding=\"async\" width=\"168\" height=\"285\" src=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/easystep_9-6.gif\" alt=\"\"><\/li>\n\n\n\n<li>Hit CTRL+F12 to translate the program and send it to the EC1 and run it. The green LED should start flashing;<\/li>\n\n\n\n<li>Launch SimpleHMI on your &#8216;phone;<\/li>\n\n\n\n<li>Touch the menu button on your &#8216;phone;<\/li>\n\n\n\n<li>Select &#8220;Connect&#8221;;<br><img loading=\"lazy\" decoding=\"async\" width=\"320\" height=\"480\" src=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/easystep_36.png\" alt=\"\"><\/li>\n\n\n\n<li>You will (probably) be given a list of devices. Select your Bluetooth module. Mine calls itself Linvor. Yours may be HC-06;<br><img loading=\"lazy\" decoding=\"async\" width=\"320\" height=\"480\" src=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/easystep_37.png\" alt=\"\"><\/li>\n\n\n\n<li>After a few seconds the &#8216;phone should connect to the Bluetooth module, and the LED on the module should go to steady on. If the EC1 is all in order it should run its&nbsp;evConnected&nbsp;subroutine and paint its home screen.;<br><img loading=\"lazy\" decoding=\"async\" width=\"320\" height=\"480\" src=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/easystep_38.png\" alt=\"\"><\/li>\n\n\n\n<li>Touch the button. The red LED on the EC1 should flash once;<\/li>\n<\/ul>\n\n\n\n<p>Sometimes the Bluetooth devices can be a bit ornery about making a connection. If you are having trouble note the state of the LED on the Bluetooth module. Flashing means not connected. Steady means connected. There is no signal for paired but not connected.<\/p>\n\n\n\n<p>If the BT module is connecting to your phone, the problem lies on the EC1 side of the hookup. Make sure the program is running (hearbeat LED) and double check the connections. If you have skipped some steps (maybe done your own program rather than use ours) due to prior experience with our other products, check that you are using 9600 baud.<\/p>\n\n\n\n<p>If it is never getting connected, the problem lies in the Bluetooth department of your phone.<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">The program<\/h6>\n\n\n\n<p>The full program is listed below, with extensive annotations. To show\/hide the program listing&nbsp;<a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/bluetooth-simplehmi-basic-example\/\" target=\"_blank\" rel=\"noreferrer noopener\">click here<\/a>. There are pop-ups for each major functional block of code, and clickable links on individual instructions that take you to the formal descriptions of the instructions.<\/p>\n\n\n\n<p>The block annotations are marked like this:;[&#8230;]<\/p>\n\n\n\n<p>Place your mouse over that line to see a pop-up describing the overall logic of the block.<\/p>\n\n\n\n<p>Many instruction also have clickable links to the formal definition online. (Tip: Click the link with your mouse wheel to open in a new browser tab)<\/p>\n\n\n\n<p><em>Please<\/em>&nbsp;invest some time studying&nbsp;<a onclick=\"toggleVisibility('hiddenContent1')\" class=\"pointer\">the program<\/a>. Even if you don&#8217;t understand all the details, try to at least get the general drift of what the major blocks are all about.<\/p>\n\n\n\n<pre id=\"hiddenContent1\" class=\"wp-block-preformatted d-none has-background\" style=\"background-color:#ffdddd\">;EC1 sample app showing Bluetooth connection to an Android device running SimpleHMI  <br>;[...]<br>HMIPort         <a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/programming-reference\/directives\/equ-directive\/\">EQU<\/a>     252     ;Define the port number for SimpleHMI. The Bluetooth adaptor is on port 252 <br><br>;[...]<br>oRedLED         <a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/programming-reference\/directives\/oequ-directive\/\">oEQU<\/a>    1<br>oGrnLED         oEQU    0<br>iButton         <a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/programming-reference\/directives\/iequ-directive\/\">iEQU<\/a>    0<br><br>;[...]<br>#       Open_Serial Port(HMIPort) User(9600, 8, N)      ;Initialise the serial port, 9600 for JY-MCU Bluetooth module <br>                                                        ;NOTE: The SPLat branded Bluetooth adaptors run at 38400 baud.<br>;[...]<br>#       HMI  Port(HMIPort)  ConnectEvent(evHMI_Connect)   ;Where to Gosub when the SimpleHMI connects<br><br>;[...]<br>        GoSub           HomeScreen                      ;Paint the screen on the Android device<br>;[...]<br>        LaunchTask      tskHeartBeat                    ;Show we are alive <br>        RunTasksForever<br>                <br>;---- Event handler for the HMI Connected event -------<br>;[...]<br>evHMI_Connect: <br>        GoSub           HomeScreen     ;Paint home screen<br>        Return<br><br>;----- Paint the home screen ------        <br>;[...]<br>HomeScreen: <br>#       HMI             Cls() HideAllButtons()<br>#       HMI             ButtonEvent(,5,9,3,20,\"Touch me\",evButton) ;Draw SimpleHMI button, declare its handler<br>        Return <br><br>;----- Event handler for the SimpleHMI button ------        <br>;[...]<br>evButton:<br>        On              oRedLED<br>        Pause           100<br>        Off             oRedLED<br>        Return                  <br> <br>;----- HeartBeat task -----<br>;[...]<br>tskHeartBeat:<br>        On              oGrnLED<br>        Pause           2<br>        Off             oGrnLED<br>        Pause           50<br>        GoTo            tskHeartBeat <\/pre>\n\n\n\n\n\n\n\n<h6 class=\"wp-block-heading\">Try this at home ..<\/h6>\n\n\n\n<p>If you touch the button on your phone 3 or 4 times in quick succession, you will get more than one second on-time on the red LED. Have a go at making the following modification to the SPLat program, so this does not happen:<\/p>\n\n\n\n<p>Inside the&nbsp;evButton&nbsp;subroutine, before the delay, paint a new screen with a message saying it is busy, then after the delay re-paint the home screen. This will make the button inaccessible so a user cannot touch it multiple times in a row.<\/p>\n\n\n\n<p>Hint: Check out the\u00a0<a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/setcursorryrow-cxcol-hash-function\/\">Cursor()<\/a>\u00a0and\u00a0<a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/printarg1-arg2-hash-function\/\">Text()<\/a>\u00a0<em>hash functions.<\/em><\/p>\n\n\n\n<h6 class=\"wp-block-heading\">&#8230; and this<\/h6>\n\n\n\n<p>Make a second button on the home screen. Make it so it gives a long (say 5s) flash of the red LED<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">What next?<\/h6>\n\n\n\n<h6 class=\"wp-block-heading\">For more quick fun:<\/h6>\n\n\n\n<p><a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/rgb-colourwheel-simple\/\">Control an RGB LED from your smartphone<\/a><\/p>\n\n\n\n<h6 class=\"wp-block-heading\">For more useful learning:<\/h6>\n\n\n\n<p>If you have got to here with everything working, you are one your way to creating useful apps based on using an EC1 in conjunction with an Android device. Take a look at the&nbsp;<a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/tutorials-application-notes-and-white-papers\/tutorial-simplehmi-programming-of-splat-controllers\/\">full SimpleHMi tutorial<\/a>. Do note however that the tutorial was written when SPLat boards only had one serial port, and it was written for SPLat branded Bluetooth adaptors communicating at 38400Baud (versus 9600 for the CY-MCU adaptor). To convert the examples just modify them in line with the following snippet (I have highlighted the significant bits):<\/p>\n\n\n\n<pre class=\"wp-block-code has-background\" style=\"background-color:#ffdddd\"><code>HMIPort         EQU     252                             ;Define the port number for SimpleHMI. The Bluetooth adaptor is on port 252 \n#       Open_Serial Port(HMIPort) User(9600, 8, N)      ;Initialise the Bluetooth serial port, 9600 for JY-MCU Bluetooth module \n#       HMI  Port(HMIPort)  ConnectEvent(?????)         ;????? = where to Gosub when the SimpleHMI connects<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Pair an EC1 with a cheap Bluetooth module and you have a potent combination that can leverage an Android device as a remote control device&#8230;.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-5311","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>bluetooth simplehmi basic example - SPLat Controls<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"bluetooth simplehmi basic example - SPLat Controls\" \/>\n<meta property=\"og:description\" content=\"Pair an EC1 with a cheap Bluetooth module and you have a potent combination that can leverage an Android device as a remote control device....\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/bluetooth-simplehmi-basic-example\/\" \/>\n<meta property=\"og:site_name\" content=\"SPLat Controls\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-11T07:10:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/easystep_35.gif\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/bluetooth-simplehmi-basic-example\/\",\"url\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/bluetooth-simplehmi-basic-example\/\",\"name\":\"bluetooth simplehmi basic example - SPLat Controls\",\"isPartOf\":{\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/bluetooth-simplehmi-basic-example\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/bluetooth-simplehmi-basic-example\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/easystep_35.gif\",\"datePublished\":\"2025-05-21T05:44:29+00:00\",\"dateModified\":\"2025-07-11T07:10:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/bluetooth-simplehmi-basic-example\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webprojects.cloud\/wordpress\/splatco\/bluetooth-simplehmi-basic-example\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/bluetooth-simplehmi-basic-example\/#primaryimage\",\"url\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/easystep_35.gif\",\"contentUrl\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/easystep_35.gif\",\"width\":478,\"height\":261},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/bluetooth-simplehmi-basic-example\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"bluetooth simplehmi basic example\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/#website\",\"url\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/\",\"name\":\"SPLat Controls\",\"description\":\"OEM Embedded Machine Controllers\",\"publisher\":{\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/#organization\",\"name\":\"SPLat Controls\",\"url\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2024\/10\/logo.svg\",\"contentUrl\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2024\/10\/logo.svg\",\"caption\":\"SPLat Controls\"},\"image\":{\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"bluetooth simplehmi basic example - SPLat Controls","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"bluetooth simplehmi basic example - SPLat Controls","og_description":"Pair an EC1 with a cheap Bluetooth module and you have a potent combination that can leverage an Android device as a remote control device....","og_url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/bluetooth-simplehmi-basic-example\/","og_site_name":"SPLat Controls","article_modified_time":"2025-07-11T07:10:23+00:00","og_image":[{"url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/easystep_35.gif","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/bluetooth-simplehmi-basic-example\/","url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/bluetooth-simplehmi-basic-example\/","name":"bluetooth simplehmi basic example - SPLat Controls","isPartOf":{"@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/bluetooth-simplehmi-basic-example\/#primaryimage"},"image":{"@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/bluetooth-simplehmi-basic-example\/#primaryimage"},"thumbnailUrl":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/easystep_35.gif","datePublished":"2025-05-21T05:44:29+00:00","dateModified":"2025-07-11T07:10:23+00:00","breadcrumb":{"@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/bluetooth-simplehmi-basic-example\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webprojects.cloud\/wordpress\/splatco\/bluetooth-simplehmi-basic-example\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/bluetooth-simplehmi-basic-example\/#primaryimage","url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/easystep_35.gif","contentUrl":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/easystep_35.gif","width":478,"height":261},{"@type":"BreadcrumbList","@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/bluetooth-simplehmi-basic-example\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webprojects.cloud\/wordpress\/splatco\/"},{"@type":"ListItem","position":2,"name":"bluetooth simplehmi basic example"}]},{"@type":"WebSite","@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/#website","url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/","name":"SPLat Controls","description":"OEM Embedded Machine Controllers","publisher":{"@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webprojects.cloud\/wordpress\/splatco\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/#organization","name":"SPLat Controls","url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/#\/schema\/logo\/image\/","url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2024\/10\/logo.svg","contentUrl":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2024\/10\/logo.svg","caption":"SPLat Controls"},"image":{"@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-json\/wp\/v2\/pages\/5311","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-json\/wp\/v2\/comments?post=5311"}],"version-history":[{"count":7,"href":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-json\/wp\/v2\/pages\/5311\/revisions"}],"predecessor-version":[{"id":6158,"href":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-json\/wp\/v2\/pages\/5311\/revisions\/6158"}],"wp:attachment":[{"href":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-json\/wp\/v2\/media?parent=5311"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}