{"id":356,"date":"2020-10-28T15:50:38","date_gmt":"2020-10-28T20:50:38","guid":{"rendered":"https:\/\/jimandnoreen.com\/?p=356"},"modified":"2020-10-30T08:29:06","modified_gmt":"2020-10-30T13:29:06","slug":"long-distance-mailbox-alert-using-lora","status":"publish","type":"post","link":"https:\/\/jimandnoreen.com\/?p=356","title":{"rendered":"Long Distance Mailbox Alert using LoRa"},"content":{"rendered":"\n<h4>You&#8217;ve got mail!  An IoT project using solar power and long range radio<\/h4>\n\n\n\n<p>In these pandemic times of limited mobility, I become more like a dog every day:  looking forward with great enthusiasm to meals, walks and car rides.  One of the daily events that&#8217;s taken on new importance is walking down to the mailbox.  But it&#8217;s over 100 yards away from the house, so it&#8217;s nice to know when there&#8217;s actually something in it to collect. So I devised a means of getting an alert when the mail is delivered.<\/p>\n\n\n\n<p>There are simple mechanical devices that set a visible flag when a mailbox is opened but ours is too far from the house to see.  And the distance exceeds the range of commercially available Bluetooth and WiFi solutions.  There is no source of power near the mailbox.  Running hundreds of feet of cable seemed like an expensive and impractical means of solving the problem.  <\/p>\n\n\n\n<p>I cobbled together the perfect solution using a repurposed solar-powered floodlight and LoRa transmitter\/receiver pair.  LoRa (Long Distance Radio) works great for sending short data packets great distances.  Unobstructed range can exceed several miles.  LoRa modules are inexpensive and consume very little power.<\/p>\n\n\n\n<h4>An ideal IoT solar-powered enclosure<br><\/h4>\n\n\n\n<a href=\"https:\/\/www.amazon.com\/gp\/product\/B01DNMRUIQ\/ref=as_li_ss_il?ie=UTF8&amp;psc=1&amp;linkCode=li2&amp;tag=therat00-20&amp;linkId=ac0e0347944f8ffde6af18d122841223&amp;language=en_US\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"\/\/ws-na.amazon-adsystem.com\/widgets\/q?_encoding=UTF8&amp;ASIN=B01DNMRUIQ&amp;Format=_SL160_&amp;ID=AsinImage&amp;MarketPlace=US&amp;ServiceVersion=20070822&amp;WS=1&amp;tag=therat00-20&amp;language=en_US\" border=\"0\"><\/a><img loading=\"lazy\" src=\"https:\/\/ir-na.amazon-adsystem.com\/e\/ir?t=therat00-20&amp;language=en_US&amp;l=li2&amp;o=1&amp;a=B01DNMRUIQ\" alt=\"\" style=\"border:none !important; margin:0px !important;\" width=\"1\" height=\"1\" border=\"0\">\n\n\n\n<p>I found a $30 solar floodlight on Amazon that is perfect for this and would be for many other IoT (Internet of Things) projects.  The device has a weatherproof enclosure, two user-replaceable 2200 mAh batteries and charging circuit.  One screw opens it up and there&#8217;s plenty of room inside to add your own circuitry inside.  The only deficiency I see with this product is that it lacks an O-ring or other means of weatherproofing, although the Amazon product page claims it is IP65 splash resistant.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img data-attachment-id=\"361\" data-permalink=\"https:\/\/jimandnoreen.com\/?attachment_id=361\" data-orig-file=\"https:\/\/i1.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/09\/IMG_5406.jpg?fit=4032%2C3024&amp;ssl=1\" data-orig-size=\"4032,3024\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 7&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1599215132&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;25&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;6&quot;}\" data-image-title=\"Un-modified Solar Enclosure\" data-image-description=\"\" data-medium-file=\"https:\/\/i1.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/09\/IMG_5406.jpg?fit=300%2C225&amp;ssl=1\" data-large-file=\"https:\/\/i1.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/09\/IMG_5406.jpg?fit=625%2C469&amp;ssl=1\" loading=\"lazy\" src=\"https:\/\/i2.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/09\/IMG_5406.jpg?fit=625%2C469\" alt=\"\" class=\"wp-image-361\" width=\"222\" height=\"296\" srcset=\"https:\/\/i1.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/09\/IMG_5406.jpg?zoom=2&amp;resize=222%2C296&amp;ssl=1 444w, https:\/\/i1.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/09\/IMG_5406.jpg?zoom=3&amp;resize=222%2C296&amp;ssl=1 666w\" sizes=\"(max-width: 222px) 100vw, 222px\" \/><figcaption>Interior of solar panel before any modification<\/figcaption><\/figure>\n\n\n\n<p>The project is described below in detail below in case you want to build something similar<\/p>\n\n\n\n<h4>Project Summary<\/h4>\n\n\n\n<p>A pair of LoRa radios is used for this project, one as transmitter and the other as receiver.  The transmitter spends most of its time in low power mode with the radio sleeping.  In that state it draws only around 10 mA.  We&#8217;re powering it from the solar panel&#8217;s two 2600 mAh batteries, enough to power the module for 500+ hours.  That&#8217;s a lot of cloudy days!<\/p>\n\n\n\n<p>Whenever the state of the connected switch changes, the transmitter sends a short string of text: &#8220;1&#8221; indicating open or &#8220;0&#8221; for closed, followed by a space then the battery voltage.  For example, &#8220;1 4.07&#8221;.  The receiver listens for these packets.  When one is received, an LED and\/or servo are activated.  <\/p>\n\n\n\n<p>The LoRa module also echos the message to its serial port for interfacing with other systems (more about that in the next post).<\/p>\n\n\n\n<p>Keep in mind that this project could be adapted for many other open\/closed, true\/false monitoring scenarios, e.g., driveway gates, doors, motion alarms, etc.<\/p>\n\n\n\n<h4>Bill of Materials<\/h4>\n\n\n\n<ul><li><a href=\"https:\/\/amzn.to\/2HIgdtl\">Hikeren Solar Light<\/a> or similar<\/li><li>Pair of LoRa32u4 development boards like <a href=\"https:\/\/amzn.to\/3kSCy5u\">this set<\/a><\/li><li>An ESP8266 WiFi board (optional) like the <a href=\"https:\/\/amzn.to\/2G0NNdF\">D1 Mini<\/a> (see next post)<\/li><li><a href=\"https:\/\/amzn.to\/3ifMJzm\">Magnetic reed switch<\/a> like the kind commonly used for alarm systems or other suitable contact for mailbox door<\/li><li> 10K pull-down resistor (exact value isn&#8217;t too important)<\/li><\/ul>\n\n\n\n<p>Arduino code is located at: <a href=\"https:\/\/github.com\/RatRanch\/Long-Distance-Mailbox-Alert\">https:\/\/github.com\/RatRanch\/Long-Distance-Mailbox-Alert<\/a><\/p>\n\n\n\n<h4>Assemble the Transmitter<\/h4>\n\n\n\n<ol><li>If you haven&#8217;t yet set up the Arduino IDE for use with your LoRa32u4 board, <a href=\"https:\/\/learn.adafruit.com\/adafruit-io-basics-esp8266-arduino\/arduino-io-library\">follow along with<\/a><a href=\"https:\/\/learn.adafruit.com\/adafruit-feather-32u4-radio-with-lora-radio-module\/setup\"> this guide<\/a>. The setup only needs to be performed once. <\/li><li>Upload the mailbox_transmitter sketch to one of the LoRa32u4 boards. <\/li><li>Open the solar panel enclosure by removing one screw<\/li><li>If you are attaching an external antenna, drill a 6mm (1\/4&#8243;) hole in a <a href=\"https:\/\/wp.me\/a8sNNV-5W\">suitable location<\/a> and attach the antenna.  Use an O-ring or some silicone sealant to keep it watertight.<\/li><li>Clip the wires that attach the LED floodlight&#8211;which isn&#8217;t used for this project&#8211;to the circuit board.  We will be using this cable to connect to a switch instead. Attach these wires to pins 5 and 3V3 (polarity doesn&#8217;t matter) and attach 10K pull-down resistor between pin 5 and Gnd.  Solder these connections.<\/li><li>Mount the LoRa board above the existing charging board.  You can use two of the existing screw holes with spacers or a piece of double-sided tape.  Make sure the charging and LoRa boards aren&#8217;t touching each other (I used a piece of Kapton tape as an insulator). <\/li><li>Attach positive and negative power leads to the corresponding battery rails.<\/li><li>Then re-attach the enclosure cover.  Make sure the power switch on the back of the case is in the On position.<br><br>The completed transmitter assembly interior should look something like this:<\/li><\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-attachment-id=\"400\" data-permalink=\"https:\/\/jimandnoreen.com\/?attachment_id=400\" data-orig-file=\"https:\/\/i2.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/10\/Enclosure-with-LoRa-Board-1-scaled.jpg?fit=2560%2C1920&amp;ssl=1\" data-orig-size=\"2560,1920\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 7&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1600251732&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;32&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}\" data-image-title=\"Enclosure with LoRa Board\" data-image-description=\"\" data-medium-file=\"https:\/\/i2.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/10\/Enclosure-with-LoRa-Board-1-scaled.jpg?fit=300%2C225&amp;ssl=1\" data-large-file=\"https:\/\/i2.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/10\/Enclosure-with-LoRa-Board-1-scaled.jpg?fit=625%2C469&amp;ssl=1\" loading=\"lazy\" width=\"625\" height=\"469\" src=\"https:\/\/i1.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/10\/Enclosure-with-LoRa-Board-1.jpg?resize=625%2C469&#038;ssl=1\" alt=\"\" class=\"wp-image-400\" srcset=\"https:\/\/i2.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/10\/Enclosure-with-LoRa-Board-1-scaled.jpg?resize=1024%2C768&amp;ssl=1 1024w, https:\/\/i2.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/10\/Enclosure-with-LoRa-Board-1-scaled.jpg?resize=300%2C225&amp;ssl=1 300w, https:\/\/i2.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/10\/Enclosure-with-LoRa-Board-1-scaled.jpg?resize=768%2C576&amp;ssl=1 768w, https:\/\/i2.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/10\/Enclosure-with-LoRa-Board-1-scaled.jpg?w=1250&amp;ssl=1 1250w, https:\/\/i2.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/10\/Enclosure-with-LoRa-Board-1-scaled.jpg?w=1875&amp;ssl=1 1875w\" sizes=\"(max-width: 625px) 100vw, 625px\" data-recalc-dims=\"1\" \/><figcaption>Installed LoRa Board<\/figcaption><\/figure>\n\n\n\n<p>Here&#8217;s the installed transmitter assembly:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img data-attachment-id=\"357\" data-permalink=\"https:\/\/jimandnoreen.com\/?attachment_id=357\" data-orig-file=\"https:\/\/i0.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/09\/IMG_5415.jpeg?fit=1536%2C2048&amp;ssl=1\" data-orig-size=\"1536,2048\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 7&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1600449470&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;40&quot;,&quot;shutter_speed&quot;:&quot;0.0083333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}\" data-image-title=\"Installed LoRa Transmitter Assembly\" data-image-description=\"\" data-medium-file=\"https:\/\/i0.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/09\/IMG_5415.jpeg?fit=225%2C300&amp;ssl=1\" data-large-file=\"https:\/\/i0.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/09\/IMG_5415.jpeg?fit=625%2C833&amp;ssl=1\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/09\/IMG_5415.jpeg?resize=373%2C498&#038;ssl=1\" alt=\"\" class=\"wp-image-357\" width=\"373\" height=\"498\" srcset=\"https:\/\/i0.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/09\/IMG_5415.jpeg?resize=768%2C1024&amp;ssl=1 768w, https:\/\/i0.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/09\/IMG_5415.jpeg?resize=225%2C300&amp;ssl=1 225w, https:\/\/i0.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/09\/IMG_5415.jpeg?resize=624%2C832&amp;ssl=1 624w, https:\/\/i0.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/09\/IMG_5415.jpeg?w=1536&amp;ssl=1 1536w, https:\/\/i0.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/09\/IMG_5415.jpeg?w=1250&amp;ssl=1 1250w\" sizes=\"(max-width: 373px) 100vw, 373px\" data-recalc-dims=\"1\" \/><figcaption>Installed LoRa Transmitter Assembly<\/figcaption><\/figure>\n\n\n\n<h4>Assemble the Receiver<\/h4>\n\n\n\n<ol><li>Upload the mailbox_receiver sketch to one of the LoRa32u4 boards.  The code repository is <a href=\"https:\/\/github.com\/RatRanch\/Long-Distance-Mailbox-Alert\">here<\/a>.<\/li><li>If you just need an indication of when the mailbox is opened, you can stop here.  The built-in LED will alternate between on and off every time the mailbox is opened.  You could optionally connect an external LED to pin 13.<\/li><li>Or you could have a little more fun and make an enclosure for the receiver.  With a working flag that goes up when mail is delivered!<\/li><li>You can more or less follow the instructions <a href=\"https:\/\/learn.adafruit.com\/gmailbox\/3d-printing-the-mailbox\">here<\/a> to print and assemble the mailbox enclosure and mount the flag servo.  The mounting holes don&#8217;t quite line up with the LoRa board but I had good results mounting it with only one screw.  Double sided tape would also work fine.  A nice remix of the design is <a href=\"https:\/\/www.thingiverse.com\/thing:3067957\">here<\/a> if you want a post and stand.<\/li><li>Solder three wires from the servo to the LoRa board.  Power positive goes to the 5V pin and negative to the Gnd pin.  The signal wire gets attached to pin 11.<\/li><li>Short pin 5 to 3V3 (or install a momentary switch between these pins) to test the servo action and align the flag.<\/li><li>There is just enough room in the mailbox to fit the &#8220;rubber duckie&#8221; antenna that comes with the LoRa board if you rotate it to the 90 degree position.  Cover the metal portion of the antenna with heat shrink tube, tape or whatever to prevent it from shorting the circuit board.  You could also use a 78mm length of wire as an antenna but the range won&#8217;t be as good.<\/li><\/ol>\n\n\n\n<h4>Operation<\/h4>\n\n\n\n<p>There&#8217;s really not much to it.  \ud83d\ude42<\/p>\n\n\n\n<p>When the receiver is powered on, the flag will rotate clockwise to its down position.  Every time the contact switch attached to the transmitter closes, the flag will toggle position.  If you&#8217;re putting mail into your mailbox for collection, you can just open and close the mailbox door an extra time to reset the receiver flag to its down position.  Or cycle power to the receiver, which will also reset the flag.<\/p>\n\n\n\n<p>In the next post, I&#8217;ll describe how I interfaced the mailbox receiver with the awesome <a href=\"http:\/\/www.indigodomo.com\/\">Indigo Smart Home Software platform<\/a>.  It sends a text message to my cellphone when the mail arrives.<\/p>\n\n\n\n<h4>Technical note: conflict between servo and RadioHead libraries<\/h4>\n\n\n\n<p>The RadioHead library is used to operate the LoRa 32u4 RFM95 radio.  Out of the box, this conflicts with servo.h, which we would normally use for projects involving servos (more details <a href=\"https:\/\/forums.adafruit.com\/viewtopic.php?f=19&amp;p=594325\">here<\/a>).<\/p>\n\n\n\n<p>One solution is to modify the RadioHead library to eliminate the conflict by using a different hardware timer, however, I wanted to make this project easy for others to implement.<\/p>\n\n\n\n<p>You&#8217;ll note that I&#8217;ve &#8220;rolled my own&#8221; soft servo control code in the <a href=\"https:\/\/github.com\/RatRanch\/Long-Distance-Mailbox-Alert\/blob\/master\/mailbox_receiver\/mailbox_receiver.ino\">mailbox_receiver.ino<\/a> sketch (moveServo() function).  This technique would not work well if any degree of precision is required but we&#8217;re just concerned about moving the flag 90 or -90 degrees for this project.  Unlike other examples I found on the web, this function sends multiple positioning pulses instead of just one to prevent position drift.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>You&#8217;ve got mail! An IoT project using solar power and long range radio In these pandemic times of limited mobility, I become more like a dog every day: looking forward with great enthusiasm to meals, walks and car rides. One of the daily events that&#8217;s taken on new importance is walking down to the mailbox. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":405,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"spay_email":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false},"categories":[54,12,31],"tags":[79,82,55,72,74,73,75,77,80,76,81,78],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/10\/img_5468-scaled.jpg?fit=2560%2C1752&ssl=1","jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8sNNV-5K","jetpack-related-posts":[{"id":385,"url":"https:\/\/jimandnoreen.com\/?p=385","url_meta":{"origin":356,"position":0},"title":"A $2 Development Board Test\/Programming Jig","date":"October 5, 2020","format":false,"excerpt":"I've been using LoRa (Long Distance Radio) boards for a few recent projects. At $20 a pop, these aren't exactly cheap. I didn't want to dedicate one to breadboard prototyping by soldering headers to it and sought a commercial solution that would allow me to easily make a reliable temporary\u2026","rel":"","context":"In &quot;Arduino&quot;","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2020\/10\/2.jpg?fit=1200%2C900&ssl=1&resize=350%2C200","width":350,"height":200},"classes":[]},{"id":259,"url":"https:\/\/jimandnoreen.com\/?p=259","url_meta":{"origin":356,"position":1},"title":"A USB adapter for the Apple Newton keyboard","date":"March 9, 2017","format":false,"excerpt":"Back in the pre-smartphone days, the Apple Newton was the first device in the PDA category.\u00a0 Newtons were only sold for five years between 1993 and 1998, when Steve Jobs pulled the plug on the program.\u00a0 Although Apple frequently took a ribbing for problems with the Newton's handwriting recognition feature,\u2026","rel":"","context":"In &quot;Apple&quot;","img":{"alt_text":"","src":"https:\/\/i1.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2017\/03\/IMG_3278.jpg?fit=640%2C480&ssl=1&resize=350%2C200","width":350,"height":200},"classes":[]},{"id":484,"url":"https:\/\/jimandnoreen.com\/?p=484","url_meta":{"origin":356,"position":2},"title":"MC-2100 Motor Controller Console for Arduino Uno","date":"March 2, 2026","format":false,"excerpt":"My fancy NordicTrack iFit treadmill recently greeted me with a blank screen when I switched it on. (No, it wasn't a victim of the iFit bricking debacle. The console just up and croaked). I was saddened (but not entirely shocked) that neither a replacement console nor parts for it were\u2026","rel":"","context":"In &quot;Arduino&quot;","img":{"alt_text":"MC-2100 Motor Controller Board","src":"https:\/\/i2.wp.com\/jimandnoreen.com\/wp-content\/uploads\/2026\/03\/IMG_8496-scaled.jpeg?fit=1200%2C900&ssl=1&resize=350%2C200","width":350,"height":200},"classes":[]},{"id":443,"url":"https:\/\/jimandnoreen.com\/?p=443","url_meta":{"origin":356,"position":3},"title":"More fun with AI: customization of a local LLM with a Modelfile","date":"September 23, 2025","format":false,"excerpt":"If you've played around with a generic Large Language Model (LLM) like ChatGPT for a bit of time, it's likely that you've already been frustrated by its limitations. Despite being powerful \u201cSwiss\u2011army\u2011knives\u201d that can get you started quickly, general purpose models like ChatGPT are often poorly suited to domain\u2011specific tasks.\u2026","rel":"","context":"In &quot;AI&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":89,"url":"https:\/\/jimandnoreen.com\/?p=89","url_meta":{"origin":356,"position":4},"title":"Two highly recommended wifi routers","date":"September 26, 2013","format":false,"excerpt":"Over the years I've implemented several wifi solutions in larger commercial and residential settings, sometimes replacing existing equipment to improve coverage. After much experimentation, trial and error, and sometimes frustration, I now recommend wifi equipment from only two manufacturers: Ubiquiti Networks and Amped Wireless. But before we go into that\u2026","rel":"","context":"In &quot;Networking&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":195,"url":"https:\/\/jimandnoreen.com\/?p=195","url_meta":{"origin":356,"position":5},"title":"Thoughts on the Apple Watch","date":"June 19, 2015","format":false,"excerpt":"I've been living with an Apple Watch for a month now (stainless steel case\/Milanese loop band). \u00a0Overall, I think it's great. \u00a0The most common criticism that I hear about Apple Watch is that there is no \"killer app\" that creates a compelling new product category. \u00a0This is absolutely true. \u00a0However,\u2026","rel":"","context":"In &quot;Apple&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/jimandnoreen.com\/index.php?rest_route=\/wp\/v2\/posts\/356"}],"collection":[{"href":"https:\/\/jimandnoreen.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jimandnoreen.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jimandnoreen.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jimandnoreen.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=356"}],"version-history":[{"count":30,"href":"https:\/\/jimandnoreen.com\/index.php?rest_route=\/wp\/v2\/posts\/356\/revisions"}],"predecessor-version":[{"id":420,"href":"https:\/\/jimandnoreen.com\/index.php?rest_route=\/wp\/v2\/posts\/356\/revisions\/420"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jimandnoreen.com\/index.php?rest_route=\/wp\/v2\/media\/405"}],"wp:attachment":[{"href":"https:\/\/jimandnoreen.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=356"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jimandnoreen.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=356"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jimandnoreen.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=356"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}